Skip to content

rsa_load_privatekey_engine()#


Load an encryption key based on a key id.

Syntax
rsa_load_privatekey_engine( engine, key_id, rsa var )

Returns#

Return value: 1 on success, 0 on failure.

Parameters#

Parameter Description
engine Name of the encryption engine to use.
key_id identifier of the key to load
rsa RSA private key associated with the engine and key ID.