Lines Matching refs:ENGINE
17 void ENGINE_unregister_ciphers(ENGINE *e)
27 int ENGINE_register_ciphers(ENGINE *e)
42 ENGINE *e;
48 int ENGINE_set_default_ciphers(ENGINE *e)
66 ENGINE *ENGINE_get_cipher_engine(int nid)
72 /* Obtains a cipher implementation from an ENGINE functional reference */
73 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid)
84 /* Gets the cipher callback from an ENGINE structure */
85 ENGINE_CIPHERS_PTR ENGINE_get_ciphers(const ENGINE *e)
90 /* Sets the cipher callback in an ENGINE structure */
91 int ENGINE_set_ciphers(ENGINE *e, ENGINE_CIPHERS_PTR f)