HomeSort by: relevance | last modified time | path
    Searched refs:opt_cipher (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/crypto/external/bsd/openssl.old/dist/apps/
gendsa.c 26 OPT_OUT, OPT_PASSOUT, OPT_ENGINE, OPT_CIPHER,
37 {"", OPT_CIPHER, '-', "Encrypt the output with any supported cipher"},
81 case OPT_CIPHER:
82 if (!opt_cipher(opt_unknown(), &enc))
genrsa.c 34 OPT_OUT, OPT_PASSOUT, OPT_CIPHER, OPT_PRIMES,
46 {"", OPT_CIPHER, '-', "Encrypt the output with any supported cipher"},
106 case OPT_CIPHER:
107 if (!opt_cipher(opt_unknown(), &enc))
pkey.c 123 if (!opt_cipher(opt_unknown(), &cipher))
dsa.c 31 OPT_PUBOUT, OPT_CIPHER, OPT_PASSIN, OPT_PASSOUT
47 {"", OPT_CIPHER, '-', "Any supported cipher"},
133 case OPT_CIPHER:
134 if (!opt_cipher(opt_unknown(), &enc))
ec.c 38 OPT_PASSIN, OPT_PASSOUT, OPT_PARAM_ENC, OPT_CONV_FORM, OPT_CIPHER,
60 {"", OPT_CIPHER, '-', "Any supported cipher"},
133 case OPT_CIPHER:
134 if (!opt_cipher(opt_unknown(), &enc))
genpkey.c 27 OPT_ALGORITHM, OPT_PKEYOPT, OPT_GENPARAM, OPT_TEXT, OPT_CIPHER
41 {"", OPT_CIPHER, '-', "Cipher to use to encrypt the key"},
119 case OPT_CIPHER:
120 if (!opt_cipher(opt_unknown(), &cipher)
rsa.c 32 OPT_NOOUT, OPT_TEXT, OPT_MODULUS, OPT_CHECK, OPT_CIPHER
51 {"", OPT_CIPHER, '-', "Any supported cipher"},
145 case OPT_CIPHER:
146 if (!opt_cipher(opt_unknown(), &enc))
  /src/crypto/external/apache2/openssl/dist/apps/
gendsa.c 30 OPT_CIPHER,
51 { "", OPT_CIPHER, '-', "Encrypt the output with any supported cipher" },
102 case OPT_CIPHER:
123 if (!opt_cipher(ciphername, &enc))
dsa.c 51 OPT_CIPHER,
60 { "", OPT_CIPHER, '-', "Any supported cipher" },
166 case OPT_CIPHER:
180 if (!opt_cipher(ciphername, &enc))
ec.c 40 OPT_CIPHER,
59 { "", OPT_CIPHER, '-', "Any supported cipher" },
148 case OPT_CIPHER:
178 if (!opt_cipher(ciphername, &enc))
genrsa.c 41 OPT_CIPHER,
74 { "", OPT_CIPHER, '-', "Encrypt the output with any supported cipher" },
141 case OPT_CIPHER:
179 if (!opt_cipher(ciphername, &enc))
pkey.c 34 OPT_CIPHER,
65 { "", OPT_CIPHER, '-', "Any supported cipher to be used for encryption" },
160 case OPT_CIPHER:
207 if (!opt_cipher(ciphername, &cipher))
genpkey.c 33 OPT_CIPHER,
63 { "", OPT_CIPHER, '-', "Cipher to use to encrypt the key" },
198 case OPT_CIPHER:
244 if (!opt_cipher(ciphername, &cipher))
pkcs8.c 229 if (!opt_cipher(ciphername, &cipher))
rsa.c 63 OPT_CIPHER,
72 { "", OPT_CIPHER, '-', "Any supported cipher" },
222 case OPT_CIPHER:
239 if (!opt_cipher(ciphername, &enc))
  /src/crypto/external/bsd/openssl/dist/apps/
gendsa.c 27 OPT_OUT, OPT_PASSOUT, OPT_ENGINE, OPT_CIPHER, OPT_VERBOSE,
45 {"", OPT_CIPHER, '-', "Encrypt the output with any supported cipher"},
94 case OPT_CIPHER:
114 if (!opt_cipher(ciphername, &enc))
dsa.c 41 OPT_PUBOUT, OPT_CIPHER, OPT_PASSIN, OPT_PASSOUT,
48 {"", OPT_CIPHER, '-', "Any supported cipher"},
153 case OPT_CIPHER:
169 if (!opt_cipher(ciphername, &enc))
ec.c 28 OPT_PASSIN, OPT_PASSOUT, OPT_PARAM_ENC, OPT_CONV_FORM, OPT_CIPHER,
45 {"", OPT_CIPHER, '-', "Any supported cipher"},
133 case OPT_CIPHER:
165 if (!opt_cipher(ciphername, &enc))
genpkey.c 27 OPT_ALGORITHM, OPT_PKEYOPT, OPT_GENPARAM, OPT_TEXT, OPT_CIPHER,
51 {"", OPT_CIPHER, '-', "Cipher to use to encrypt the key"},
126 case OPT_CIPHER:
167 if (!opt_cipher(ciphername, &cipher) || do_param == 1)
genrsa.c 40 OPT_OUT, OPT_PASSOUT, OPT_CIPHER, OPT_PRIMES, OPT_VERBOSE,
67 {"", OPT_CIPHER, '-', "Encrypt the output with any supported cipher"},
133 case OPT_CIPHER:
170 if (!opt_cipher(ciphername, &enc))
pkey.c 24 OPT_TEXT, OPT_NOOUT, OPT_CIPHER, OPT_TRADITIONAL, OPT_CHECK, OPT_PUB_CHECK,
51 {"", OPT_CIPHER, '-', "Any supported cipher to be used for encryption"},
145 case OPT_CIPHER:
194 if (!opt_cipher(ciphername, &cipher))
pkcs8.c 205 if (!opt_cipher(ciphername, &cipher))
rsa.c 49 OPT_NOOUT, OPT_TEXT, OPT_MODULUS, OPT_CHECK, OPT_CIPHER,
57 {"", OPT_CIPHER, '-', "Any supported cipher"},
206 case OPT_CIPHER:
225 if (!opt_cipher(ciphername, &enc))
  /src/crypto/external/apache2/openssl/dist/apps/include/
opt.h 417 int opt_cipher(const char *name, EVP_CIPHER **cipherp);
  /src/crypto/external/bsd/openssl/dist/apps/include/
opt.h 368 int opt_cipher(const char *name, EVP_CIPHER **cipherp);

Completed in 37 milliseconds

1 2