Searched refs:cipherp (Results 1 – 5 of 5) sorted by relevance
/openssl/apps/lib/ |
H A D | opt.c | 392 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp) in opt_cipher_silent() argument 402 if (cipherp != NULL) { in opt_cipher_silent() 403 EVP_CIPHER_free(*cipherp); in opt_cipher_silent() 404 *cipherp = c; in opt_cipher_silent() 414 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp) in opt_cipher_any() argument 420 if ((ret = opt_cipher_silent(name, cipherp)) == 0) in opt_cipher_any() 425 int opt_cipher(const char *name, EVP_CIPHER **cipherp) in opt_cipher() argument 442 if (cipherp != NULL) in opt_cipher() 443 *cipherp = c; in opt_cipher()
|
/openssl/apps/include/ |
H A D | opt.h | 406 int opt_cipher(const char *name, EVP_CIPHER **cipherp); 407 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp); 408 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);
|
/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>.
|
/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2any.c | 979 const OSSL_PARAM *cipherp = in key2any_set_ctx_params() local 986 if (cipherp != NULL) { in key2any_set_ctx_params() 990 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params()
|
/openssl/test/ |
H A D | tls-provider.c | 1765 const OSSL_PARAM *cipherp = in key2any_set_ctx_params() local 1772 if (cipherp != NULL) { in key2any_set_ctx_params() 1776 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params()
|
Completed in 37 milliseconds