Searched refs:cipherp (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/apps/lib/ |
D | opt.c | 376 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp) in opt_cipher_silent() argument 386 if (cipherp != NULL) { in opt_cipher_silent() 387 EVP_CIPHER_free(*cipherp); in opt_cipher_silent() 388 *cipherp = c; in opt_cipher_silent() 398 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp) in opt_cipher_any() argument 402 if ((ret = opt_cipher_silent(name, cipherp)) == 0) in opt_cipher_any() 407 int opt_cipher(const char *name, EVP_CIPHER **cipherp) in opt_cipher() argument 422 if (cipherp != NULL) in opt_cipher() 423 *cipherp = c; in opt_cipher()
|
/third_party/openssl/apps/include/ |
D | opt.h | 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);
|
/third_party/openssl/doc/internal/man3/ |
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>.
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2any.c | 970 const OSSL_PARAM *cipherp = in key2any_set_ctx_params() local 977 if (cipherp != NULL) { in key2any_set_ctx_params() 981 if (!OSSL_PARAM_get_utf8_string_ptr(cipherp, &ciphername)) in key2any_set_ctx_params()
|