Searched refs:cipherp (Results 1 – 5 of 5) sorted by relevance
368 int opt_cipher(const char *name, EVP_CIPHER **cipherp);369 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp);370 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);
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);
36 int opt_cipher(const char *name, EVP_CIPHER **cipherp);37 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp);38 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);253 each takes the specified I<name> and fills in the cipher into I<cipherp>.
981 const OSSL_PARAM *cipherp = in key2any_set_ctx_params() local988 if (cipherp != NULL) { in key2any_set_ctx_params()992 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params()