Searched refs:get_cipher_from_engine (Results 1 – 3 of 3) sorted by relevance
181 const EVP_CIPHER *get_cipher_from_engine(const char *name) in get_cipher_from_engine() function
188 const EVP_CIPHER *get_cipher_from_engine(const char *name);
1095 return propq != NULL || get_cipher_from_engine(name) == NULL ? 0 : 1; in is_cipher_available()
Completed in 15 milliseconds