Searched refs:cipherp (Results 1 – 2 of 2) sorted by relevance
275 int opt_cipher(const char *name, const EVP_CIPHER **cipherp) in opt_cipher() argument277 *cipherp = EVP_get_cipherbyname(name); in opt_cipher()278 if (*cipherp != NULL) in opt_cipher()
403 int opt_cipher(const char *name, const EVP_CIPHER **cipherp);