crypto/libressl/apps/openssl/enc.c
339
EVP_CIPHER_CTX *ctx = NULL;
crypto/libressl/apps/openssl/speed.c
1456
EVP_CIPHER_CTX *ctx;
crypto/libressl/crypto/asn1/p5_pbev2.c
191
EVP_CIPHER_CTX ctx;
crypto/libressl/crypto/cmac/cmac.c
119
EVP_CIPHER_CTX *
crypto/libressl/crypto/cmac/cmac.c
64
EVP_CIPHER_CTX cctx;
crypto/libressl/crypto/cms/cms_enc.c
74
EVP_CIPHER_CTX *ctx;
crypto/libressl/crypto/cms/cms_kari.c
225
EVP_CIPHER_CTX *
crypto/libressl/crypto/cms/cms_kari.c
397
EVP_CIPHER_CTX *ctx = kari->ctx;
crypto/libressl/crypto/cms/cms_lcl.h
211
EVP_CIPHER_CTX *ctx;
crypto/libressl/crypto/cms/cms_pwri.c
224
size_t inlen, EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/cms/cms_pwri.c
281
size_t inlen, EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/cms/cms_pwri.c
332
EVP_CIPHER_CTX *kekctx = NULL;
crypto/libressl/crypto/cms/cms_pwri.c
96
EVP_CIPHER_CTX *ctx = NULL;
crypto/libressl/crypto/ec/ec_ameth.c
782
EVP_CIPHER_CTX *kekctx;
crypto/libressl/crypto/ec/ec_ameth.c
870
EVP_CIPHER_CTX *ctx;
crypto/libressl/crypto/engine/eng_openssl.c
244
test_rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/engine/eng_openssl.c
257
test_rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/bio_enc.c
293
EVP_CIPHER_CTX **c_ctx;
crypto/libressl/crypto/evp/bio_enc.c
356
c_ctx = (EVP_CIPHER_CTX **)ptr;
crypto/libressl/crypto/evp/bio_enc.c
86
EVP_CIPHER_CTX cipher;
crypto/libressl/crypto/evp/e_aes.c
1259
aes_gcm_cleanup(EVP_CIPHER_CTX *c)
crypto/libressl/crypto/evp/e_aes.c
1287
aes_gcm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_aes.c
1404
EVP_CIPHER_CTX *out = ptr;
crypto/libressl/crypto/evp/e_aes.c
1459
aes_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_aes.c
1499
aes_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
1569
aes_gcm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
1751
aes_xts_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_aes.c
1767
EVP_CIPHER_CTX *out = ptr;
crypto/libressl/crypto/evp/e_aes.c
1787
aes_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_aes.c
1854
aes_xts_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
1955
aes_ccm_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_aes.c
2002
EVP_CIPHER_CTX *out = ptr;
crypto/libressl/crypto/evp/e_aes.c
2019
aes_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_aes.c
202
aesni_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_aes.c
2051
aes_ccm_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
237
aesni_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
2431
aes_wrap_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_aes.c
2460
aes_wrap_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
247
aesni_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
2496
aes_wrap_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_aes.c
2503
EVP_CIPHER_CTX *out = ptr;
crypto/libressl/crypto/evp/e_aes.c
261
aesni_gcm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_aes.c
296
aesni_xts_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_aes.c
334
aesni_ccm_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_aes.c
359
aes_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_aes.c
430
aes_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
449
aes_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
466
aes_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
477
aes_cfb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
488
aes_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
499
aes_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes.c
525
aes_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
103
aesni_cbc_hmac_sha1_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey,
crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
169
aesni_cbc_hmac_sha1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_aes_cbc_hmac_sha1.c
474
aesni_cbc_hmac_sha1_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_bf.c
105
bf_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_bf.c
125
bf_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_bf.c
143
bf_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_bf.c
79
bf_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_bf.c
87
bf_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
108
camellia_128_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
128
camellia_128_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
146
camellia_128_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
250
camellia_192_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
266
camellia_192_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
286
camellia_192_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
304
camellia_192_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
408
camellia_256_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
424
camellia_256_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
444
camellia_256_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
462
camellia_256_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
566
camellia_128_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
610
camellia_192_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
654
camellia_256_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
699
camellia_128_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
741
camellia_192_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
76
camellia_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_camellia.c
783
camellia_256_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_camellia.c
92
camellia_128_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_cast.c
105
cast5_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_cast.c
125
cast5_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_cast.c
143
cast5_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_cast.c
79
cast_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_cast.c
87
cast5_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_chacha.c
29
chacha_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_chacha.c
45
chacha_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in,
crypto/libressl/crypto/evp/e_chacha20poly1305.c
388
chacha20_poly1305_init(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_chacha20poly1305.c
431
chacha20_poly1305_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_chacha20poly1305.c
534
chacha20_poly1305_cleanup(EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/e_chacha20poly1305.c
542
chacha20_poly1305_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_des.c
117
des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des.c
136
des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des.c
155
des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des.c
176
des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des.c
206
des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des.c
73
des_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_des.c
83
des_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_des.c
97
des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des3.c
108
des3_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_des3.c
128
des_ede_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des3.c
148
des_ede_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des3.c
170
des_ede_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des3.c
191
des_ede_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des3.c
214
des_ede3_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des3.c
236
des_ede3_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_des3.c
82
des_ede_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_des3.c
95
des_ede3_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_gost2814789.c
102
gost2814789_set_asn1_params(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params)
crypto/libressl/crypto/evp/e_gost2814789.c
152
gost2814789_get_asn1_params(EVP_CIPHER_CTX *ctx, ASN1_TYPE *params)
crypto/libressl/crypto/evp/e_gost2814789.c
190
gost2814789_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_gost2814789.c
208
gost2814789_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_gost2814789.c
228
gost2814789_cnt_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_gost2814789.c
69
gost2814789_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_gost2814789.c
78
gost2814789_ctl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_idea.c
101
idea_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_idea.c
124
idea_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_idea.c
142
idea_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_idea.c
160
idea_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_idea.c
78
idea_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_null.c
101
null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_null.c
67
static int null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_null.c
69
static int null_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_null.c
93
null_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_rc2.c
107
rc2_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_rc2.c
127
rc2_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_rc2.c
145
rc2_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_rc2.c
295
rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_rc2.c
304
rc2_meth_to_magic(EVP_CIPHER_CTX *e)
crypto/libressl/crypto/evp/e_rc2.c
336
rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
crypto/libressl/crypto/evp/e_rc2.c
368
rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
crypto/libressl/crypto/evp/e_rc2.c
382
rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_rc2.c
73
static int rc2_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_rc2.c
75
static int rc2_meth_to_magic(EVP_CIPHER_CTX *ctx);
crypto/libressl/crypto/evp/e_rc2.c
77
static int rc2_set_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
crypto/libressl/crypto/evp/e_rc2.c
78
static int rc2_get_asn1_type_and_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
crypto/libressl/crypto/evp/e_rc2.c
79
static int rc2_ctrl(EVP_CIPHER_CTX *c, int type, int arg, void *ptr);
crypto/libressl/crypto/evp/e_rc2.c
89
rc2_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_rc4.c
126
rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_rc4.c
134
rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_rc4.c
80
static int rc4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_rc4.c
82
static int rc4_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_rc4_hmac_md5.c
113
rc4_hmac_md5_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_rc4_hmac_md5.c
229
rc4_hmac_md5_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/e_rc4_hmac_md5.c
82
rc4_hmac_md5_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *inkey,
crypto/libressl/crypto/evp/e_sm4.c
114
sm4_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_sm4.c
132
sm4_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_sm4.c
236
sm4_ctr_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in,
crypto/libressl/crypto/evp/e_sm4.c
32
sm4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_sm4.c
78
sm4_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_sm4.c
94
sm4_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl)
crypto/libressl/crypto/evp/e_xcbc_d.c
107
desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_xcbc_d.c
120
desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/e_xcbc_d.c
72
static int desx_cbc_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/e_xcbc_d.c
74
static int desx_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/evp_enc.c
235
EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
crypto/libressl/crypto/evp/evp_enc.c
245
EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
crypto/libressl/crypto/evp/evp_enc.c
257
EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
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
296
EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
crypto/libressl/crypto/evp/evp_enc.c
381
EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
crypto/libressl/crypto/evp/evp_enc.c
390
EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
crypto/libressl/crypto/evp/evp_enc.c
436
EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
crypto/libressl/crypto/evp/evp_enc.c
509
EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
crypto/libressl/crypto/evp/evp_enc.c
518
EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
crypto/libressl/crypto/evp/evp_enc.c
571
EVP_CIPHER_CTX *
crypto/libressl/crypto/evp/evp_enc.c
574
return calloc(1, sizeof(EVP_CIPHER_CTX));
crypto/libressl/crypto/evp/evp_enc.c
578
EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_enc.c
589
EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_enc.c
591
memset(ctx, 0, sizeof(EVP_CIPHER_CTX));
crypto/libressl/crypto/evp/evp_enc.c
595
EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *a)
crypto/libressl/crypto/evp/evp_enc.c
601
EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *c)
crypto/libressl/crypto/evp/evp_enc.c
617
explicit_bzero(c, sizeof(EVP_CIPHER_CTX));
crypto/libressl/crypto/evp/evp_enc.c
623
EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *c, int keylen)
crypto/libressl/crypto/evp/evp_enc.c
639
EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad)
crypto/libressl/crypto/evp/evp_enc.c
649
EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr)
crypto/libressl/crypto/evp/evp_enc.c
672
EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key)
crypto/libressl/crypto/evp/evp_enc.c
681
EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in)
crypto/libressl/crypto/evp/evp_enc.c
708
if (!in->cipher->ctrl((EVP_CIPHER_CTX *)in, EVP_CTRL_COPY,
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_lib.c
119
EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
crypto/libressl/crypto/evp/evp_lib.c
195
EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
201
EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in,
crypto/libressl/crypto/evp/evp_lib.c
208
EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
214
EVP_CIPHER_CTX_encrypting(const EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
226
EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
232
EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
238
EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data)
crypto/libressl/crypto/evp/evp_lib.c
244
EVP_CIPHER_CTX_get_cipher_data(const EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
250
EVP_CIPHER_CTX_set_cipher_data(EVP_CIPHER_CTX *ctx, void *cipher_data)
crypto/libressl/crypto/evp/evp_lib.c
267
EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
273
EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
285
EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
297
EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx)
crypto/libressl/crypto/evp/evp_lib.c
303
EVP_CIPHER_CTX_get_iv(const EVP_CIPHER_CTX *ctx, unsigned char *iv, size_t len)
crypto/libressl/crypto/evp/evp_lib.c
322
EVP_CIPHER_CTX_set_iv(EVP_CIPHER_CTX *ctx, const unsigned char *iv, size_t len)
crypto/libressl/crypto/evp/evp_lib.c
544
EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags)
crypto/libressl/crypto/evp/evp_lib.c
550
EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags)
crypto/libressl/crypto/evp/evp_lib.c
556
EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx, int flags)
crypto/libressl/crypto/evp/evp_lib.c
70
EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
crypto/libressl/crypto/evp/evp_lib.c
84
EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
crypto/libressl/crypto/evp/evp_lib.c
98
EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type)
crypto/libressl/crypto/evp/evp_locl.h
142
int (*init)(EVP_CIPHER_CTX *ctx, const unsigned char *key,
crypto/libressl/crypto/evp/evp_locl.h
144
int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/libressl/crypto/evp/evp_locl.h
146
void (*cleanup)(EVP_CIPHER_CTX *); /* cleanup ctx */
crypto/libressl/crypto/evp/evp_locl.h
148
int (*set_asn1_parameters)(EVP_CIPHER_CTX *, ASN1_TYPE *); /* Populate a ASN1_TYPE with parameters */
crypto/libressl/crypto/evp/evp_locl.h
149
int (*get_asn1_parameters)(EVP_CIPHER_CTX *, ASN1_TYPE *); /* Get parameters from a ASN1_TYPE */
crypto/libressl/crypto/evp/evp_locl.h
150
int (*ctrl)(EVP_CIPHER_CTX *, int type, int arg, void *ptr); /* Miscellaneous operations */
crypto/libressl/crypto/evp/evp_locl.h
270
int PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
crypto/libressl/crypto/evp/evp_pbe.c
123
ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de)
crypto/libressl/crypto/evp/p5_crpt.c
78
PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen,
crypto/libressl/crypto/evp/p5_crpt2.c
167
PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
crypto/libressl/crypto/evp/p5_crpt2.c
223
PKCS5_v2_PBKDF2_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
crypto/libressl/crypto/pem/pem_info.c
298
EVP_CIPHER_CTX ctx;
crypto/libressl/crypto/pem/pem_lib.c
349
EVP_CIPHER_CTX ctx;
crypto/libressl/crypto/pem/pem_lib.c
448
EVP_CIPHER_CTX ctx;
crypto/libressl/crypto/pem/pvkfmt.c
729
EVP_CIPHER_CTX *cctx = NULL;
crypto/libressl/crypto/pem/pvkfmt.c
847
EVP_CIPHER_CTX *cctx = NULL;
crypto/libressl/crypto/pkcs12/p12_crpt.c
73
PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
crypto/libressl/crypto/pkcs12/p12_decr.c
78
EVP_CIPHER_CTX ctx;
crypto/libressl/crypto/pkcs7/pk7_doit.c
335
EVP_CIPHER_CTX *ctx;
crypto/libressl/crypto/pkcs7/pk7_doit.c
431
EVP_CIPHER_CTX *evp_ctx = NULL;
crypto/libressl/include/openssl/cmac.h
70
EVP_CIPHER_CTX *CMAC_CTX_get0_cipher_ctx(CMAC_CTX *ctx);
crypto/libressl/include/openssl/cms.h
342
EVP_CIPHER_CTX *CMS_RecipientInfo_kari_get0_ctx(CMS_RecipientInfo *ri);
crypto/libressl/include/openssl/evp.h
306
typedef int (EVP_PBE_KEYGEN)(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
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
383
int EVP_CIPHER_CTX_encrypting(const EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
384
int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
385
int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
386
int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
387
int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
388
int EVP_CIPHER_CTX_get_iv(const EVP_CIPHER_CTX *ctx,
crypto/libressl/include/openssl/evp.h
390
int EVP_CIPHER_CTX_set_iv(EVP_CIPHER_CTX *ctx,
crypto/libressl/include/openssl/evp.h
392
int EVP_CIPHER_CTX_copy(EVP_CIPHER_CTX *out, const EVP_CIPHER_CTX *in);
crypto/libressl/include/openssl/evp.h
393
void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
394
void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data);
crypto/libressl/include/openssl/evp.h
395
void *EVP_CIPHER_CTX_get_cipher_data(const EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
396
void *EVP_CIPHER_CTX_set_cipher_data(EVP_CIPHER_CTX *ctx, void *cipher_data);
crypto/libressl/include/openssl/evp.h
397
unsigned char *EVP_CIPHER_CTX_buf_noconst(EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
399
unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx);
crypto/libressl/include/openssl/evp.h
423
int EVP_Cipher(EVP_CIPHER_CTX *c, unsigned char *out, const unsigned char *in,
crypto/libressl/include/openssl/evp.h
468
void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags);
crypto/libressl/include/openssl/evp.h
469
void EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags);
crypto/libressl/include/openssl/evp.h
470
int EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx, int flags);
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
476
int EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
crypto/libressl/include/openssl/evp.h
478
int EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
crypto/libressl/include/openssl/evp.h
480
int EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
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
487
int EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
crypto/libressl/include/openssl/evp.h
489
int EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
crypto/libressl/include/openssl/evp.h
491
int EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
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
498
int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
crypto/libressl/include/openssl/evp.h
500
int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
crypto/libressl/include/openssl/evp.h
502
int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *outm, int *outl);
crypto/libressl/include/openssl/evp.h
526
int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
crypto/libressl/include/openssl/evp.h
528
int EVP_OpenFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
crypto/libressl/include/openssl/evp.h
530
int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
crypto/libressl/include/openssl/evp.h
533
int EVP_SealFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl);
crypto/libressl/include/openssl/evp.h
549
void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *a);
crypto/libressl/include/openssl/evp.h
550
int EVP_CIPHER_CTX_cleanup(EVP_CIPHER_CTX *a);
crypto/libressl/include/openssl/evp.h
551
EVP_CIPHER_CTX *EVP_CIPHER_CTX_new(void);
crypto/libressl/include/openssl/evp.h
552
void EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *a);
crypto/libressl/include/openssl/evp.h
553
int EVP_CIPHER_CTX_reset(EVP_CIPHER_CTX *a);
crypto/libressl/include/openssl/evp.h
554
int EVP_CIPHER_CTX_set_key_length(EVP_CIPHER_CTX *x, int keylen);
crypto/libressl/include/openssl/evp.h
555
int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
crypto/libressl/include/openssl/evp.h
556
int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr);
crypto/libressl/include/openssl/evp.h
557
int EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key);
crypto/libressl/include/openssl/evp.h
860
int EVP_CIPHER_param_to_asn1(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
crypto/libressl/include/openssl/evp.h
861
int EVP_CIPHER_asn1_to_param(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
crypto/libressl/include/openssl/evp.h
864
int EVP_CIPHER_set_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
crypto/libressl/include/openssl/evp.h
865
int EVP_CIPHER_get_asn1_iv(EVP_CIPHER_CTX *c, ASN1_TYPE *type);
crypto/libressl/include/openssl/evp.h
868
int PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
crypto/libressl/include/openssl/evp.h
876
int PKCS5_v2_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
crypto/libressl/include/openssl/evp.h
883
ASN1_TYPE *param, EVP_CIPHER_CTX *ctx, int en_de);
crypto/libressl/include/openssl/pkcs12.h
223
int PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen,
crypto/libressl/ssl/s3_lib.c
2532
unsigned char *, EVP_CIPHER_CTX *, HMAC_CTX *, int))fp;
crypto/libressl/ssl/ssl_locl.h
775
unsigned char *iv, EVP_CIPHER_CTX *ectx, HMAC_CTX *hctx, int enc);
crypto/libressl/ssl/ssl_srvr.c
2325
EVP_CIPHER_CTX *ctx = NULL;
crypto/libressl/ssl/t1_lib.c
988
EVP_CIPHER_CTX *cctx = NULL;
crypto/libressl/ssl/tls12_record_layer.c
1198
EVP_CIPHER_CTX *enc = rl->write->cipher_ctx;
crypto/libressl/ssl/tls12_record_layer.c
46
EVP_CIPHER_CTX *cipher_ctx;
crypto/libressl/ssl/tls12_record_layer.c
774
EVP_CIPHER_CTX *enc = rl->read->cipher_ctx;
crypto/libressl/ssl/tls12_record_layer.c
954
EVP_CIPHER_CTX *enc = rl->read->cipher_ctx;
crypto/libressl/tls/tls_server.c
170
EVP_CIPHER_CTX *ctx, HMAC_CTX *hctx, int mode)
crypto/openssh/cipher-aes.c
117
ssh_rijndael_cleanup(EVP_CIPHER_CTX *ctx)
crypto/openssh/cipher-aes.c
130
ssh_rijndael_iv(EVP_CIPHER_CTX *evp, int doset, u_char * iv, u_int len)
crypto/openssh/cipher-aes.c
50
ssh_rijndael_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv,
crypto/openssh/cipher-aes.c
71
ssh_rijndael_cbc(EVP_CIPHER_CTX *ctx, u_char *dest, const u_char *src,
crypto/openssh/cipher-chachapoly-libcrypto.c
38
EVP_CIPHER_CTX *main_evp, *header_evp;
crypto/openssh/cipher.c
61
EVP_CIPHER_CTX *evp;
lib/libdmsg/dmsg.h
253
EVP_CIPHER_CTX *ctx;
lib/libssh/openbsd-compat/openssl-compat.h
100
int EVP_CIPHER_CTX_set_iv(EVP_CIPHER_CTX *ctx,
lib/libssh/openbsd-compat/openssl-compat.h
94
int EVP_CIPHER_CTX_get_iv(const EVP_CIPHER_CTX *ctx,