Home
last modified time | relevance | path

Searched refs:opt_cipher_silent (Results 1 – 4 of 4) sorted by relevance

/openssl/doc/internal/man3/
H A DOPTIONS.pod8 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 Dopt.h408 int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);
/openssl/apps/lib/
H A Dopt.c392 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 Dspeed.c612 if (opt_cipher_silent(name, &cipher)) { in have_cipher()
831 if (!opt_cipher_silent(ciphername, &cipher)) in init_evp_cipher_ctx()
1960 if (!opt_cipher_silent(opt_arg(), &evp_cipher)) { in speed_main()

Completed in 26 milliseconds