Symbol: EVP_CIPHER
crypto/libressl/apps/openssl/cms.c
114
const EVP_CIPHER *cipher;
crypto/libressl/apps/openssl/cms.c
154
static const EVP_CIPHER *
crypto/libressl/apps/openssl/dsa.c
77
const EVP_CIPHER *enc;
crypto/libressl/apps/openssl/ec.c
76
const EVP_CIPHER *enc;
crypto/libressl/apps/openssl/enc.c
81
const EVP_CIPHER *cipher;
crypto/libressl/apps/openssl/gendsa.c
78
const EVP_CIPHER *enc;
crypto/libressl/apps/openssl/gendsa.c
83
static const EVP_CIPHER *get_cipher_by_name(char *name)
crypto/libressl/apps/openssl/genpkey.c
72
const EVP_CIPHER *cipher;
crypto/libressl/apps/openssl/genrsa.c
111
static const EVP_CIPHER *get_cipher_by_name(char *name)
crypto/libressl/apps/openssl/genrsa.c
89
const EVP_CIPHER *enc;
crypto/libressl/apps/openssl/openssl.c
721
list_cipher_fn(const EVP_CIPHER * c, const char *from, const char *to,
crypto/libressl/apps/openssl/pkcs12.c
103
const EVP_CIPHER *enc;
crypto/libressl/apps/openssl/pkcs12.c
156
static const EVP_CIPHER *get_cipher_by_name(char *name)
crypto/libressl/apps/openssl/pkcs8.c
71
const EVP_CIPHER *cipher;
crypto/libressl/apps/openssl/pkey.c
70
const EVP_CIPHER *cipher;
crypto/libressl/apps/openssl/req.c
558
const EVP_CIPHER *cipher = NULL;
crypto/libressl/apps/openssl/rsa.c
79
const EVP_CIPHER *enc;
crypto/libressl/apps/openssl/smime.c
112
static const EVP_CIPHER *
crypto/libressl/apps/openssl/smime.c
89
const EVP_CIPHER *cipher;
crypto/libressl/apps/openssl/speed.c
475
const EVP_CIPHER *evp_cipher = NULL;
crypto/libressl/crypto/asn1/p5_pbev2.c
186
PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter, unsigned char *salt,
crypto/libressl/crypto/asn1/p5_pbev2.c
290
PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, unsigned char *salt,
crypto/libressl/crypto/cmac/cm_pmeth.c
175
const EVP_CIPHER *c;
crypto/libressl/crypto/cmac/cmac.c
155
const EVP_CIPHER *cipher, ENGINE *impl)
crypto/libressl/crypto/cms/cms_enc.c
209
const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen)
crypto/libressl/crypto/cms/cms_enc.c
227
CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
crypto/libressl/crypto/cms/cms_enc.c
75
const EVP_CIPHER *ciph;
crypto/libressl/crypto/cms/cms_env.c
161
CMS_EnvelopedData_create(const EVP_CIPHER *cipher)
crypto/libressl/crypto/cms/cms_env.c
443
const EVP_CIPHER *ciph;
crypto/libressl/crypto/cms/cms_kari.c
395
cms_wrap_init(CMS_KeyAgreeRecipientInfo *kari, const EVP_CIPHER *cipher)
crypto/libressl/crypto/cms/cms_kari.c
398
const EVP_CIPHER *kekcipher;
crypto/libressl/crypto/cms/cms_lcl.h
168
const EVP_CIPHER *cipher;
crypto/libressl/crypto/cms/cms_lcl.h
448
const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen);
crypto/libressl/crypto/cms/cms_pwri.c
333
const EVP_CIPHER *kekcipher;
crypto/libressl/crypto/cms/cms_pwri.c
91
const EVP_CIPHER *kekciph)
crypto/libressl/crypto/cms/cms_smime.c
265
CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
crypto/libressl/crypto/cms/cms_smime.c
614
CMS_encrypt(STACK_OF(X509) *certs, BIO *data, const EVP_CIPHER *cipher,
crypto/libressl/crypto/ec/ec_ameth.c
781
const EVP_CIPHER *kekcipher;
crypto/libressl/crypto/engine/eng_openssl.c
119
static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/libressl/crypto/engine/eng_openssl.c
267
static const EVP_CIPHER test_r4_cipher = {
crypto/libressl/crypto/engine/eng_openssl.c
281
static const EVP_CIPHER test_r4_40_cipher = {
crypto/libressl/crypto/engine/eng_openssl.c
296
openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid)
crypto/libressl/crypto/engine/tb_cipher.c
126
const EVP_CIPHER *
crypto/libressl/crypto/engine/tb_cipher.c
129
const EVP_CIPHER *ret;
crypto/libressl/crypto/evp/bio_enc.c
391
BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
crypto/libressl/crypto/evp/e_aes.c
1009
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1021
static const EVP_CIPHER aesni_256_cbc = {
crypto/libressl/crypto/evp/e_aes.c
1033
static const EVP_CIPHER aes_256_cbc = {
crypto/libressl/crypto/evp/e_aes.c
1044
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1055
static const EVP_CIPHER aesni_256_ecb = {
crypto/libressl/crypto/evp/e_aes.c
1067
static const EVP_CIPHER aes_256_ecb = {
crypto/libressl/crypto/evp/e_aes.c
1078
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1089
static const EVP_CIPHER aesni_256_ofb = {
crypto/libressl/crypto/evp/e_aes.c
1101
static const EVP_CIPHER aes_256_ofb = {
crypto/libressl/crypto/evp/e_aes.c
1112
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1123
static const EVP_CIPHER aesni_256_cfb = {
crypto/libressl/crypto/evp/e_aes.c
1135
static const EVP_CIPHER aes_256_cfb = {
crypto/libressl/crypto/evp/e_aes.c
1146
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1157
static const EVP_CIPHER aesni_256_cfb1 = {
crypto/libressl/crypto/evp/e_aes.c
1169
static const EVP_CIPHER aes_256_cfb1 = {
crypto/libressl/crypto/evp/e_aes.c
1180
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1191
static const EVP_CIPHER aesni_256_cfb8 = {
crypto/libressl/crypto/evp/e_aes.c
1203
static const EVP_CIPHER aes_256_cfb8 = {
crypto/libressl/crypto/evp/e_aes.c
1214
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1225
static const EVP_CIPHER aesni_256_ctr = {
crypto/libressl/crypto/evp/e_aes.c
1237
static const EVP_CIPHER aes_256_ctr = {
crypto/libressl/crypto/evp/e_aes.c
1248
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1637
static const EVP_CIPHER aesni_128_gcm = {
crypto/libressl/crypto/evp/e_aes.c
1651
static const EVP_CIPHER aes_128_gcm = {
crypto/libressl/crypto/evp/e_aes.c
1664
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1675
static const EVP_CIPHER aesni_192_gcm = {
crypto/libressl/crypto/evp/e_aes.c
1689
static const EVP_CIPHER aes_192_gcm = {
crypto/libressl/crypto/evp/e_aes.c
1702
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1713
static const EVP_CIPHER aesni_256_gcm = {
crypto/libressl/crypto/evp/e_aes.c
1727
static const EVP_CIPHER aes_256_gcm = {
crypto/libressl/crypto/evp/e_aes.c
1740
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1879
static const EVP_CIPHER aesni_128_xts = {
crypto/libressl/crypto/evp/e_aes.c
1893
static const EVP_CIPHER aes_128_xts = {
crypto/libressl/crypto/evp/e_aes.c
1906
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
1917
static const EVP_CIPHER aesni_256_xts = {
crypto/libressl/crypto/evp/e_aes.c
1931
static const EVP_CIPHER aes_256_xts = {
crypto/libressl/crypto/evp/e_aes.c
1944
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
2113
static const EVP_CIPHER aesni_128_ccm = {
crypto/libressl/crypto/evp/e_aes.c
2127
static const EVP_CIPHER aes_128_ccm = {
crypto/libressl/crypto/evp/e_aes.c
2140
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
2151
static const EVP_CIPHER aesni_192_ccm = {
crypto/libressl/crypto/evp/e_aes.c
2165
static const EVP_CIPHER aes_192_ccm = {
crypto/libressl/crypto/evp/e_aes.c
2178
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
2189
static const EVP_CIPHER aesni_256_ccm = {
crypto/libressl/crypto/evp/e_aes.c
2203
static const EVP_CIPHER aes_256_ccm = {
crypto/libressl/crypto/evp/e_aes.c
2216
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
2525
static const EVP_CIPHER aes_128_wrap = {
crypto/libressl/crypto/evp/e_aes.c
2541
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
2547
static const EVP_CIPHER aes_192_wrap = {
crypto/libressl/crypto/evp/e_aes.c
2563
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
2569
static const EVP_CIPHER aes_256_wrap = {
crypto/libressl/crypto/evp/e_aes.c
2585
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
543
static const EVP_CIPHER aesni_128_cbc = {
crypto/libressl/crypto/evp/e_aes.c
555
static const EVP_CIPHER aes_128_cbc = {
crypto/libressl/crypto/evp/e_aes.c
566
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
577
static const EVP_CIPHER aesni_128_ecb = {
crypto/libressl/crypto/evp/e_aes.c
589
static const EVP_CIPHER aes_128_ecb = {
crypto/libressl/crypto/evp/e_aes.c
600
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
611
static const EVP_CIPHER aesni_128_ofb = {
crypto/libressl/crypto/evp/e_aes.c
623
static const EVP_CIPHER aes_128_ofb = {
crypto/libressl/crypto/evp/e_aes.c
634
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
645
static const EVP_CIPHER aesni_128_cfb = {
crypto/libressl/crypto/evp/e_aes.c
657
static const EVP_CIPHER aes_128_cfb = {
crypto/libressl/crypto/evp/e_aes.c
668
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
679
static const EVP_CIPHER aesni_128_cfb1 = {
crypto/libressl/crypto/evp/e_aes.c
691
static const EVP_CIPHER aes_128_cfb1 = {
crypto/libressl/crypto/evp/e_aes.c
702
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
713
static const EVP_CIPHER aesni_128_cfb8 = {
crypto/libressl/crypto/evp/e_aes.c
725
static const EVP_CIPHER aes_128_cfb8 = {
crypto/libressl/crypto/evp/e_aes.c
736
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
747
static const EVP_CIPHER aesni_128_ctr = {
crypto/libressl/crypto/evp/e_aes.c
759
static const EVP_CIPHER aes_128_ctr = {
crypto/libressl/crypto/evp/e_aes.c
770
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
782
static const EVP_CIPHER aesni_192_cbc = {
crypto/libressl/crypto/evp/e_aes.c
794
static const EVP_CIPHER aes_192_cbc = {
crypto/libressl/crypto/evp/e_aes.c
805
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
816
static const EVP_CIPHER aesni_192_ecb = {
crypto/libressl/crypto/evp/e_aes.c
828
static const EVP_CIPHER aes_192_ecb = {
crypto/libressl/crypto/evp/e_aes.c
839
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
850
static const EVP_CIPHER aesni_192_ofb = {
crypto/libressl/crypto/evp/e_aes.c
862
static const EVP_CIPHER aes_192_ofb = {
crypto/libressl/crypto/evp/e_aes.c
873
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
884
static const EVP_CIPHER aesni_192_cfb = {
crypto/libressl/crypto/evp/e_aes.c
896
static const EVP_CIPHER aes_192_cfb = {
crypto/libressl/crypto/evp/e_aes.c
907
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
918
static const EVP_CIPHER aesni_192_cfb1 = {
crypto/libressl/crypto/evp/e_aes.c
930
static const EVP_CIPHER aes_192_cfb1 = {
crypto/libressl/crypto/evp/e_aes.c
941
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
952
static const EVP_CIPHER aesni_192_cfb8 = {
crypto/libressl/crypto/evp/e_aes.c
964
static const EVP_CIPHER aes_192_cfb8 = {
crypto/libressl/crypto/evp/e_aes.c
975
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes.c
986
static const EVP_CIPHER aesni_192_ctr = {
crypto/libressl/crypto/evp/e_aes.c
998
static const EVP_CIPHER aes_192_ctr = {
crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
544
static EVP_CIPHER aesni_128_cbc_hmac_sha1_cipher = {
crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
561
static EVP_CIPHER aesni_256_cbc_hmac_sha1_cipher = {
crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
578
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
585
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
592
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
598
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_bf.c
160
static const EVP_CIPHER bf_cbc = {
crypto/libressl/crypto/evp/e_bf.c
176
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_bf.c
182
static const EVP_CIPHER bf_cfb64 = {
crypto/libressl/crypto/evp/e_bf.c
198
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_bf.c
204
static const EVP_CIPHER bf_ofb = {
crypto/libressl/crypto/evp/e_bf.c
220
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_bf.c
226
static const EVP_CIPHER bf_ecb = {
crypto/libressl/crypto/evp/e_bf.c
242
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
161
static const EVP_CIPHER camellia_128_cbc = {
crypto/libressl/crypto/evp/e_camellia.c
177
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
183
static const EVP_CIPHER camellia_128_cfb128 = {
crypto/libressl/crypto/evp/e_camellia.c
199
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
205
static const EVP_CIPHER camellia_128_ofb = {
crypto/libressl/crypto/evp/e_camellia.c
221
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
227
static const EVP_CIPHER camellia_128_ecb = {
crypto/libressl/crypto/evp/e_camellia.c
243
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
319
static const EVP_CIPHER camellia_192_cbc = {
crypto/libressl/crypto/evp/e_camellia.c
335
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
341
static const EVP_CIPHER camellia_192_cfb128 = {
crypto/libressl/crypto/evp/e_camellia.c
357
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
363
static const EVP_CIPHER camellia_192_ofb = {
crypto/libressl/crypto/evp/e_camellia.c
379
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
385
static const EVP_CIPHER camellia_192_ecb = {
crypto/libressl/crypto/evp/e_camellia.c
401
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
477
static const EVP_CIPHER camellia_256_cbc = {
crypto/libressl/crypto/evp/e_camellia.c
493
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
499
static const EVP_CIPHER camellia_256_cfb128 = {
crypto/libressl/crypto/evp/e_camellia.c
515
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
521
static const EVP_CIPHER camellia_256_ofb = {
crypto/libressl/crypto/evp/e_camellia.c
537
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
543
static const EVP_CIPHER camellia_256_ecb = {
crypto/libressl/crypto/evp/e_camellia.c
559
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
587
static const EVP_CIPHER camellia_128_cfb1 = {
crypto/libressl/crypto/evp/e_camellia.c
603
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
631
static const EVP_CIPHER camellia_192_cfb1 = {
crypto/libressl/crypto/evp/e_camellia.c
647
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
675
static const EVP_CIPHER camellia_256_cfb1 = {
crypto/libressl/crypto/evp/e_camellia.c
691
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
718
static const EVP_CIPHER camellia_128_cfb8 = {
crypto/libressl/crypto/evp/e_camellia.c
734
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
760
static const EVP_CIPHER camellia_192_cfb8 = {
crypto/libressl/crypto/evp/e_camellia.c
776
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_camellia.c
802
static const EVP_CIPHER camellia_256_cfb8 = {
crypto/libressl/crypto/evp/e_camellia.c
818
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_cast.c
160
static const EVP_CIPHER cast5_cbc = {
crypto/libressl/crypto/evp/e_cast.c
176
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_cast.c
182
static const EVP_CIPHER cast5_cfb64 = {
crypto/libressl/crypto/evp/e_cast.c
198
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_cast.c
204
static const EVP_CIPHER cast5_ofb = {
crypto/libressl/crypto/evp/e_cast.c
220
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_cast.c
226
static const EVP_CIPHER cast5_ecb = {
crypto/libressl/crypto/evp/e_cast.c
242
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_chacha.c
52
static const EVP_CIPHER chacha20_cipher = {
crypto/libressl/crypto/evp/e_chacha.c
72
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_chacha20poly1305.c
587
static const EVP_CIPHER cipher_chacha20_poly1305 = {
crypto/libressl/crypto/evp/e_chacha20poly1305.c
602
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des.c
224
static const EVP_CIPHER des_cbc = {
crypto/libressl/crypto/evp/e_des.c
240
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des.c
246
static const EVP_CIPHER des_cfb64 = {
crypto/libressl/crypto/evp/e_des.c
262
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des.c
268
static const EVP_CIPHER des_ofb = {
crypto/libressl/crypto/evp/e_des.c
284
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des.c
290
static const EVP_CIPHER des_ecb = {
crypto/libressl/crypto/evp/e_des.c
306
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des.c
312
static const EVP_CIPHER des_cfb1 = {
crypto/libressl/crypto/evp/e_des.c
328
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des.c
334
static const EVP_CIPHER des_cfb8 = {
crypto/libressl/crypto/evp/e_des.c
350
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
256
static const EVP_CIPHER des_ede_cbc = {
crypto/libressl/crypto/evp/e_des3.c
272
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
278
static const EVP_CIPHER des_ede_cfb64 = {
crypto/libressl/crypto/evp/e_des3.c
294
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
300
static const EVP_CIPHER des_ede_ofb = {
crypto/libressl/crypto/evp/e_des3.c
316
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
322
static const EVP_CIPHER des_ede_ecb = {
crypto/libressl/crypto/evp/e_des3.c
338
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
350
static const EVP_CIPHER des_ede3_cbc = {
crypto/libressl/crypto/evp/e_des3.c
366
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
372
static const EVP_CIPHER des_ede3_cfb64 = {
crypto/libressl/crypto/evp/e_des3.c
388
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
394
static const EVP_CIPHER des_ede3_ofb = {
crypto/libressl/crypto/evp/e_des3.c
410
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
416
static const EVP_CIPHER des_ede3_ecb = {
crypto/libressl/crypto/evp/e_des3.c
432
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
439
static const EVP_CIPHER des_ede3_cfb1 = {
crypto/libressl/crypto/evp/e_des3.c
455
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
462
static const EVP_CIPHER des_ede3_cfb8 = {
crypto/libressl/crypto/evp/e_des3.c
478
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
484
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_des3.c
490
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_gost2814789.c
250
static const EVP_CIPHER gost2814789_ecb = {
crypto/libressl/crypto/evp/e_gost2814789.c
266
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_gost2814789.c
272
static const EVP_CIPHER gost2814789_cfb64 = {
crypto/libressl/crypto/evp/e_gost2814789.c
288
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_gost2814789.c
294
static const EVP_CIPHER gost2814789_cnt = {
crypto/libressl/crypto/evp/e_gost2814789.c
310
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_idea.c
179
static const EVP_CIPHER idea_cbc = {
crypto/libressl/crypto/evp/e_idea.c
195
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_idea.c
201
static const EVP_CIPHER idea_cfb64 = {
crypto/libressl/crypto/evp/e_idea.c
217
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_idea.c
223
static const EVP_CIPHER idea_ofb = {
crypto/libressl/crypto/evp/e_idea.c
239
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_idea.c
245
static const EVP_CIPHER idea_ecb = {
crypto/libressl/crypto/evp/e_idea.c
261
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_null.c
72
static const EVP_CIPHER n_cipher = {
crypto/libressl/crypto/evp/e_null.c
86
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_rc2.c
162
static const EVP_CIPHER rc2_cbc = {
crypto/libressl/crypto/evp/e_rc2.c
178
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_rc2.c
184
static const EVP_CIPHER rc2_cfb64 = {
crypto/libressl/crypto/evp/e_rc2.c
200
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_rc2.c
206
static const EVP_CIPHER rc2_ofb = {
crypto/libressl/crypto/evp/e_rc2.c
222
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_rc2.c
228
static const EVP_CIPHER rc2_ecb = {
crypto/libressl/crypto/evp/e_rc2.c
244
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_rc2.c
254
static const EVP_CIPHER r2_64_cbc_cipher = {
crypto/libressl/crypto/evp/e_rc2.c
268
static const EVP_CIPHER r2_40_cbc_cipher = {
crypto/libressl/crypto/evp/e_rc2.c
282
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_rc2.c
288
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_rc4.c
113
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_rc4.c
119
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_rc4.c
85
static const EVP_CIPHER r4_cipher = {
crypto/libressl/crypto/evp/e_rc4.c
99
static const EVP_CIPHER r4_40_cipher = {
crypto/libressl/crypto/evp/e_rc4_hmac_md5.c
284
static EVP_CIPHER r4_hmac_md5_cipher = {
crypto/libressl/crypto/evp/e_rc4_hmac_md5.c
302
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_sm4.c
147
static const EVP_CIPHER sm4_cbc = {
crypto/libressl/crypto/evp/e_sm4.c
163
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_sm4.c
169
static const EVP_CIPHER sm4_cfb128 = {
crypto/libressl/crypto/evp/e_sm4.c
185
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_sm4.c
191
static const EVP_CIPHER sm4_ofb = {
crypto/libressl/crypto/evp/e_sm4.c
207
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_sm4.c
213
static const EVP_CIPHER sm4_ecb = {
crypto/libressl/crypto/evp/e_sm4.c
229
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_sm4.c
246
static const EVP_CIPHER sm4_ctr_mode = {
crypto/libressl/crypto/evp/e_sm4.c
262
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_xcbc_d.c
100
const EVP_CIPHER *
crypto/libressl/crypto/evp/e_xcbc_d.c
86
static const EVP_CIPHER d_xcbc_cipher = {
crypto/libressl/crypto/evp/evp_enc.c
128
const EVP_CIPHER *c =
crypto/libressl/crypto/evp/evp_enc.c
268
EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/crypto/evp/evp_enc.c
275
EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
crypto/libressl/crypto/evp/evp_enc.c
282
EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/crypto/evp/evp_enc.c
289
EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
crypto/libressl/crypto/evp/evp_enc.c
78
EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/crypto/evp/evp_enc.c
87
EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
crypto/libressl/crypto/evp/evp_key.c
130
EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
crypto/libressl/crypto/evp/evp_lib.c
137
EVP_CIPHER_type(const EVP_CIPHER *ctx)
crypto/libressl/crypto/evp/evp_lib.c
189
EVP_CIPHER_block_size(const EVP_CIPHER *e)
crypto/libressl/crypto/evp/evp_lib.c
207
const EVP_CIPHER *
crypto/libressl/crypto/evp/evp_lib.c
220
EVP_CIPHER_flags(const EVP_CIPHER *cipher)
crypto/libressl/crypto/evp/evp_lib.c
261
EVP_CIPHER_iv_length(const EVP_CIPHER *cipher)
crypto/libressl/crypto/evp/evp_lib.c
279
EVP_CIPHER_key_length(const EVP_CIPHER *cipher)
crypto/libressl/crypto/evp/evp_lib.c
291
EVP_CIPHER_nid(const EVP_CIPHER *cipher)
crypto/libressl/crypto/evp/evp_locl.h
155
const EVP_CIPHER *cipher;
crypto/libressl/crypto/evp/evp_locl.h
271
ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de);
crypto/libressl/crypto/evp/evp_pbe.c
125
const EVP_CIPHER *cipher;
crypto/libressl/crypto/evp/evp_pbe.c
251
EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
crypto/libressl/crypto/evp/names.c
113
const EVP_CIPHER *
crypto/libressl/crypto/evp/names.c
116
const EVP_CIPHER *cp;
crypto/libressl/crypto/evp/names.c
121
cp = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH);
crypto/libressl/crypto/evp/names.c
157
void (*fn)(const EVP_CIPHER *ciph, const char *from, const char *to,
crypto/libressl/crypto/evp/names.c
169
dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
crypto/libressl/crypto/evp/names.c
173
EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, const char *from,
crypto/libressl/crypto/evp/names.c
187
EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph, const char *from,
crypto/libressl/crypto/evp/names.c
68
EVP_add_cipher(const EVP_CIPHER *c)
crypto/libressl/crypto/evp/p5_crpt.c
79
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
crypto/libressl/crypto/evp/p5_crpt2.c
168
ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de)
crypto/libressl/crypto/evp/p5_crpt2.c
173
const EVP_CIPHER *cipher;
crypto/libressl/crypto/evp/p5_crpt2.c
224
ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de)
crypto/libressl/crypto/evp/p_lib.c
283
const EVP_CIPHER *cipher)
crypto/libressl/crypto/pem/pem_all.c
308
PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_all.c
326
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
crypto/libressl/crypto/pem/pem_all.c
421
PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_all.c
439
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
crypto/libressl/crypto/pem/pem_all.c
562
PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_all.c
579
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
crypto/libressl/crypto/pem/pem_info.c
295
PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_lib.c
328
const EVP_CIPHER *enc, unsigned char *kstr, int klen,
crypto/libressl/crypto/pem/pem_lib.c
346
const EVP_CIPHER *enc, unsigned char *kstr, int klen,
crypto/libressl/crypto/pem/pem_lib.c
490
const EVP_CIPHER *enc = NULL;
crypto/libressl/crypto/pem/pem_pk8.c
110
do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pk8.c
194
i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pk8.c
215
PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pk8.c
222
do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pk8.c
71
const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u);
crypto/libressl/crypto/pem/pem_pk8.c
73
const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u);
crypto/libressl/crypto/pem/pem_pk8.c
89
PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pk8.c
96
i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pkey.c
152
PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pem/pem_pkey.c
165
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
crypto/libressl/crypto/pem/pem_pkey.c
247
PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/crypto/pkcs12/p12_add.c
140
const EVP_CIPHER *pbe_ciph;
crypto/libressl/crypto/pkcs12/p12_crpt.c
74
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
crypto/libressl/crypto/pkcs12/p12_p8e.c
67
PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass,
crypto/libressl/crypto/pkcs12/p12_sbag.c
208
const EVP_CIPHER *pbe_ciph;
crypto/libressl/crypto/pkcs7/pk7_doit.c
257
const EVP_CIPHER *evp_cipher = NULL;
crypto/libressl/crypto/pkcs7/pk7_doit.c
430
const EVP_CIPHER *evp_cipher = NULL;
crypto/libressl/crypto/pkcs7/pk7_lib.c
583
PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher)
crypto/libressl/crypto/pkcs7/pk7_smime.c
488
PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/cmac.h
74
const EVP_CIPHER *cipher, ENGINE *impl);
crypto/libressl/include/openssl/cms.h
176
CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/cms.h
179
int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
crypto/libressl/include/openssl/cms.h
191
const EVP_CIPHER *cipher, unsigned int flags);
crypto/libressl/include/openssl/cms.h
205
CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher);
crypto/libressl/include/openssl/cms.h
234
const EVP_CIPHER *kekciph);
crypto/libressl/include/openssl/engine.h
293
typedef int (*ENGINE_CIPHERS_PTR)(ENGINE *, const EVP_CIPHER **,
crypto/libressl/include/openssl/engine.h
513
const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid);
crypto/libressl/include/openssl/evp.h
1053
size_t len, const EVP_CIPHER *cipher);
crypto/libressl/include/openssl/evp.h
301
const EVP_CIPHER *cipher;
crypto/libressl/include/openssl/evp.h
307
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de);
crypto/libressl/include/openssl/evp.h
374
int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
crypto/libressl/include/openssl/evp.h
376
int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
crypto/libressl/include/openssl/evp.h
377
int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
crypto/libressl/include/openssl/evp.h
378
int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
crypto/libressl/include/openssl/evp.h
379
unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
crypto/libressl/include/openssl/evp.h
382
const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
464
int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
crypto/libressl/include/openssl/evp.h
472
int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/evp.h
474
int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/evp.h
483
int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/evp.h
485
int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/evp.h
494
int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/evp.h
496
int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/evp.h
526
int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
crypto/libressl/include/openssl/evp.h
530
int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
crypto/libressl/include/openssl/evp.h
563
int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
crypto/libressl/include/openssl/evp.h
601
const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
crypto/libressl/include/openssl/evp.h
603
const EVP_CIPHER *EVP_des_ecb(void);
crypto/libressl/include/openssl/evp.h
604
const EVP_CIPHER *EVP_des_ede(void);
crypto/libressl/include/openssl/evp.h
605
const EVP_CIPHER *EVP_des_ede3(void);
crypto/libressl/include/openssl/evp.h
606
const EVP_CIPHER *EVP_des_ede_ecb(void);
crypto/libressl/include/openssl/evp.h
607
const EVP_CIPHER *EVP_des_ede3_ecb(void);
crypto/libressl/include/openssl/evp.h
608
const EVP_CIPHER *EVP_des_cfb64(void);
crypto/libressl/include/openssl/evp.h
610
const EVP_CIPHER *EVP_des_cfb1(void);
crypto/libressl/include/openssl/evp.h
611
const EVP_CIPHER *EVP_des_cfb8(void);
crypto/libressl/include/openssl/evp.h
612
const EVP_CIPHER *EVP_des_ede_cfb64(void);
crypto/libressl/include/openssl/evp.h
614
const EVP_CIPHER *EVP_des_ede3_cfb64(void);
crypto/libressl/include/openssl/evp.h
616
const EVP_CIPHER *EVP_des_ede3_cfb1(void);
crypto/libressl/include/openssl/evp.h
617
const EVP_CIPHER *EVP_des_ede3_cfb8(void);
crypto/libressl/include/openssl/evp.h
618
const EVP_CIPHER *EVP_des_ofb(void);
crypto/libressl/include/openssl/evp.h
619
const EVP_CIPHER *EVP_des_ede_ofb(void);
crypto/libressl/include/openssl/evp.h
620
const EVP_CIPHER *EVP_des_ede3_ofb(void);
crypto/libressl/include/openssl/evp.h
621
const EVP_CIPHER *EVP_des_cbc(void);
crypto/libressl/include/openssl/evp.h
622
const EVP_CIPHER *EVP_des_ede_cbc(void);
crypto/libressl/include/openssl/evp.h
623
const EVP_CIPHER *EVP_des_ede3_cbc(void);
crypto/libressl/include/openssl/evp.h
624
const EVP_CIPHER *EVP_desx_cbc(void);
crypto/libressl/include/openssl/evp.h
627
const EVP_CIPHER *EVP_rc4(void);
crypto/libressl/include/openssl/evp.h
628
const EVP_CIPHER *EVP_rc4_40(void);
crypto/libressl/include/openssl/evp.h
630
const EVP_CIPHER *EVP_rc4_hmac_md5(void);
crypto/libressl/include/openssl/evp.h
634
const EVP_CIPHER *EVP_idea_ecb(void);
crypto/libressl/include/openssl/evp.h
635
const EVP_CIPHER *EVP_idea_cfb64(void);
crypto/libressl/include/openssl/evp.h
637
const EVP_CIPHER *EVP_idea_ofb(void);
crypto/libressl/include/openssl/evp.h
638
const EVP_CIPHER *EVP_idea_cbc(void);
crypto/libressl/include/openssl/evp.h
641
const EVP_CIPHER *EVP_rc2_ecb(void);
crypto/libressl/include/openssl/evp.h
642
const EVP_CIPHER *EVP_rc2_cbc(void);
crypto/libressl/include/openssl/evp.h
643
const EVP_CIPHER *EVP_rc2_40_cbc(void);
crypto/libressl/include/openssl/evp.h
644
const EVP_CIPHER *EVP_rc2_64_cbc(void);
crypto/libressl/include/openssl/evp.h
645
const EVP_CIPHER *EVP_rc2_cfb64(void);
crypto/libressl/include/openssl/evp.h
647
const EVP_CIPHER *EVP_rc2_ofb(void);
crypto/libressl/include/openssl/evp.h
650
const EVP_CIPHER *EVP_bf_ecb(void);
crypto/libressl/include/openssl/evp.h
651
const EVP_CIPHER *EVP_bf_cbc(void);
crypto/libressl/include/openssl/evp.h
652
const EVP_CIPHER *EVP_bf_cfb64(void);
crypto/libressl/include/openssl/evp.h
654
const EVP_CIPHER *EVP_bf_ofb(void);
crypto/libressl/include/openssl/evp.h
657
const EVP_CIPHER *EVP_cast5_ecb(void);
crypto/libressl/include/openssl/evp.h
658
const EVP_CIPHER *EVP_cast5_cbc(void);
crypto/libressl/include/openssl/evp.h
659
const EVP_CIPHER *EVP_cast5_cfb64(void);
crypto/libressl/include/openssl/evp.h
661
const EVP_CIPHER *EVP_cast5_ofb(void);
crypto/libressl/include/openssl/evp.h
664
const EVP_CIPHER *EVP_aes_128_ecb(void);
crypto/libressl/include/openssl/evp.h
665
const EVP_CIPHER *EVP_aes_128_cbc(void);
crypto/libressl/include/openssl/evp.h
666
const EVP_CIPHER *EVP_aes_128_cfb1(void);
crypto/libressl/include/openssl/evp.h
667
const EVP_CIPHER *EVP_aes_128_cfb8(void);
crypto/libressl/include/openssl/evp.h
668
const EVP_CIPHER *EVP_aes_128_cfb128(void);
crypto/libressl/include/openssl/evp.h
670
const EVP_CIPHER *EVP_aes_128_ofb(void);
crypto/libressl/include/openssl/evp.h
671
const EVP_CIPHER *EVP_aes_128_ctr(void);
crypto/libressl/include/openssl/evp.h
672
const EVP_CIPHER *EVP_aes_128_ccm(void);
crypto/libressl/include/openssl/evp.h
673
const EVP_CIPHER *EVP_aes_128_gcm(void);
crypto/libressl/include/openssl/evp.h
674
const EVP_CIPHER *EVP_aes_128_wrap(void);
crypto/libressl/include/openssl/evp.h
675
const EVP_CIPHER *EVP_aes_128_xts(void);
crypto/libressl/include/openssl/evp.h
676
const EVP_CIPHER *EVP_aes_192_ecb(void);
crypto/libressl/include/openssl/evp.h
677
const EVP_CIPHER *EVP_aes_192_cbc(void);
crypto/libressl/include/openssl/evp.h
678
const EVP_CIPHER *EVP_aes_192_cfb1(void);
crypto/libressl/include/openssl/evp.h
679
const EVP_CIPHER *EVP_aes_192_cfb8(void);
crypto/libressl/include/openssl/evp.h
680
const EVP_CIPHER *EVP_aes_192_cfb128(void);
crypto/libressl/include/openssl/evp.h
682
const EVP_CIPHER *EVP_aes_192_ofb(void);
crypto/libressl/include/openssl/evp.h
683
const EVP_CIPHER *EVP_aes_192_ctr(void);
crypto/libressl/include/openssl/evp.h
684
const EVP_CIPHER *EVP_aes_192_ccm(void);
crypto/libressl/include/openssl/evp.h
685
const EVP_CIPHER *EVP_aes_192_gcm(void);
crypto/libressl/include/openssl/evp.h
686
const EVP_CIPHER *EVP_aes_192_wrap(void);
crypto/libressl/include/openssl/evp.h
687
const EVP_CIPHER *EVP_aes_256_ecb(void);
crypto/libressl/include/openssl/evp.h
688
const EVP_CIPHER *EVP_aes_256_cbc(void);
crypto/libressl/include/openssl/evp.h
689
const EVP_CIPHER *EVP_aes_256_cfb1(void);
crypto/libressl/include/openssl/evp.h
690
const EVP_CIPHER *EVP_aes_256_cfb8(void);
crypto/libressl/include/openssl/evp.h
691
const EVP_CIPHER *EVP_aes_256_cfb128(void);
crypto/libressl/include/openssl/evp.h
693
const EVP_CIPHER *EVP_aes_256_ofb(void);
crypto/libressl/include/openssl/evp.h
694
const EVP_CIPHER *EVP_aes_256_ctr(void);
crypto/libressl/include/openssl/evp.h
695
const EVP_CIPHER *EVP_aes_256_ccm(void);
crypto/libressl/include/openssl/evp.h
696
const EVP_CIPHER *EVP_aes_256_gcm(void);
crypto/libressl/include/openssl/evp.h
697
const EVP_CIPHER *EVP_aes_256_wrap(void);
crypto/libressl/include/openssl/evp.h
698
const EVP_CIPHER *EVP_aes_256_xts(void);
crypto/libressl/include/openssl/evp.h
700
const EVP_CIPHER *EVP_chacha20_poly1305(void);
crypto/libressl/include/openssl/evp.h
703
const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void);
crypto/libressl/include/openssl/evp.h
704
const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void);
crypto/libressl/include/openssl/evp.h
708
const EVP_CIPHER *EVP_camellia_128_ecb(void);
crypto/libressl/include/openssl/evp.h
709
const EVP_CIPHER *EVP_camellia_128_cbc(void);
crypto/libressl/include/openssl/evp.h
710
const EVP_CIPHER *EVP_camellia_128_cfb1(void);
crypto/libressl/include/openssl/evp.h
711
const EVP_CIPHER *EVP_camellia_128_cfb8(void);
crypto/libressl/include/openssl/evp.h
712
const EVP_CIPHER *EVP_camellia_128_cfb128(void);
crypto/libressl/include/openssl/evp.h
714
const EVP_CIPHER *EVP_camellia_128_ofb(void);
crypto/libressl/include/openssl/evp.h
715
const EVP_CIPHER *EVP_camellia_192_ecb(void);
crypto/libressl/include/openssl/evp.h
716
const EVP_CIPHER *EVP_camellia_192_cbc(void);
crypto/libressl/include/openssl/evp.h
717
const EVP_CIPHER *EVP_camellia_192_cfb1(void);
crypto/libressl/include/openssl/evp.h
718
const EVP_CIPHER *EVP_camellia_192_cfb8(void);
crypto/libressl/include/openssl/evp.h
719
const EVP_CIPHER *EVP_camellia_192_cfb128(void);
crypto/libressl/include/openssl/evp.h
721
const EVP_CIPHER *EVP_camellia_192_ofb(void);
crypto/libressl/include/openssl/evp.h
722
const EVP_CIPHER *EVP_camellia_256_ecb(void);
crypto/libressl/include/openssl/evp.h
723
const EVP_CIPHER *EVP_camellia_256_cbc(void);
crypto/libressl/include/openssl/evp.h
724
const EVP_CIPHER *EVP_camellia_256_cfb1(void);
crypto/libressl/include/openssl/evp.h
725
const EVP_CIPHER *EVP_camellia_256_cfb8(void);
crypto/libressl/include/openssl/evp.h
726
const EVP_CIPHER *EVP_camellia_256_cfb128(void);
crypto/libressl/include/openssl/evp.h
728
const EVP_CIPHER *EVP_camellia_256_ofb(void);
crypto/libressl/include/openssl/evp.h
732
const EVP_CIPHER *EVP_chacha20(void);
crypto/libressl/include/openssl/evp.h
736
const EVP_CIPHER *EVP_gost2814789_ecb(void);
crypto/libressl/include/openssl/evp.h
737
const EVP_CIPHER *EVP_gost2814789_cfb64(void);
crypto/libressl/include/openssl/evp.h
738
const EVP_CIPHER *EVP_gost2814789_cnt(void);
crypto/libressl/include/openssl/evp.h
742
const EVP_CIPHER *EVP_sm4_ecb(void);
crypto/libressl/include/openssl/evp.h
743
const EVP_CIPHER *EVP_sm4_cbc(void);
crypto/libressl/include/openssl/evp.h
744
const EVP_CIPHER *EVP_sm4_cfb128(void);
crypto/libressl/include/openssl/evp.h
746
const EVP_CIPHER *EVP_sm4_ofb(void);
crypto/libressl/include/openssl/evp.h
747
const EVP_CIPHER *EVP_sm4_ctr(void);
crypto/libressl/include/openssl/evp.h
766
int EVP_add_cipher(const EVP_CIPHER *cipher);
crypto/libressl/include/openssl/evp.h
769
const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
crypto/libressl/include/openssl/evp.h
773
void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, const char *from,
crypto/libressl/include/openssl/evp.h
775
void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
crypto/libressl/include/openssl/evp.h
857
int EVP_CIPHER_type(const EVP_CIPHER *ctx);
crypto/libressl/include/openssl/evp.h
869
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de);
crypto/libressl/include/openssl/evp.h
877
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md,
crypto/libressl/include/openssl/evp.h
894
int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
crypto/libressl/include/openssl/pem.h
184
EVP_CIPHER *dec; /* date encryption cipher */
crypto/libressl/include/openssl/pem.h
220
int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
crypto/libressl/include/openssl/pem.h
228
int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
crypto/libressl/include/openssl/pem.h
255
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
crypto/libressl/include/openssl/pem.h
262
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
crypto/libressl/include/openssl/pem.h
315
int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
crypto/libressl/include/openssl/pem.h
330
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
crypto/libressl/include/openssl/pem.h
386
const EVP_CIPHER *enc, unsigned char *kstr, int klen,
crypto/libressl/include/openssl/pem.h
391
int PEM_X509_INFO_write_bio(BIO *bp, X509_INFO *xi, EVP_CIPHER *enc,
crypto/libressl/include/openssl/pem.h
402
void *x, const EVP_CIPHER *enc, unsigned char *kstr,
crypto/libressl/include/openssl/pem.h
470
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
crypto/libressl/include/openssl/pem.h
475
int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
crypto/libressl/include/openssl/pem.h
477
int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/include/openssl/pem.h
486
int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/include/openssl/pem.h
499
int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/libressl/include/openssl/pkcs12.h
184
X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/pkcs12.h
224
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
crypto/libressl/include/openssl/pkcs7.h
137
const EVP_CIPHER *cipher;
crypto/libressl/include/openssl/pkcs7.h
373
int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
crypto/libressl/include/openssl/pkcs7.h
400
PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
crypto/libressl/include/openssl/x509.h
1088
X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
crypto/libressl/include/openssl/x509.h
1090
X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
crypto/libressl/ssl/ssl_ciph.c
438
ssl_cipher_get_evp(const SSL_SESSION *ss, const EVP_CIPHER **enc,
crypto/libressl/ssl/ssl_locl.h
1338
int ssl_cipher_get_evp(const SSL_SESSION *s, const EVP_CIPHER **enc,
crypto/libressl/ssl/ssl_locl.h
672
const EVP_AEAD *aead, const EVP_CIPHER *cipher, const EVP_MD *mac_hash);
crypto/libressl/ssl/ssl_locl.h
687
const EVP_CIPHER *cipher, const EVP_MD *handshake_hash,
crypto/libressl/ssl/t1_enc.c
347
const EVP_CIPHER *cipher = NULL;
crypto/libressl/ssl/tls12_key_schedule.c
89
const EVP_AEAD *aead, const EVP_CIPHER *cipher, const EVP_MD *mac_hash)
crypto/libressl/ssl/tls12_record_layer.c
171
const EVP_CIPHER *cipher;
crypto/libressl/ssl/tls12_record_layer.c
273
const EVP_CIPHER *cipher, const EVP_MD *handshake_hash,
crypto/openssh/cipher-aes.c
142
const EVP_CIPHER *
crypto/openssh/cipher-aes.c
145
static EVP_CIPHER rijndal_cbc;
crypto/openssh/cipher-aes.c
147
memset(&rijndal_cbc, 0, sizeof(EVP_CIPHER));
crypto/openssh/cipher.c
253
const EVP_CIPHER *type;
crypto/openssh/cipher.c
80
const EVP_CIPHER *(*evptype)(void);
crypto/openssh/sshkey.c
3215
const EVP_CIPHER *cipher = (len > 0) ? EVP_aes_128_cbc() : NULL;