Home
last modified time | relevance | path

Searched refs:opt_cipher (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dgendsa.c82 if (!opt_cipher(opt_unknown(), &enc)) in gendsa_main()
H A Dgenrsa.c107 if (!opt_cipher(opt_unknown(), &enc)) in genrsa_main()
H A Dpkey.c123 if (!opt_cipher(opt_unknown(), &cipher)) in pkey_main()
H A Ddsa.c134 if (!opt_cipher(opt_unknown(), &enc)) in dsa_main()
H A Dec.c134 if (!opt_cipher(opt_unknown(), &enc)) in ec_main()
H A Drsa.c146 if (!opt_cipher(opt_unknown(), &enc)) in rsa_main()
H A Dgenpkey.c120 if (!opt_cipher(opt_unknown(), &cipher) in genpkey_main()
H A Dpkcs8.c126 if (!opt_cipher(opt_arg(), &cipher)) in pkcs8_main()
H A Dapps.h403 int opt_cipher(const char *name, const EVP_CIPHER **cipherp);
H A Denc.c259 if (!opt_cipher(opt_unknown(), &c)) in enc_main()
H A Dsmime.c269 if (!opt_cipher(opt_unknown(), &cipher)) in smime_main()
H A Dopt.c275 int opt_cipher(const char *name, const EVP_CIPHER **cipherp) in opt_cipher() function
H A Dpkcs12.c197 if (!opt_cipher(opt_unknown(), &enc)) in pkcs12_main()
H A Dcms.c527 if (!opt_cipher(opt_unknown(), &cipher)) in cms_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dgendsa.c114 if (!opt_cipher(ciphername, &enc)) in gendsa_main()
H A Dgenrsa.c170 if (!opt_cipher(ciphername, &enc)) in genrsa_main()
H A Ddsa.c169 if (!opt_cipher(ciphername, &enc)) in dsa_main()
H A Dec.c165 if (!opt_cipher(ciphername, &enc)) in ec_main()
H A Dpkey.c194 if (!opt_cipher(ciphername, &cipher)) in pkey_main()
H A Dgenpkey.c167 if (!opt_cipher(ciphername, &cipher) || do_param == 1) in genpkey_main()
H A Drsa.c225 if (!opt_cipher(ciphername, &enc)) in rsa_main()
H A Dpkcs8.c205 if (!opt_cipher(ciphername, &cipher)) in pkcs8_main()
H A Denc.c309 if (!opt_cipher(ciphername, &cipher)) in enc_main()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A DOPTIONS.pod7 opt_begin, opt_next, opt_flag, opt_arg, opt_unknown, opt_cipher,
36 int opt_cipher(const char *name, EVP_CIPHER **cipherp);
252 The functions opt_cipher(), opt_cipher_any() and opt_cipher_silent()
254 The function opt_cipher() only accepts ciphers which are not
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dopt.h368 int opt_cipher(const char *name, EVP_CIPHER **cipherp);

12