Searched refs:opt_cipher_silent (Results 1 – 4 of 4) sorted by relevance
/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 8 opt_cipher_any, opt_cipher_silent, opt_md, 38 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp); 252 The functions opt_cipher(), opt_cipher_any() and opt_cipher_silent() 256 opt_cipher_silent() accept any cipher, the latter not emitting an error
|
/openssl/apps/include/ |
H A D | opt.h | 408 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);
|
/openssl/apps/lib/ |
H A D | opt.c | 392 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp) in opt_cipher_silent() function 420 if ((ret = opt_cipher_silent(name, cipherp)) == 0) in opt_cipher_any()
|
/openssl/apps/ |
H A D | speed.c | 621 if (opt_cipher_silent(name, &cipher)) { in have_cipher() 840 if (!opt_cipher_silent(ciphername, &cipher)) in init_evp_cipher_ctx() 2063 if (!opt_cipher_silent(opt_arg(), &evp_cipher)) { in speed_main()
|
Completed in 41 milliseconds