Searched refs:opt_cipher_any (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 8 opt_cipher_any, opt_cipher_silent, opt_md, 37 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp); 252 The functions opt_cipher(), opt_cipher_any() and opt_cipher_silent() 255 AEAD and are not using XTS mode. The functions opt_cipher_any() and
|
/openssl/apps/include/ |
H A D | opt.h | 407 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp);
|
/openssl/apps/lib/ |
H A D | opt.c | 414 int opt_cipher_any(const char *name, EVP_CIPHER **cipherp) in opt_cipher_any() function 433 if (opt_cipher_any(name, &c)) { in opt_cipher()
|
/openssl/apps/ |
H A D | smime.c | 405 if (!opt_cipher_any(ciphername, &cipher)) in smime_main()
|
H A D | cms.c | 712 if (!opt_cipher_any(ciphername, &cipher)) in cms_main() 715 if (!opt_cipher_any(wrapname, &wrap_cipher)) in cms_main()
|
H A D | pkcs12.c | 388 if (!opt_cipher_any(ciphername, &enc)) in pkcs12_main()
|
Completed in 25 milliseconds