Symbol: EVP_CIPHER
lib/libcrypto/asn1/p5_pbev2.c
192
PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter, unsigned char *salt,
lib/libcrypto/cmac/cm_pmeth.c
179
const EVP_CIPHER *c;
lib/libcrypto/cmac/cmac.c
183
const EVP_CIPHER *cipher, ENGINE *impl)
lib/libcrypto/cmac/cmac.h
74
const EVP_CIPHER *cipher, ENGINE *impl);
lib/libcrypto/cms/cms.h
180
CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
lib/libcrypto/cms/cms.h
183
int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
lib/libcrypto/cms/cms.h
195
const EVP_CIPHER *cipher, unsigned int flags);
lib/libcrypto/cms/cms.h
209
CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher);
lib/libcrypto/cms/cms.h
238
const EVP_CIPHER *kekciph);
lib/libcrypto/cms/cms_enc.c
212
const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen)
lib/libcrypto/cms/cms_enc.c
230
CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
lib/libcrypto/cms/cms_enc.c
78
const EVP_CIPHER *ciph;
lib/libcrypto/cms/cms_env.c
166
CMS_EnvelopedData_create(const EVP_CIPHER *cipher)
lib/libcrypto/cms/cms_env.c
454
const EVP_CIPHER *ciph;
lib/libcrypto/cms/cms_kari.c
402
cms_wrap_init(CMS_KeyAgreeRecipientInfo *kari, const EVP_CIPHER *cipher)
lib/libcrypto/cms/cms_kari.c
405
const EVP_CIPHER *kekcipher;
lib/libcrypto/cms/cms_local.h
170
const EVP_CIPHER *cipher;
lib/libcrypto/cms/cms_local.h
435
const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen);
lib/libcrypto/cms/cms_pwri.c
338
const EVP_CIPHER *kekcipher;
lib/libcrypto/cms/cms_pwri.c
95
const EVP_CIPHER *kekciph)
lib/libcrypto/cms/cms_smime.c
277
CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
lib/libcrypto/cms/cms_smime.c
638
CMS_encrypt(STACK_OF(X509) *certs, BIO *data, const EVP_CIPHER *cipher,
lib/libcrypto/ec/ec_ameth.c
803
const EVP_CIPHER *kekcipher;
lib/libcrypto/evp/bio_enc.c
406
BIO_set_cipher(BIO *bio, const EVP_CIPHER *c, const unsigned char *k,
lib/libcrypto/evp/e_aes.c
1001
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
1008
static const EVP_CIPHER aes_256_gcm = {
lib/libcrypto/evp/e_aes.c
1021
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
1113
static const EVP_CIPHER aes_128_xts = {
lib/libcrypto/evp/e_aes.c
1126
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
1133
static const EVP_CIPHER aes_256_xts = {
lib/libcrypto/evp/e_aes.c
1146
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
1308
static const EVP_CIPHER aes_128_ccm = {
lib/libcrypto/evp/e_aes.c
1321
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
1328
static const EVP_CIPHER aes_192_ccm = {
lib/libcrypto/evp/e_aes.c
1341
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
1348
static const EVP_CIPHER aes_256_ccm = {
lib/libcrypto/evp/e_aes.c
1361
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
1650
static const EVP_CIPHER aes_128_wrap = {
lib/libcrypto/evp/e_aes.c
1665
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
1672
static const EVP_CIPHER aes_192_wrap = {
lib/libcrypto/evp/e_aes.c
1687
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
1694
static const EVP_CIPHER aes_256_wrap = {
lib/libcrypto/evp/e_aes.c
1709
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
256
static const EVP_CIPHER aes_128_cbc = {
lib/libcrypto/evp/e_aes.c
267
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
274
static const EVP_CIPHER aes_128_ecb = {
lib/libcrypto/evp/e_aes.c
285
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
292
static const EVP_CIPHER aes_128_ofb = {
lib/libcrypto/evp/e_aes.c
303
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
310
static const EVP_CIPHER aes_128_cfb = {
lib/libcrypto/evp/e_aes.c
321
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
328
static const EVP_CIPHER aes_128_cfb1 = {
lib/libcrypto/evp/e_aes.c
339
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
346
static const EVP_CIPHER aes_128_cfb8 = {
lib/libcrypto/evp/e_aes.c
357
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
364
static const EVP_CIPHER aes_128_ctr = {
lib/libcrypto/evp/e_aes.c
375
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
382
static const EVP_CIPHER aes_192_cbc = {
lib/libcrypto/evp/e_aes.c
393
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
400
static const EVP_CIPHER aes_192_ecb = {
lib/libcrypto/evp/e_aes.c
411
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
418
static const EVP_CIPHER aes_192_ofb = {
lib/libcrypto/evp/e_aes.c
429
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
436
static const EVP_CIPHER aes_192_cfb = {
lib/libcrypto/evp/e_aes.c
447
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
454
static const EVP_CIPHER aes_192_cfb1 = {
lib/libcrypto/evp/e_aes.c
465
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
472
static const EVP_CIPHER aes_192_cfb8 = {
lib/libcrypto/evp/e_aes.c
483
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
490
static const EVP_CIPHER aes_192_ctr = {
lib/libcrypto/evp/e_aes.c
501
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
508
static const EVP_CIPHER aes_256_cbc = {
lib/libcrypto/evp/e_aes.c
519
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
526
static const EVP_CIPHER aes_256_ecb = {
lib/libcrypto/evp/e_aes.c
537
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
544
static const EVP_CIPHER aes_256_ofb = {
lib/libcrypto/evp/e_aes.c
555
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
562
static const EVP_CIPHER aes_256_cfb = {
lib/libcrypto/evp/e_aes.c
573
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
580
static const EVP_CIPHER aes_256_cfb1 = {
lib/libcrypto/evp/e_aes.c
591
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
598
static const EVP_CIPHER aes_256_cfb8 = {
lib/libcrypto/evp/e_aes.c
609
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
616
static const EVP_CIPHER aes_256_ctr = {
lib/libcrypto/evp/e_aes.c
627
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
968
static const EVP_CIPHER aes_128_gcm = {
lib/libcrypto/evp/e_aes.c
981
const EVP_CIPHER *
lib/libcrypto/evp/e_aes.c
988
static const EVP_CIPHER aes_192_gcm = {
lib/libcrypto/evp/e_bf.c
160
static const EVP_CIPHER bf_cbc = {
lib/libcrypto/evp/e_bf.c
176
const EVP_CIPHER *
lib/libcrypto/evp/e_bf.c
183
static const EVP_CIPHER bf_cfb64 = {
lib/libcrypto/evp/e_bf.c
199
const EVP_CIPHER *
lib/libcrypto/evp/e_bf.c
206
static const EVP_CIPHER bf_ofb = {
lib/libcrypto/evp/e_bf.c
222
const EVP_CIPHER *
lib/libcrypto/evp/e_bf.c
229
static const EVP_CIPHER bf_ecb = {
lib/libcrypto/evp/e_bf.c
245
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
161
static const EVP_CIPHER camellia_128_cbc = {
lib/libcrypto/evp/e_camellia.c
176
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
183
static const EVP_CIPHER camellia_128_cfb128 = {
lib/libcrypto/evp/e_camellia.c
198
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
205
static const EVP_CIPHER camellia_128_ofb = {
lib/libcrypto/evp/e_camellia.c
220
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
227
static const EVP_CIPHER camellia_128_ecb = {
lib/libcrypto/evp/e_camellia.c
242
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
319
static const EVP_CIPHER camellia_192_cbc = {
lib/libcrypto/evp/e_camellia.c
334
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
341
static const EVP_CIPHER camellia_192_cfb128 = {
lib/libcrypto/evp/e_camellia.c
356
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
363
static const EVP_CIPHER camellia_192_ofb = {
lib/libcrypto/evp/e_camellia.c
378
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
385
static const EVP_CIPHER camellia_192_ecb = {
lib/libcrypto/evp/e_camellia.c
400
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
477
static const EVP_CIPHER camellia_256_cbc = {
lib/libcrypto/evp/e_camellia.c
492
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
499
static const EVP_CIPHER camellia_256_cfb128 = {
lib/libcrypto/evp/e_camellia.c
514
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
521
static const EVP_CIPHER camellia_256_ofb = {
lib/libcrypto/evp/e_camellia.c
536
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
543
static const EVP_CIPHER camellia_256_ecb = {
lib/libcrypto/evp/e_camellia.c
558
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
587
static const EVP_CIPHER camellia_128_cfb1 = {
lib/libcrypto/evp/e_camellia.c
602
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
631
static const EVP_CIPHER camellia_192_cfb1 = {
lib/libcrypto/evp/e_camellia.c
646
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
675
static const EVP_CIPHER camellia_256_cfb1 = {
lib/libcrypto/evp/e_camellia.c
690
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
718
static const EVP_CIPHER camellia_128_cfb8 = {
lib/libcrypto/evp/e_camellia.c
733
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
760
static const EVP_CIPHER camellia_192_cfb8 = {
lib/libcrypto/evp/e_camellia.c
775
const EVP_CIPHER *
lib/libcrypto/evp/e_camellia.c
802
static const EVP_CIPHER camellia_256_cfb8 = {
lib/libcrypto/evp/e_camellia.c
817
const EVP_CIPHER *
lib/libcrypto/evp/e_cast.c
160
static const EVP_CIPHER cast5_cbc = {
lib/libcrypto/evp/e_cast.c
176
const EVP_CIPHER *
lib/libcrypto/evp/e_cast.c
183
static const EVP_CIPHER cast5_cfb64 = {
lib/libcrypto/evp/e_cast.c
199
const EVP_CIPHER *
lib/libcrypto/evp/e_cast.c
206
static const EVP_CIPHER cast5_ofb = {
lib/libcrypto/evp/e_cast.c
222
const EVP_CIPHER *
lib/libcrypto/evp/e_cast.c
229
static const EVP_CIPHER cast5_ecb = {
lib/libcrypto/evp/e_cast.c
245
const EVP_CIPHER *
lib/libcrypto/evp/e_chacha.c
52
static const EVP_CIPHER chacha20_cipher = {
lib/libcrypto/evp/e_chacha.c
70
const EVP_CIPHER *
lib/libcrypto/evp/e_chacha20poly1305.c
598
static const EVP_CIPHER cipher_chacha20_poly1305 = {
lib/libcrypto/evp/e_chacha20poly1305.c
614
const EVP_CIPHER *
lib/libcrypto/evp/e_des.c
224
static const EVP_CIPHER des_cbc = {
lib/libcrypto/evp/e_des.c
240
const EVP_CIPHER *
lib/libcrypto/evp/e_des.c
247
static const EVP_CIPHER des_cfb64 = {
lib/libcrypto/evp/e_des.c
263
const EVP_CIPHER *
lib/libcrypto/evp/e_des.c
270
static const EVP_CIPHER des_ofb = {
lib/libcrypto/evp/e_des.c
286
const EVP_CIPHER *
lib/libcrypto/evp/e_des.c
293
static const EVP_CIPHER des_ecb = {
lib/libcrypto/evp/e_des.c
309
const EVP_CIPHER *
lib/libcrypto/evp/e_des.c
316
static const EVP_CIPHER des_cfb1 = {
lib/libcrypto/evp/e_des.c
332
const EVP_CIPHER *
lib/libcrypto/evp/e_des.c
339
static const EVP_CIPHER des_cfb8 = {
lib/libcrypto/evp/e_des.c
355
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
256
static const EVP_CIPHER des_ede_cbc = {
lib/libcrypto/evp/e_des3.c
272
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
279
static const EVP_CIPHER des_ede_cfb64 = {
lib/libcrypto/evp/e_des3.c
295
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
302
static const EVP_CIPHER des_ede_ofb = {
lib/libcrypto/evp/e_des3.c
317
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
324
static const EVP_CIPHER des_ede_ecb = {
lib/libcrypto/evp/e_des3.c
340
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
353
static const EVP_CIPHER des_ede3_cbc = {
lib/libcrypto/evp/e_des3.c
369
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
376
static const EVP_CIPHER des_ede3_cfb64 = {
lib/libcrypto/evp/e_des3.c
392
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
399
static const EVP_CIPHER des_ede3_ofb = {
lib/libcrypto/evp/e_des3.c
415
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
422
static const EVP_CIPHER des_ede3_ecb = {
lib/libcrypto/evp/e_des3.c
438
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
446
static const EVP_CIPHER des_ede3_cfb1 = {
lib/libcrypto/evp/e_des3.c
462
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
470
static const EVP_CIPHER des_ede3_cfb8 = {
lib/libcrypto/evp/e_des3.c
486
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
493
const EVP_CIPHER *
lib/libcrypto/evp/e_des3.c
500
const EVP_CIPHER *
lib/libcrypto/evp/e_idea.c
179
static const EVP_CIPHER idea_cbc = {
lib/libcrypto/evp/e_idea.c
194
const EVP_CIPHER *
lib/libcrypto/evp/e_idea.c
201
static const EVP_CIPHER idea_cfb64 = {
lib/libcrypto/evp/e_idea.c
216
const EVP_CIPHER *
lib/libcrypto/evp/e_idea.c
223
static const EVP_CIPHER idea_ofb = {
lib/libcrypto/evp/e_idea.c
238
const EVP_CIPHER *
lib/libcrypto/evp/e_idea.c
245
static const EVP_CIPHER idea_ecb = {
lib/libcrypto/evp/e_idea.c
260
const EVP_CIPHER *
lib/libcrypto/evp/e_null.c
72
static const EVP_CIPHER n_cipher = {
lib/libcrypto/evp/e_null.c
87
const EVP_CIPHER *
lib/libcrypto/evp/e_rc2.c
162
static const EVP_CIPHER rc2_cbc = {
lib/libcrypto/evp/e_rc2.c
177
const EVP_CIPHER *
lib/libcrypto/evp/e_rc2.c
184
static const EVP_CIPHER rc2_cfb64 = {
lib/libcrypto/evp/e_rc2.c
199
const EVP_CIPHER *
lib/libcrypto/evp/e_rc2.c
206
static const EVP_CIPHER rc2_ofb = {
lib/libcrypto/evp/e_rc2.c
221
const EVP_CIPHER *
lib/libcrypto/evp/e_rc2.c
228
static const EVP_CIPHER rc2_ecb = {
lib/libcrypto/evp/e_rc2.c
243
const EVP_CIPHER *
lib/libcrypto/evp/e_rc2.c
254
static const EVP_CIPHER r2_64_cbc_cipher = {
lib/libcrypto/evp/e_rc2.c
269
static const EVP_CIPHER r2_40_cbc_cipher = {
lib/libcrypto/evp/e_rc2.c
284
const EVP_CIPHER *
lib/libcrypto/evp/e_rc2.c
291
const EVP_CIPHER *
lib/libcrypto/evp/e_rc4.c
100
static const EVP_CIPHER r4_40_cipher = {
lib/libcrypto/evp/e_rc4.c
115
const EVP_CIPHER *
lib/libcrypto/evp/e_rc4.c
122
const EVP_CIPHER *
lib/libcrypto/evp/e_rc4.c
85
static const EVP_CIPHER r4_cipher = {
lib/libcrypto/evp/e_sm4.c
147
static const EVP_CIPHER sm4_cbc = {
lib/libcrypto/evp/e_sm4.c
162
const EVP_CIPHER *
lib/libcrypto/evp/e_sm4.c
169
static const EVP_CIPHER sm4_cfb128 = {
lib/libcrypto/evp/e_sm4.c
184
const EVP_CIPHER *
lib/libcrypto/evp/e_sm4.c
191
static const EVP_CIPHER sm4_ofb = {
lib/libcrypto/evp/e_sm4.c
206
const EVP_CIPHER *
lib/libcrypto/evp/e_sm4.c
213
static const EVP_CIPHER sm4_ecb = {
lib/libcrypto/evp/e_sm4.c
228
const EVP_CIPHER *
lib/libcrypto/evp/e_sm4.c
246
static const EVP_CIPHER sm4_ctr_mode = {
lib/libcrypto/evp/e_sm4.c
261
const EVP_CIPHER *
lib/libcrypto/evp/e_xcbc_d.c
101
const EVP_CIPHER *
lib/libcrypto/evp/e_xcbc_d.c
86
static const EVP_CIPHER d_xcbc_cipher = {
lib/libcrypto/evp/evp.h
306
const EVP_CIPHER *cipher;
lib/libcrypto/evp/evp.h
312
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de);
lib/libcrypto/evp/evp.h
356
int EVP_CIPHER_nid(const EVP_CIPHER *cipher);
lib/libcrypto/evp/evp.h
358
int EVP_CIPHER_block_size(const EVP_CIPHER *cipher);
lib/libcrypto/evp/evp.h
359
int EVP_CIPHER_key_length(const EVP_CIPHER *cipher);
lib/libcrypto/evp/evp.h
360
int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher);
lib/libcrypto/evp/evp.h
361
unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher);
lib/libcrypto/evp/evp.h
364
const EVP_CIPHER * EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
lib/libcrypto/evp/evp.h
384
EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
lib/libcrypto/evp/evp.h
385
EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher);
lib/libcrypto/evp/evp.h
386
void EVP_CIPHER_meth_free(EVP_CIPHER *cipher);
lib/libcrypto/evp/evp.h
388
int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len);
lib/libcrypto/evp/evp.h
389
int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
lib/libcrypto/evp/evp.h
390
int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size);
lib/libcrypto/evp/evp.h
391
int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
394
int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
397
int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
399
int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
401
int EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
403
int EVP_CIPHER_meth_set_ctrl(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
468
int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
lib/libcrypto/evp/evp.h
476
int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
478
int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
485
int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
487
int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
494
int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
496
int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
lib/libcrypto/evp/evp.h
524
int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
lib/libcrypto/evp/evp.h
528
int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
lib/libcrypto/evp/evp.h
561
int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
lib/libcrypto/evp/evp.h
598
const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
lib/libcrypto/evp/evp.h
600
const EVP_CIPHER *EVP_des_ecb(void);
lib/libcrypto/evp/evp.h
601
const EVP_CIPHER *EVP_des_ede(void);
lib/libcrypto/evp/evp.h
602
const EVP_CIPHER *EVP_des_ede3(void);
lib/libcrypto/evp/evp.h
603
const EVP_CIPHER *EVP_des_ede_ecb(void);
lib/libcrypto/evp/evp.h
604
const EVP_CIPHER *EVP_des_ede3_ecb(void);
lib/libcrypto/evp/evp.h
605
const EVP_CIPHER *EVP_des_cfb64(void);
lib/libcrypto/evp/evp.h
607
const EVP_CIPHER *EVP_des_cfb1(void);
lib/libcrypto/evp/evp.h
608
const EVP_CIPHER *EVP_des_cfb8(void);
lib/libcrypto/evp/evp.h
609
const EVP_CIPHER *EVP_des_ede_cfb64(void);
lib/libcrypto/evp/evp.h
611
const EVP_CIPHER *EVP_des_ede3_cfb64(void);
lib/libcrypto/evp/evp.h
613
const EVP_CIPHER *EVP_des_ede3_cfb1(void);
lib/libcrypto/evp/evp.h
614
const EVP_CIPHER *EVP_des_ede3_cfb8(void);
lib/libcrypto/evp/evp.h
615
const EVP_CIPHER *EVP_des_ofb(void);
lib/libcrypto/evp/evp.h
616
const EVP_CIPHER *EVP_des_ede_ofb(void);
lib/libcrypto/evp/evp.h
617
const EVP_CIPHER *EVP_des_ede3_ofb(void);
lib/libcrypto/evp/evp.h
618
const EVP_CIPHER *EVP_des_cbc(void);
lib/libcrypto/evp/evp.h
619
const EVP_CIPHER *EVP_des_ede_cbc(void);
lib/libcrypto/evp/evp.h
620
const EVP_CIPHER *EVP_des_ede3_cbc(void);
lib/libcrypto/evp/evp.h
621
const EVP_CIPHER *EVP_desx_cbc(void);
lib/libcrypto/evp/evp.h
624
const EVP_CIPHER *EVP_rc4(void);
lib/libcrypto/evp/evp.h
625
const EVP_CIPHER *EVP_rc4_40(void);
lib/libcrypto/evp/evp.h
628
const EVP_CIPHER *EVP_idea_ecb(void);
lib/libcrypto/evp/evp.h
629
const EVP_CIPHER *EVP_idea_cfb64(void);
lib/libcrypto/evp/evp.h
631
const EVP_CIPHER *EVP_idea_ofb(void);
lib/libcrypto/evp/evp.h
632
const EVP_CIPHER *EVP_idea_cbc(void);
lib/libcrypto/evp/evp.h
635
const EVP_CIPHER *EVP_rc2_ecb(void);
lib/libcrypto/evp/evp.h
636
const EVP_CIPHER *EVP_rc2_cbc(void);
lib/libcrypto/evp/evp.h
637
const EVP_CIPHER *EVP_rc2_40_cbc(void);
lib/libcrypto/evp/evp.h
638
const EVP_CIPHER *EVP_rc2_64_cbc(void);
lib/libcrypto/evp/evp.h
639
const EVP_CIPHER *EVP_rc2_cfb64(void);
lib/libcrypto/evp/evp.h
641
const EVP_CIPHER *EVP_rc2_ofb(void);
lib/libcrypto/evp/evp.h
644
const EVP_CIPHER *EVP_bf_ecb(void);
lib/libcrypto/evp/evp.h
645
const EVP_CIPHER *EVP_bf_cbc(void);
lib/libcrypto/evp/evp.h
646
const EVP_CIPHER *EVP_bf_cfb64(void);
lib/libcrypto/evp/evp.h
648
const EVP_CIPHER *EVP_bf_ofb(void);
lib/libcrypto/evp/evp.h
651
const EVP_CIPHER *EVP_cast5_ecb(void);
lib/libcrypto/evp/evp.h
652
const EVP_CIPHER *EVP_cast5_cbc(void);
lib/libcrypto/evp/evp.h
653
const EVP_CIPHER *EVP_cast5_cfb64(void);
lib/libcrypto/evp/evp.h
655
const EVP_CIPHER *EVP_cast5_ofb(void);
lib/libcrypto/evp/evp.h
658
const EVP_CIPHER *EVP_aes_128_ecb(void);
lib/libcrypto/evp/evp.h
659
const EVP_CIPHER *EVP_aes_128_cbc(void);
lib/libcrypto/evp/evp.h
660
const EVP_CIPHER *EVP_aes_128_cfb1(void);
lib/libcrypto/evp/evp.h
661
const EVP_CIPHER *EVP_aes_128_cfb8(void);
lib/libcrypto/evp/evp.h
662
const EVP_CIPHER *EVP_aes_128_cfb128(void);
lib/libcrypto/evp/evp.h
664
const EVP_CIPHER *EVP_aes_128_ofb(void);
lib/libcrypto/evp/evp.h
665
const EVP_CIPHER *EVP_aes_128_ctr(void);
lib/libcrypto/evp/evp.h
666
const EVP_CIPHER *EVP_aes_128_ccm(void);
lib/libcrypto/evp/evp.h
667
const EVP_CIPHER *EVP_aes_128_gcm(void);
lib/libcrypto/evp/evp.h
668
const EVP_CIPHER *EVP_aes_128_wrap(void);
lib/libcrypto/evp/evp.h
669
const EVP_CIPHER *EVP_aes_128_xts(void);
lib/libcrypto/evp/evp.h
670
const EVP_CIPHER *EVP_aes_192_ecb(void);
lib/libcrypto/evp/evp.h
671
const EVP_CIPHER *EVP_aes_192_cbc(void);
lib/libcrypto/evp/evp.h
672
const EVP_CIPHER *EVP_aes_192_cfb1(void);
lib/libcrypto/evp/evp.h
673
const EVP_CIPHER *EVP_aes_192_cfb8(void);
lib/libcrypto/evp/evp.h
674
const EVP_CIPHER *EVP_aes_192_cfb128(void);
lib/libcrypto/evp/evp.h
676
const EVP_CIPHER *EVP_aes_192_ofb(void);
lib/libcrypto/evp/evp.h
677
const EVP_CIPHER *EVP_aes_192_ctr(void);
lib/libcrypto/evp/evp.h
678
const EVP_CIPHER *EVP_aes_192_ccm(void);
lib/libcrypto/evp/evp.h
679
const EVP_CIPHER *EVP_aes_192_gcm(void);
lib/libcrypto/evp/evp.h
680
const EVP_CIPHER *EVP_aes_192_wrap(void);
lib/libcrypto/evp/evp.h
681
const EVP_CIPHER *EVP_aes_256_ecb(void);
lib/libcrypto/evp/evp.h
682
const EVP_CIPHER *EVP_aes_256_cbc(void);
lib/libcrypto/evp/evp.h
683
const EVP_CIPHER *EVP_aes_256_cfb1(void);
lib/libcrypto/evp/evp.h
684
const EVP_CIPHER *EVP_aes_256_cfb8(void);
lib/libcrypto/evp/evp.h
685
const EVP_CIPHER *EVP_aes_256_cfb128(void);
lib/libcrypto/evp/evp.h
687
const EVP_CIPHER *EVP_aes_256_ofb(void);
lib/libcrypto/evp/evp.h
688
const EVP_CIPHER *EVP_aes_256_ctr(void);
lib/libcrypto/evp/evp.h
689
const EVP_CIPHER *EVP_aes_256_ccm(void);
lib/libcrypto/evp/evp.h
690
const EVP_CIPHER *EVP_aes_256_gcm(void);
lib/libcrypto/evp/evp.h
691
const EVP_CIPHER *EVP_aes_256_wrap(void);
lib/libcrypto/evp/evp.h
692
const EVP_CIPHER *EVP_aes_256_xts(void);
lib/libcrypto/evp/evp.h
694
const EVP_CIPHER *EVP_chacha20_poly1305(void);
lib/libcrypto/evp/evp.h
698
const EVP_CIPHER *EVP_camellia_128_ecb(void);
lib/libcrypto/evp/evp.h
699
const EVP_CIPHER *EVP_camellia_128_cbc(void);
lib/libcrypto/evp/evp.h
700
const EVP_CIPHER *EVP_camellia_128_cfb1(void);
lib/libcrypto/evp/evp.h
701
const EVP_CIPHER *EVP_camellia_128_cfb8(void);
lib/libcrypto/evp/evp.h
702
const EVP_CIPHER *EVP_camellia_128_cfb128(void);
lib/libcrypto/evp/evp.h
704
const EVP_CIPHER *EVP_camellia_128_ofb(void);
lib/libcrypto/evp/evp.h
705
const EVP_CIPHER *EVP_camellia_192_ecb(void);
lib/libcrypto/evp/evp.h
706
const EVP_CIPHER *EVP_camellia_192_cbc(void);
lib/libcrypto/evp/evp.h
707
const EVP_CIPHER *EVP_camellia_192_cfb1(void);
lib/libcrypto/evp/evp.h
708
const EVP_CIPHER *EVP_camellia_192_cfb8(void);
lib/libcrypto/evp/evp.h
709
const EVP_CIPHER *EVP_camellia_192_cfb128(void);
lib/libcrypto/evp/evp.h
711
const EVP_CIPHER *EVP_camellia_192_ofb(void);
lib/libcrypto/evp/evp.h
712
const EVP_CIPHER *EVP_camellia_256_ecb(void);
lib/libcrypto/evp/evp.h
713
const EVP_CIPHER *EVP_camellia_256_cbc(void);
lib/libcrypto/evp/evp.h
714
const EVP_CIPHER *EVP_camellia_256_cfb1(void);
lib/libcrypto/evp/evp.h
715
const EVP_CIPHER *EVP_camellia_256_cfb8(void);
lib/libcrypto/evp/evp.h
716
const EVP_CIPHER *EVP_camellia_256_cfb128(void);
lib/libcrypto/evp/evp.h
718
const EVP_CIPHER *EVP_camellia_256_ofb(void);
lib/libcrypto/evp/evp.h
722
const EVP_CIPHER *EVP_chacha20(void);
lib/libcrypto/evp/evp.h
726
const EVP_CIPHER *EVP_sm4_ecb(void);
lib/libcrypto/evp/evp.h
727
const EVP_CIPHER *EVP_sm4_cbc(void);
lib/libcrypto/evp/evp.h
728
const EVP_CIPHER *EVP_sm4_cfb128(void);
lib/libcrypto/evp/evp.h
730
const EVP_CIPHER *EVP_sm4_ofb(void);
lib/libcrypto/evp/evp.h
731
const EVP_CIPHER *EVP_sm4_ctr(void);
lib/libcrypto/evp/evp.h
750
const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
lib/libcrypto/evp/evp.h
754
void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, const char *from,
lib/libcrypto/evp/evp.h
756
void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
lib/libcrypto/evp/evp.h
831
int EVP_CIPHER_type(const EVP_CIPHER *ctx);
lib/libcrypto/evp/evp.h
944
size_t len, const EVP_CIPHER *cipher);
lib/libcrypto/evp/evp_cipher.c
1003
EVP_CIPHER_type(const EVP_CIPHER *cipher)
lib/libcrypto/evp/evp_cipher.c
1061
EVP_CIPHER_nid(const EVP_CIPHER *cipher)
lib/libcrypto/evp/evp_cipher.c
1068
EVP_CIPHER_block_size(const EVP_CIPHER *cipher)
lib/libcrypto/evp/evp_cipher.c
1075
EVP_CIPHER_key_length(const EVP_CIPHER *cipher)
lib/libcrypto/evp/evp_cipher.c
1082
EVP_CIPHER_iv_length(const EVP_CIPHER *cipher)
lib/libcrypto/evp/evp_cipher.c
1089
EVP_CIPHER_flags(const EVP_CIPHER *cipher)
lib/libcrypto/evp/evp_cipher.c
1095
EVP_CIPHER *
lib/libcrypto/evp/evp_cipher.c
1098
EVP_CIPHER *cipher;
lib/libcrypto/evp/evp_cipher.c
1118
EVP_CIPHER *
lib/libcrypto/evp/evp_cipher.c
1119
EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher)
lib/libcrypto/evp/evp_cipher.c
1121
EVP_CIPHER *copy;
lib/libcrypto/evp/evp_cipher.c
1133
EVP_CIPHER_meth_free(EVP_CIPHER *cipher)
lib/libcrypto/evp/evp_cipher.c
1140
EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len)
lib/libcrypto/evp/evp_cipher.c
1149
EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags)
lib/libcrypto/evp/evp_cipher.c
1158
EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size)
lib/libcrypto/evp/evp_cipher.c
1167
EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp_cipher.c
1178
EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp_cipher.c
1189
EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp_cipher.c
1199
EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp_cipher.c
1209
EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp_cipher.c
1219
EVP_CIPHER_meth_set_ctrl(EVP_CIPHER *cipher,
lib/libcrypto/evp/evp_cipher.c
125
EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
lib/libcrypto/evp/evp_cipher.c
133
EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine,
lib/libcrypto/evp/evp_cipher.c
280
EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
lib/libcrypto/evp/evp_cipher.c
288
EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine,
lib/libcrypto/evp/evp_cipher.c
469
EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
lib/libcrypto/evp/evp_cipher.c
477
EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *engine,
lib/libcrypto/evp/evp_cipher.c
754
const EVP_CIPHER *
lib/libcrypto/evp/evp_key.c
138
EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
lib/libcrypto/evp/evp_local.h
224
const EVP_CIPHER *cipher;
lib/libcrypto/evp/evp_names.c
1471
EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *, const char *,
lib/libcrypto/evp/evp_names.c
1481
const EVP_CIPHER *evp_cipher;
lib/libcrypto/evp/evp_names.c
1495
EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *, const char *, const char *,
lib/libcrypto/evp/evp_names.c
1543
const EVP_CIPHER *evp_cipher;
lib/libcrypto/evp/evp_names.c
1636
const EVP_CIPHER *
lib/libcrypto/evp/evp_names.c
32
const EVP_CIPHER *(*cipher)(void);
lib/libcrypto/evp/evp_pbe.c
185
const EVP_CIPHER *cipher = NULL;
lib/libcrypto/evp/evp_pbe.c
235
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
lib/libcrypto/evp/evp_pbe.c
420
ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de)
lib/libcrypto/evp/evp_pbe.c
425
const EVP_CIPHER *cipher;
lib/libcrypto/evp/evp_pbe.c
507
ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de)
lib/libcrypto/evp/evp_pbe.c
600
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de)
lib/libcrypto/evp/evp_pbe.c
77
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de);
lib/libcrypto/evp/evp_pbe.c
79
ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de);
lib/libcrypto/evp/evp_pbe.c
81
ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md_type,
lib/libcrypto/evp/evp_pbe.c
84
ASN1_TYPE *param, const EVP_CIPHER *c, const EVP_MD *md, int en_de);
lib/libcrypto/evp/p_legacy.c
160
EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type, unsigned char **ek,
lib/libcrypto/evp/p_legacy.c
97
EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
lib/libcrypto/evp/p_lib.c
575
const EVP_CIPHER *cipher)
lib/libcrypto/pem/pem.h
170
int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
lib/libcrypto/pem/pem.h
178
int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
lib/libcrypto/pem/pem.h
205
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
lib/libcrypto/pem/pem.h
212
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
lib/libcrypto/pem/pem.h
265
int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
lib/libcrypto/pem/pem.h
280
int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \
lib/libcrypto/pem/pem.h
336
const EVP_CIPHER *enc, unsigned char *kstr, int klen,
lib/libcrypto/pem/pem.h
350
void *x, const EVP_CIPHER *enc, unsigned char *kstr,
lib/libcrypto/pem/pem.h
414
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
lib/libcrypto/pem/pem.h
419
int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
lib/libcrypto/pem/pem.h
421
int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem.h
430
int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem.h
443
int PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_all.c
295
PEM_write_RSAPrivateKey(FILE *fp, RSA *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_all.c
315
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
lib/libcrypto/pem/pem_all.c
420
PEM_write_DSAPrivateKey(FILE *fp, DSA *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_all.c
440
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
lib/libcrypto/pem/pem_all.c
577
PEM_write_ECPrivateKey(FILE *fp, EC_KEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_all.c
596
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
lib/libcrypto/pem/pem_lib.c
326
const EVP_CIPHER *enc, unsigned char *kstr, int klen,
lib/libcrypto/pem/pem_lib.c
345
const EVP_CIPHER *enc, unsigned char *kstr, int klen,
lib/libcrypto/pem/pem_lib.c
491
const EVP_CIPHER *enc = NULL;
lib/libcrypto/pem/pem_pk8.c
114
do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pk8.c
199
i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pk8.c
223
PEM_write_PKCS8PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pk8.c
231
do_pk8pkey_fp(FILE *fp, EVP_PKEY *x, int isder, int nid, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pk8.c
71
const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u);
lib/libcrypto/pem/pem_pk8.c
73
const EVP_CIPHER *enc, char *kstr, int klen, pem_password_cb *cb, void *u);
lib/libcrypto/pem/pem_pk8.c
90
PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pk8.c
98
i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pkey.c
149
PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pem/pem_pkey.c
163
const EVP_CIPHER *enc, unsigned char *kstr, int klen, pem_password_cb *cb,
lib/libcrypto/pem/pem_pkey.c
249
PEM_write_PrivateKey(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
lib/libcrypto/pkcs12/p12_add.c
146
const EVP_CIPHER *pbe_ciph;
lib/libcrypto/pkcs12/p12_p8e.c
68
PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, const char *pass,
lib/libcrypto/pkcs12/p12_sbag.c
218
const EVP_CIPHER *pbe_ciph;
lib/libcrypto/pkcs12/pkcs12.h
174
X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
lib/libcrypto/pkcs7/pk7_doit.c
258
const EVP_CIPHER *evp_cipher = NULL;
lib/libcrypto/pkcs7/pk7_doit.c
432
const EVP_CIPHER *evp_cipher = NULL;
lib/libcrypto/pkcs7/pk7_lib.c
612
PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher)
lib/libcrypto/pkcs7/pk7_smime.c
486
PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
lib/libcrypto/pkcs7/pkcs7.h
125
const EVP_CIPHER *cipher;
lib/libcrypto/pkcs7/pkcs7.h
359
int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
lib/libcrypto/pkcs7/pkcs7.h
386
PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
lib/libcrypto/x509/x509_local.h
416
X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
lib/libfido2/src/aes256.c
119
const EVP_CIPHER *cipher;
lib/libfido2/src/aes256.c
14
const EVP_CIPHER *cipher;
lib/libssl/ssl_ciph.c
400
ssl_cipher_get_evp(SSL *s, const EVP_CIPHER **enc, const EVP_MD **md,
lib/libssl/ssl_local.h
1254
int ssl_cipher_get_evp(SSL *s, const EVP_CIPHER **enc,
lib/libssl/ssl_local.h
616
const EVP_AEAD *aead, const EVP_CIPHER *cipher, const EVP_MD *mac_hash);
lib/libssl/ssl_local.h
631
const EVP_CIPHER *cipher, const EVP_MD *handshake_hash,
lib/libssl/t1_enc.c
347
const EVP_CIPHER *cipher = NULL;
lib/libssl/tls12_key_schedule.c
90
const EVP_AEAD *aead, const EVP_CIPHER *cipher, const EVP_MD *mac_hash)
lib/libssl/tls12_record_layer.c
171
const EVP_CIPHER *cipher;
lib/libssl/tls12_record_layer.c
273
const EVP_CIPHER *cipher, const EVP_MD *handshake_hash,
regress/lib/libcrypto/aead/aeadtest.c
198
run_cipher_aead_encrypt_test(const EVP_CIPHER *cipher,
regress/lib/libcrypto/aead/aeadtest.c
291
run_cipher_aead_decrypt_test(const EVP_CIPHER *cipher, int invalid,
regress/lib/libcrypto/aead/aeadtest.c
391
run_cipher_aead_test(const EVP_CIPHER *cipher,
regress/lib/libcrypto/aead/aeadtest.c
410
const EVP_CIPHER *cipher = NULL;
regress/lib/libcrypto/aead/aeadtest.c
95
aead_from_name(const EVP_AEAD **aead, const EVP_CIPHER **cipher,
regress/lib/libcrypto/aes/aes_test.c
1062
const EVP_CIPHER **out_cipher)
regress/lib/libcrypto/aes/aes_test.c
1172
const EVP_CIPHER *cipher;
regress/lib/libcrypto/aes/aes_test.c
868
int key_bits, const EVP_CIPHER *cipher)
regress/lib/libcrypto/bf/bf_test.c
1140
const EVP_CIPHER *cipher)
regress/lib/libcrypto/bf/bf_test.c
1312
const EVP_CIPHER *cipher;
regress/lib/libcrypto/evp/evp_test.c
266
const EVP_CIPHER *(*cipher)(void);
regress/lib/libcrypto/evp/evp_test.c
469
const EVP_CIPHER *cipher = test->cipher();
regress/lib/libcrypto/evp/evp_test.c
565
evp_cipher_do_all_cb(const EVP_CIPHER *cipher, const char *from, const char *to,
regress/lib/libcrypto/evp/evp_test.c
595
evp_cipher_aliases_cb(const EVP_CIPHER *cipher, const char *from, const char *to,
regress/lib/libcrypto/evp/evp_test.c
599
const EVP_CIPHER *from_cipher, *to_cipher;
regress/lib/libcrypto/evp/evp_test.c
668
const EVP_CIPHER *cipher;
regress/lib/libcrypto/evp/evp_test.c
671
(const EVP_CIPHER *)obj_name->data) {
regress/lib/libcrypto/evp/evptest.c
134
test1(const EVP_CIPHER *c, const unsigned char *key, int kn,
regress/lib/libcrypto/evp/evptest.c
247
const EVP_CIPHER *c;
regress/lib/libcrypto/pkcs7/pkcs7test.c
131
const EVP_CIPHER *cipher;
regress/lib/libcrypto/rc2/rc2_test.c
676
const EVP_CIPHER *cipher)
regress/lib/libcrypto/rc2/rc2_test.c
862
const EVP_CIPHER *cipher;
regress/lib/libcrypto/rc4/rc4_test.c
324
const EVP_CIPHER *cipher;
sbin/iked/crypto.c
371
const EVP_CIPHER *cipher = NULL;
sbin/unwind/libunbound/util/net_help.c
1869
const EVP_CIPHER *cipher;
usr.bin/openssl/cms.c
112
const EVP_CIPHER *cipher;
usr.bin/openssl/cms.c
152
static const EVP_CIPHER *
usr.bin/openssl/cms.c
194
const EVP_CIPHER *cipher;
usr.bin/openssl/dsa.c
77
const EVP_CIPHER *enc;
usr.bin/openssl/ec.c
76
const EVP_CIPHER *enc;
usr.bin/openssl/enc.c
296
const EVP_CIPHER *cipher;
usr.bin/openssl/enc.c
79
const EVP_CIPHER *cipher;
usr.bin/openssl/gendsa.c
78
const EVP_CIPHER *enc;
usr.bin/openssl/gendsa.c
83
static const EVP_CIPHER *
usr.bin/openssl/genpkey.c
72
const EVP_CIPHER *cipher;
usr.bin/openssl/genrsa.c
111
static const EVP_CIPHER *
usr.bin/openssl/genrsa.c
89
const EVP_CIPHER *enc;
usr.bin/openssl/openssl.c
651
list_cipher_fn(const EVP_CIPHER * c, const char *from, const char *to,
usr.bin/openssl/pkcs12.c
101
const EVP_CIPHER *enc;
usr.bin/openssl/pkcs12.c
154
static const EVP_CIPHER *
usr.bin/openssl/pkcs8.c
70
const EVP_CIPHER *cipher;
usr.bin/openssl/pkey.c
69
const EVP_CIPHER *cipher;
usr.bin/openssl/req.c
558
const EVP_CIPHER *cipher = NULL;
usr.bin/openssl/rsa.c
78
const EVP_CIPHER *enc;
usr.bin/openssl/smime.c
111
static const EVP_CIPHER *
usr.bin/openssl/smime.c
88
const EVP_CIPHER *cipher;
usr.bin/openssl/speed.c
1110
const EVP_CIPHER *evp_cipher = NULL;
usr.bin/snmp/snmpc.c
115
const EVP_CIPHER *cipher = NULL;
usr.bin/snmp/usm.c
252
usm_crypt(const EVP_CIPHER *cipher, int do_enc, char *key,
usr.bin/snmp/usm.c
48
const EVP_CIPHER *cipher;
usr.bin/snmp/usm.c
533
usm_setpriv(struct snmp_sec *sec, const EVP_CIPHER *cipher, const char *key,
usr.bin/snmp/usm.c
69
static char *usm_crypt(const EVP_CIPHER *, int, char *, struct usm_cookie *,
usr.bin/snmp/usm.h
31
int usm_setpriv(struct snmp_sec *, const EVP_CIPHER *, const char *, size_t,
usr.bin/ssh/cipher.c
237
const EVP_CIPHER *type;
usr.bin/ssh/cipher.c
75
const EVP_CIPHER *(*evptype)(void);
usr.bin/ssh/sshkey.c
3238
const EVP_CIPHER *cipher = (len > 0) ? EVP_aes_128_cbc() : NULL;
usr.sbin/snmpd/usm.c
130
const EVP_CIPHER *
usr.sbin/snmpd/usm.c
44
const EVP_CIPHER *usm_get_cipher(enum usmpriv);
usr.sbin/snmpd/usm.c
626
const EVP_CIPHER *cipher;
usr.sbin/tcpdump/print-ipsec.c
67
const EVP_CIPHER *evp;
usr.sbin/unbound/util/net_help.c
1869
const EVP_CIPHER *cipher;