Home
last modified time | relevance | path

Searched refs:cipherp (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/crypto/openssl/apps/
H A Dopt.c275 int opt_cipher(const char *name, const EVP_CIPHER **cipherp) in opt_cipher() argument
277 *cipherp = EVP_get_cipherbyname(name); in opt_cipher()
278 if (*cipherp != NULL) in opt_cipher()
H A Dapps.h403 int opt_cipher(const char *name, const EVP_CIPHER **cipherp);