Searched refs:ENGINE_get_cipher (Results 1 – 4 of 4) sorted by relevance
119 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid) in ENGINE_get_cipher() function
534 const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid);
151 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid); in EVP_CipherInit_ex()