Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dopt.h368 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);
/netbsd-src/crypto/external/bsd/openssl.old/dist/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);
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A DOPTIONS.pod36 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>.
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2any.c981 const OSSL_PARAM *cipherp = in key2any_set_ctx_params() local
988 if (cipherp != NULL) { in key2any_set_ctx_params()
992 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params()