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

1 2

  /src/crypto/external/apache2/openssl/dist/apps/
skeyutl.c 23 OPT_CIPHER,
35 { "cipher", OPT_CIPHER, 's', "The cipher to generate key for" },
67 case OPT_CIPHER:
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))
kdf.c 26 OPT_CIPHER,
38 { "cipher", OPT_CIPHER, 's', "Cipher" },
115 case OPT_CIPHER:
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))
mac.c 29 OPT_CIPHER,
40 { "cipher", OPT_CIPHER, 's', "Cipher" },
124 case OPT_CIPHER:
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))
rsa.c 63 OPT_CIPHER,
72 { "", OPT_CIPHER, '-', "Any supported cipher" },
222 case OPT_CIPHER:
239 if (!opt_cipher(ciphername, &enc))
s_time.c 48 OPT_CIPHER,
83 { "cipher", OPT_CIPHER, 's', "TLSv1.2 and below cipher list to be used" },
207 case OPT_CIPHER:
  /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))
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/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))
kdf.c 23 OPT_CIPHER, OPT_DIGEST, OPT_MAC,
33 {"cipher", OPT_CIPHER, 's', "Cipher"},
110 case OPT_CIPHER:
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))
mac.c 26 OPT_CIPHER, OPT_DIGEST,
36 {"cipher", OPT_CIPHER, 's', "Cipher"},
120 case OPT_CIPHER:
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))

Completed in 35 milliseconds

1 2