Searched refs:opt_cipher_silent (Results 1 – 4 of 4) sorted by relevance
/netbsd/crypto/external/bsd/openssl/dist/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
|
/netbsd/crypto/external/bsd/openssl/dist/apps/include/ |
H A D | opt.h | 370 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);
|
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | opt.c | 376 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp) in opt_cipher_silent() function 402 if ((ret = opt_cipher_silent(name, cipherp)) == 0) in opt_cipher_any()
|
/netbsd/crypto/external/bsd/openssl/dist/apps/ |
H A D | speed.c | 529 if (opt_cipher_silent(name, &cipher)) { in have_cipher() 683 if (!opt_cipher_silent(ciphername, &cipher)) in init_evp_cipher_ctx() 1506 if (!opt_cipher_silent(opt_arg(), &evp_cipher)) { in speed_main()
|