Searched refs:cipherp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | opt.c | 407 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp) in opt_cipher_silent() argument 418 if (cipherp != NULL) { in opt_cipher_silent() 419 EVP_CIPHER_free(*cipherp); in opt_cipher_silent() 420 *cipherp = c; in opt_cipher_silent() 430 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp) in opt_cipher_any() argument 436 if ((ret = opt_cipher_silent(name, cipherp)) == 0) in opt_cipher_any() 441 int opt_cipher(const char *name, EVP_CIPHER **cipherp) in opt_cipher() argument 458 if (cipherp != NULL) in opt_cipher() 459 *cipherp = c; in opt_cipher()
|
| /freebsd/crypto/openssl/apps/include/ |
| H A D | opt.h | 417 int opt_cipher(const char *name, EVP_CIPHER **cipherp); 418 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp); 419 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);
|
| /freebsd/crypto/openssl/doc/internal/man3/ |
| H A D | OPTIONS.pod | 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>.
|
| /freebsd/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | encode_key2any.c | 1142 const OSSL_PARAM *cipherp = OSSL_PARAM_locate_const(params, OSSL_ENCODER_PARAM_CIPHER); in key2any_set_ctx_params() local 1146 if (cipherp != NULL) { in key2any_set_ctx_params() 1150 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params()
|
| /freebsd/crypto/openssl/test/ |
| H A D | tls-provider.c | 1754 const OSSL_PARAM *cipherp = OSSL_PARAM_locate_const(params, OSSL_ENCODER_PARAM_CIPHER); in key2any_set_ctx_params() local 1758 if (cipherp != NULL) { in key2any_set_ctx_params() 1762 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params()
|