rsa_load_publickey_engine()

 
Load an encryption key based on a key id.
Syntax
rsa_load_publickey_engine( engine, key_id, rsa var )
Return value: 1 on success, 0 on failure.
  • engine = Name of the encryption engine to use.
  • key_id = identifier of the key to load
  • rsa = RSA public key associated with the engine and key ID.
User Annotations: rsa_load_publickey_engine