crypto/heimdal/lib/hx509/crypto.c
2140
const EVP_CIPHER *(*evp_func)(void);
crypto/heimdal/lib/hx509/crypto.c
2156
const EVP_CIPHER *c;
crypto/heimdal/lib/hx509/crypto.c
2835
const EVP_CIPHER **c,
crypto/heimdal/lib/hx509/crypto.c
2900
const EVP_CIPHER *c;
crypto/heimdal/lib/hx509/ks_file.c
184
const EVP_CIPHER *cipher;
crypto/heimdal/lib/hx509/ks_file.c
71
const EVP_CIPHER *c,
crypto/heimdal/lib/krb5/crypto-aes.c
126
const EVP_CIPHER *c = (*crypto->et->keytype->evp)();
crypto/heimdal/lib/krb5/crypto-evp.c
42
const EVP_CIPHER *c = (*kt->evp)();
crypto/heimdal/lib/krb5/crypto.h
82
const EVP_CIPHER *(*evp)(void);
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
149
EVP_CIPHER *cipher = NULL;
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
57
static const EVP_CIPHER *
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
148
EVP_CIPHER *cipher = NULL;
crypto/krb5/src/lib/crypto/openssl/enc_provider/camellia.c
56
static const EVP_CIPHER *
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
3307
const EVP_CIPHER *cipher = (len > 0) ? EVP_aes_128_cbc() : NULL;
crypto/openssl/apps/cmp.c
3939
EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/cms.c
351
EVP_CIPHER *cipher = NULL, *wrap_cipher = NULL;
crypto/openssl/apps/cms.c
900
cipher = (EVP_CIPHER *)EVP_aes_256_cbc();
crypto/openssl/apps/dsa.c
94
EVP_CIPHER *enc = NULL;
crypto/openssl/apps/ec.c
86
EVP_CIPHER *enc = NULL;
crypto/openssl/apps/enc.c
151
EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/enc.c
829
const EVP_CIPHER *cipher;
crypto/openssl/apps/gendsa.c
66
EVP_CIPHER *enc = NULL;
crypto/openssl/apps/genpkey.c
134
EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/genrsa.c
92
EVP_CIPHER *enc = NULL;
crypto/openssl/apps/include/apps.h
188
const EVP_CIPHER *get_cipher_from_engine(const char *name);
crypto/openssl/apps/include/opt.h
417
int opt_cipher(const char *name, EVP_CIPHER **cipherp);
crypto/openssl/apps/include/opt.h
418
int opt_cipher_any(const char *name, EVP_CIPHER **cipherp);
crypto/openssl/apps/include/opt.h
419
int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp);
crypto/openssl/apps/lib/engine.c
180
const EVP_CIPHER *get_cipher_from_engine(const char *name)
crypto/openssl/apps/lib/opt.c
407
int opt_cipher_silent(const char *name, EVP_CIPHER **cipherp)
crypto/openssl/apps/lib/opt.c
409
EVP_CIPHER *c;
crypto/openssl/apps/lib/opt.c
416
&& (c = (EVP_CIPHER *)EVP_get_cipherbyname(name)) != NULL)) {
crypto/openssl/apps/lib/opt.c
430
int opt_cipher_any(const char *name, EVP_CIPHER **cipherp)
crypto/openssl/apps/lib/opt.c
441
int opt_cipher(const char *name, EVP_CIPHER **cipherp)
crypto/openssl/apps/lib/opt.c
445
EVP_CIPHER *c = NULL;
crypto/openssl/apps/list.c
102
static void collect_ciphers(EVP_CIPHER *cipher, void *stack)
crypto/openssl/apps/list.c
104
STACK_OF(EVP_CIPHER) *cipher_stack = stack;
crypto/openssl/apps/list.c
114
STACK_OF(EVP_CIPHER) *ciphers = sk_EVP_CIPHER_new(cipher_cmp);
crypto/openssl/apps/list.c
1187
EVP_CIPHER *cipher;
crypto/openssl/apps/list.c
132
const EVP_CIPHER *c = sk_EVP_CIPHER_value(ciphers, i);
crypto/openssl/apps/list.c
55
IS_FETCHABLE(cipher, EVP_CIPHER)
crypto/openssl/apps/list.c
75
static void legacy_cipher_fn(const EVP_CIPHER *c,
crypto/openssl/apps/list.c
94
DEFINE_STACK_OF(EVP_CIPHER)
crypto/openssl/apps/list.c
95
static int cipher_cmp(const EVP_CIPHER *const *a,
crypto/openssl/apps/list.c
96
const EVP_CIPHER *const *b)
crypto/openssl/apps/pkcs12.c
1036
char *pempass, const EVP_CIPHER *enc)
crypto/openssl/apps/pkcs12.c
1050
char *pempass, const EVP_CIPHER *enc)
crypto/openssl/apps/pkcs12.c
230
EVP_CIPHER *default_enc = (EVP_CIPHER *)EVP_aes_256_cbc();
crypto/openssl/apps/pkcs12.c
231
EVP_CIPHER *enc = (EVP_CIPHER *)default_enc;
crypto/openssl/apps/pkcs12.c
44
char *pempass, const EVP_CIPHER *enc);
crypto/openssl/apps/pkcs12.c
47
char *pempass, const EVP_CIPHER *enc);
crypto/openssl/apps/pkcs12.c
50
int options, char *pempass, const EVP_CIPHER *enc);
crypto/openssl/apps/pkcs12.c
515
enc = (EVP_CIPHER *)EVP_des_ede3_cbc();
crypto/openssl/apps/pkcs12.c
987
const EVP_CIPHER *enc)
crypto/openssl/apps/pkcs8.c
178
cipher = (EVP_CIPHER *)EVP_aes_256_cbc();
crypto/openssl/apps/pkcs8.c
198
cipher = (EVP_CIPHER *)EVP_aes_256_cbc();
crypto/openssl/apps/pkcs8.c
239
cipher = (EVP_CIPHER *)EVP_aes_256_cbc();
crypto/openssl/apps/pkcs8.c
97
EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/pkey.c
88
EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/req.c
294
const EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/req.c
317
cipher = (EVP_CIPHER *)EVP_aes_256_cbc();
crypto/openssl/apps/rsa.c
143
EVP_CIPHER *enc = NULL;
crypto/openssl/apps/skeyutl.c
42
EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/smime.c
206
EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/smime.c
514
cipher = (EVP_CIPHER *)EVP_aes_256_cbc();
crypto/openssl/apps/speed.c
1610
const EVP_CIPHER *ciph = EVP_CIPHER_CTX_get0_cipher(ctx);
crypto/openssl/apps/speed.c
1962
EVP_CIPHER *evp_cipher = NULL;
crypto/openssl/apps/speed.c
215
static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
crypto/openssl/apps/speed.c
3200
EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/speed.c
5148
static void multiblock_speed(const EVP_CIPHER *evp_cipher, int lengths_single,
crypto/openssl/apps/speed.c
695
EVP_CIPHER *cipher = NULL;
crypto/openssl/apps/speed.c
914
EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/asn1/p5_pbev2.c
165
X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
crypto/openssl/crypto/asn1/p5_pbev2.c
173
X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
crypto/openssl/crypto/asn1/p5_pbev2.c
51
X509_ALGOR *PKCS5_pbe2_set_iv_ex(const EVP_CIPHER *cipher, int iter,
crypto/openssl/crypto/asn1/p5_scrypt.c
241
const EVP_CIPHER *c, const EVP_MD *md, int en_de,
crypto/openssl/crypto/asn1/p5_scrypt.c
311
const EVP_CIPHER *c, const EVP_MD *md, int en_de)
crypto/openssl/crypto/asn1/p5_scrypt.c
41
X509_ALGOR *PKCS5_pbe2_set_scrypt(const EVP_CIPHER *cipher,
crypto/openssl/crypto/cmac/cmac.c
112
const EVP_CIPHER *cipher, ENGINE *impl,
crypto/openssl/crypto/cmac/cmac.c
174
const EVP_CIPHER *cipher, ENGINE *impl)
crypto/openssl/crypto/cmp/cmp_msg.c
480
EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/cms/cms_dh.c
90
EVP_CIPHER *kekcipher = NULL;
crypto/openssl/crypto/cms/cms_ec.c
167
EVP_CIPHER *kekcipher = NULL;
crypto/openssl/crypto/cms/cms_enc.c
210
const EVP_CIPHER *cipher,
crypto/openssl/crypto/cms/cms_enc.c
226
int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
crypto/openssl/crypto/cms/cms_enc.c
30
EVP_CIPHER *fetched_ciph = NULL;
crypto/openssl/crypto/cms/cms_enc.c
31
const EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/cms/cms_env.c
224
CMS_ContentInfo *CMS_EnvelopedData_create_ex(const EVP_CIPHER *cipher,
crypto/openssl/crypto/cms/cms_env.c
248
CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher)
crypto/openssl/crypto/cms/cms_env.c
294
CMS_AuthEnvelopedData_create_ex(const EVP_CIPHER *cipher, OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/cms/cms_env.c
317
CMS_ContentInfo *CMS_AuthEnvelopedData_create(const EVP_CIPHER *cipher)
crypto/openssl/crypto/cms/cms_env.c
573
const EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/cms/cms_env.c
574
EVP_CIPHER *fetched_cipher = NULL;
crypto/openssl/crypto/cms/cms_env.c
840
static EVP_CIPHER *cms_get_key_wrap_cipher(size_t keylen, const CMS_CTX *ctx)
crypto/openssl/crypto/cms/cms_env.c
871
EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/cms/cms_env.c
940
EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/cms/cms_kari.c
416
const EVP_CIPHER *cipher)
crypto/openssl/crypto/cms/cms_kari.c
420
const EVP_CIPHER *kekcipher;
crypto/openssl/crypto/cms/cms_kari.c
421
EVP_CIPHER *fetched_kekcipher;
crypto/openssl/crypto/cms/cms_lib.c
794
STACK_OF(X509) *enc_recip, const EVP_CIPHER *cipher,
crypto/openssl/crypto/cms/cms_local.h
132
const EVP_CIPHER *cipher;
crypto/openssl/crypto/cms/cms_local.h
440
const EVP_CIPHER *cipher,
crypto/openssl/crypto/cms/cms_pwri.c
315
EVP_CIPHER *kekcipher;
crypto/openssl/crypto/cms/cms_pwri.c
44
const EVP_CIPHER *kekciph)
crypto/openssl/crypto/cms/cms_smime.c
223
CMS_ContentInfo *CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher,
crypto/openssl/crypto/cms/cms_smime.c
253
CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
crypto/openssl/crypto/cms/cms_smime.c
638
const EVP_CIPHER *cipher, unsigned int flags,
crypto/openssl/crypto/cms/cms_smime.c
675
const EVP_CIPHER *cipher, unsigned int flags)
crypto/openssl/crypto/core_namemap.c
421
const EVP_CIPHER *cipher = (void *)OBJ_NAME_get(on->name, on->type);
crypto/openssl/crypto/crmf/crmf_lib.c
766
EVP_CIPHER *cipher = NULL; /* used cipher */
crypto/openssl/crypto/crmf/crmf_lib.c
790
cipher = (EVP_CIPHER *)EVP_get_cipherbyobj(enc->symmAlg->algorithm);
crypto/openssl/crypto/engine/eng_openssl.c
230
static EVP_CIPHER *r4_cipher = NULL;
crypto/openssl/crypto/engine/eng_openssl.c
231
static const EVP_CIPHER *test_r4_cipher(void)
crypto/openssl/crypto/engine/eng_openssl.c
234
EVP_CIPHER *cipher;
crypto/openssl/crypto/engine/eng_openssl.c
255
static EVP_CIPHER *r4_40_cipher = NULL;
crypto/openssl/crypto/engine/eng_openssl.c
256
static const EVP_CIPHER *test_r4_40_cipher(void)
crypto/openssl/crypto/engine/eng_openssl.c
259
EVP_CIPHER *cipher;
crypto/openssl/crypto/engine/eng_openssl.c
286
const EVP_CIPHER *cipher;
crypto/openssl/crypto/engine/eng_openssl.c
298
static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/openssl/crypto/engine/eng_openssl.c
67
static int openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/openssl/crypto/engine/tb_cipher.c
73
const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid)
crypto/openssl/crypto/engine/tb_cipher.c
75
const EVP_CIPHER *ret;
crypto/openssl/crypto/evp/bio_enc.c
410
int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
crypto/openssl/crypto/evp/cmeth_lib.c
107
int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/cmeth_lib.c
120
int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/cmeth_lib.c
130
int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/cmeth_lib.c
141
int EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/cmeth_lib.c
152
int EVP_CIPHER_meth_set_ctrl(EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/cmeth_lib.c
163
int (*EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
crypto/openssl/crypto/evp/cmeth_lib.c
170
int (*EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
crypto/openssl/crypto/evp/cmeth_lib.c
178
int (*EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *)
crypto/openssl/crypto/evp/cmeth_lib.c
183
int (*EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *,
crypto/openssl/crypto/evp/cmeth_lib.c
189
int (*EVP_CIPHER_meth_get_get_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *,
crypto/openssl/crypto/evp/cmeth_lib.c
195
int (*EVP_CIPHER_meth_get_ctrl(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *,
crypto/openssl/crypto/evp/cmeth_lib.c
23
EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len)
crypto/openssl/crypto/evp/cmeth_lib.c
25
EVP_CIPHER *cipher = evp_cipher_new();
crypto/openssl/crypto/evp/cmeth_lib.c
36
EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/cmeth_lib.c
38
EVP_CIPHER *to = NULL;
crypto/openssl/crypto/evp/cmeth_lib.c
59
void EVP_CIPHER_meth_free(EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/cmeth_lib.c
67
int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len)
crypto/openssl/crypto/evp/cmeth_lib.c
76
int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags)
crypto/openssl/crypto/evp/cmeth_lib.c
85
int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size)
crypto/openssl/crypto/evp/cmeth_lib.c
94
int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/e_aes.c
2295
static const EVP_CIPHER s390x_aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2310
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2326
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
2332
static const EVP_CIPHER s390x_aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2348
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2363
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
2371
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2381
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
2387
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
2399
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
3765
static const EVP_CIPHER aes_128_wrap = {
crypto/openssl/crypto/evp/e_aes.c
3774
const EVP_CIPHER *EVP_aes_128_wrap(void)
crypto/openssl/crypto/evp/e_aes.c
3779
static const EVP_CIPHER aes_192_wrap = {
crypto/openssl/crypto/evp/e_aes.c
3788
const EVP_CIPHER *EVP_aes_192_wrap(void)
crypto/openssl/crypto/evp/e_aes.c
3793
static const EVP_CIPHER aes_256_wrap = {
crypto/openssl/crypto/evp/e_aes.c
3802
const EVP_CIPHER *EVP_aes_256_wrap(void)
crypto/openssl/crypto/evp/e_aes.c
3807
static const EVP_CIPHER aes_128_wrap_pad = {
crypto/openssl/crypto/evp/e_aes.c
3816
const EVP_CIPHER *EVP_aes_128_wrap_pad(void)
crypto/openssl/crypto/evp/e_aes.c
3821
static const EVP_CIPHER aes_192_wrap_pad = {
crypto/openssl/crypto/evp/e_aes.c
3830
const EVP_CIPHER *EVP_aes_192_wrap_pad(void)
crypto/openssl/crypto/evp/e_aes.c
3835
static const EVP_CIPHER aes_256_wrap_pad = {
crypto/openssl/crypto/evp/e_aes.c
3844
const EVP_CIPHER *EVP_aes_256_wrap_pad(void)
crypto/openssl/crypto/evp/e_aes.c
419
static const EVP_CIPHER aesni_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
429
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
440
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
446
static const EVP_CIPHER aesni_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
458
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
470
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
809
static const EVP_CIPHER aes_t4_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
819
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
830
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes.c
836
static const EVP_CIPHER aes_t4_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
848
static const EVP_CIPHER aes_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aes.c
860
const EVP_CIPHER *EVP_aes_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
898
static EVP_CIPHER aesni_128_cbc_hmac_sha1_cipher = {
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
917
static EVP_CIPHER aesni_256_cbc_hmac_sha1_cipher = {
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
936
const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
941
const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
946
const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
951
const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
874
static EVP_CIPHER aesni_128_cbc_hmac_sha256_cipher = {
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
893
static EVP_CIPHER aesni_256_cbc_hmac_sha256_cipher = {
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
912
const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha256(void)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
917
const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
922
const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha256(void)
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
927
const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void)
crypto/openssl/crypto/evp/e_aria.c
163
static const EVP_CIPHER aria_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aria.c
173
const EVP_CIPHER *EVP_aria_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aria.c
764
static const EVP_CIPHER aria_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_aria.c
775
const EVP_CIPHER *EVP_aria_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_aria.c
777
return (EVP_CIPHER *)&aria_##keylen##_##mode; \
crypto/openssl/crypto/evp/e_camellia.c
140
static const EVP_CIPHER cmll_t4_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_camellia.c
150
static const EVP_CIPHER camellia_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_camellia.c
161
const EVP_CIPHER *EVP_camellia_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_camellia.c
169
static const EVP_CIPHER camellia_##keylen##_##mode = { \
crypto/openssl/crypto/evp/e_camellia.c
179
const EVP_CIPHER *EVP_camellia_##keylen##_##mode(void) \
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
129
static const EVP_CIPHER chacha20 = {
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
146
const EVP_CIPHER *EVP_chacha20(void)
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
608
static EVP_CIPHER chacha20_poly1305 = {
crypto/openssl/crypto/evp/e_chacha20_poly1305.c
625
const EVP_CIPHER *EVP_chacha20_poly1305(void)
crypto/openssl/crypto/evp/e_des3.c
300
const EVP_CIPHER *EVP_des_ede(void)
crypto/openssl/crypto/evp/e_des3.c
305
const EVP_CIPHER *EVP_des_ede3(void)
crypto/openssl/crypto/evp/e_des3.c
407
static const EVP_CIPHER des3_wrap = {
crypto/openssl/crypto/evp/e_des3.c
419
const EVP_CIPHER *EVP_des_ede3_wrap(void)
crypto/openssl/crypto/evp/e_null.c
20
static const EVP_CIPHER n_cipher = {
crypto/openssl/crypto/evp/e_null.c
34
const EVP_CIPHER *EVP_enc_null(void)
crypto/openssl/crypto/evp/e_old.c
104
const EVP_CIPHER *EVP_aes_256_cfb(void);
crypto/openssl/crypto/evp/e_old.c
105
const EVP_CIPHER *EVP_aes_256_cfb(void)
crypto/openssl/crypto/evp/e_old.c
23
const EVP_CIPHER *EVP_bf_cfb(void);
crypto/openssl/crypto/evp/e_old.c
24
const EVP_CIPHER *EVP_bf_cfb(void)
crypto/openssl/crypto/evp/e_old.c
32
const EVP_CIPHER *EVP_des_cfb(void);
crypto/openssl/crypto/evp/e_old.c
33
const EVP_CIPHER *EVP_des_cfb(void)
crypto/openssl/crypto/evp/e_old.c
39
const EVP_CIPHER *EVP_des_ede3_cfb(void);
crypto/openssl/crypto/evp/e_old.c
40
const EVP_CIPHER *EVP_des_ede3_cfb(void)
crypto/openssl/crypto/evp/e_old.c
46
const EVP_CIPHER *EVP_des_ede_cfb(void);
crypto/openssl/crypto/evp/e_old.c
47
const EVP_CIPHER *EVP_des_ede_cfb(void)
crypto/openssl/crypto/evp/e_old.c
55
const EVP_CIPHER *EVP_idea_cfb(void);
crypto/openssl/crypto/evp/e_old.c
56
const EVP_CIPHER *EVP_idea_cfb(void)
crypto/openssl/crypto/evp/e_old.c
64
const EVP_CIPHER *EVP_rc2_cfb(void);
crypto/openssl/crypto/evp/e_old.c
65
const EVP_CIPHER *EVP_rc2_cfb(void)
crypto/openssl/crypto/evp/e_old.c
73
const EVP_CIPHER *EVP_cast5_cfb(void);
crypto/openssl/crypto/evp/e_old.c
74
const EVP_CIPHER *EVP_cast5_cfb(void)
crypto/openssl/crypto/evp/e_old.c
82
const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void);
crypto/openssl/crypto/evp/e_old.c
83
const EVP_CIPHER *EVP_rc5_32_12_16_cfb(void)
crypto/openssl/crypto/evp/e_old.c
90
const EVP_CIPHER *EVP_aes_128_cfb(void);
crypto/openssl/crypto/evp/e_old.c
91
const EVP_CIPHER *EVP_aes_128_cfb(void)
crypto/openssl/crypto/evp/e_old.c
97
const EVP_CIPHER *EVP_aes_192_cfb(void);
crypto/openssl/crypto/evp/e_old.c
98
const EVP_CIPHER *EVP_aes_192_cfb(void)
crypto/openssl/crypto/evp/e_rc2.c
52
static const EVP_CIPHER r2_64_cbc_cipher = {
crypto/openssl/crypto/evp/e_rc2.c
67
static const EVP_CIPHER r2_40_cbc_cipher = {
crypto/openssl/crypto/evp/e_rc2.c
82
const EVP_CIPHER *EVP_rc2_64_cbc(void)
crypto/openssl/crypto/evp/e_rc2.c
87
const EVP_CIPHER *EVP_rc2_40_cbc(void)
crypto/openssl/crypto/evp/e_rc4.c
37
static const EVP_CIPHER r4_cipher = {
crypto/openssl/crypto/evp/e_rc4.c
52
static const EVP_CIPHER r4_40_cipher = {
crypto/openssl/crypto/evp/e_rc4.c
67
const EVP_CIPHER *EVP_rc4(void)
crypto/openssl/crypto/evp/e_rc4.c
72
const EVP_CIPHER *EVP_rc4_40(void)
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
243
static EVP_CIPHER r4_hmac_md5_cipher = {
crypto/openssl/crypto/evp/e_rc4_hmac_md5.c
262
const EVP_CIPHER *EVP_rc4_hmac_md5(void)
crypto/openssl/crypto/evp/e_sm4.c
37
static const EVP_CIPHER sm4_##mode = { \
crypto/openssl/crypto/evp/e_sm4.c
47
const EVP_CIPHER *EVP_sm4_##mode(void) \
crypto/openssl/crypto/evp/e_xcbc_d.c
40
static const EVP_CIPHER d_xcbc_cipher = {
crypto/openssl/crypto/evp/e_xcbc_d.c
55
const EVP_CIPHER *EVP_desx_cbc(void)
crypto/openssl/crypto/evp/evp_enc.c
1644
int EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[])
crypto/openssl/crypto/evp/evp_enc.c
1683
const OSSL_PARAM *EVP_CIPHER_gettable_params(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_enc.c
1691
const OSSL_PARAM *EVP_CIPHER_settable_ctx_params(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_enc.c
1702
const OSSL_PARAM *EVP_CIPHER_gettable_ctx_params(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_enc.c
1738
const EVP_CIPHER *cipher = ctx->cipher;
crypto/openssl/crypto/evp/evp_enc.c
1845
EVP_CIPHER *evp_cipher_new(void)
crypto/openssl/crypto/evp/evp_enc.c
1847
EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER));
crypto/openssl/crypto/evp/evp_enc.c
1892
EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/evp/evp_enc.c
192
EVP_CIPHER *provciph = EVP_CIPHER_fetch(NULL,
crypto/openssl/crypto/evp/evp_enc.c
2072
EVP_CIPHER *EVP_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
crypto/openssl/crypto/evp/evp_enc.c
2075
EVP_CIPHER *cipher = evp_generic_fetch(ctx, OSSL_OP_CIPHER, algorithm, properties,
crypto/openssl/crypto/evp/evp_enc.c
2082
EVP_CIPHER *evp_cipher_fetch_from_prov(OSSL_PROVIDER *prov,
crypto/openssl/crypto/evp/evp_enc.c
2093
int EVP_CIPHER_can_pipeline(const EVP_CIPHER *cipher, int enc)
crypto/openssl/crypto/evp/evp_enc.c
2102
int EVP_CIPHER_up_ref(EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_enc.c
211
if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) {
crypto/openssl/crypto/evp/evp_enc.c
2111
void evp_cipher_free_int(EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_enc.c
2119
void EVP_CIPHER_free(EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_enc.c
2133
void (*fn)(EVP_CIPHER *mac, void *arg),
crypto/openssl/crypto/evp/evp_enc.c
218
ctx->fetched_cipher = (EVP_CIPHER *)cipher;
crypto/openssl/crypto/evp/evp_enc.c
362
const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
crypto/openssl/crypto/evp/evp_enc.c
482
const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
544
if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) {
crypto/openssl/crypto/evp/evp_enc.c
551
ctx->fetched_cipher = (EVP_CIPHER *)cipher;
crypto/openssl/crypto/evp/evp_enc.c
627
int EVP_CipherInit_SKEY(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
634
int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
641
int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
649
int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
656
int EVP_CipherPipelineEncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
686
int EVP_CipherPipelineDecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
809
int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
815
int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
822
int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
829
int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
835
int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
842
int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_enc.c
93
const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_key.c
80
int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
crypto/openssl/crypto/evp/evp_lib.c
156
const EVP_CIPHER *cipher;
crypto/openssl/crypto/evp/evp_lib.c
254
int EVP_CIPHER_get_type(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
319
int evp_cipher_cache_constants(EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
366
int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
376
int EVP_CIPHER_impl_ctx_size(const EVP_CIPHER *e)
crypto/openssl/crypto/evp/evp_lib.c
423
const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx)
crypto/openssl/crypto/evp/evp_lib.c
431
const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx)
crypto/openssl/crypto/evp/evp_lib.c
438
EVP_CIPHER *EVP_CIPHER_CTX_get1_cipher(EVP_CIPHER_CTX *ctx)
crypto/openssl/crypto/evp/evp_lib.c
440
EVP_CIPHER *cipher;
crypto/openssl/crypto/evp/evp_lib.c
444
cipher = (EVP_CIPHER *)ctx->cipher;
crypto/openssl/crypto/evp/evp_lib.c
455
unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
485
int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
632
int EVP_CIPHER_get_key_length(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
666
int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
676
int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name)
crypto/openssl/crypto/evp/evp_lib.c
685
int evp_cipher_get_number(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
690
const char *EVP_CIPHER_get0_name(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
701
const char *EVP_CIPHER_get0_description(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
712
int EVP_CIPHER_names_do_all(const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/evp_lib.c
722
const OSSL_PROVIDER *EVP_CIPHER_get0_provider(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
727
int EVP_CIPHER_get_mode(const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/evp_lib.c
85
const EVP_CIPHER *cipher;
crypto/openssl/crypto/evp/evp_local.h
270
const EVP_CIPHER *c, const EVP_MD *md,
crypto/openssl/crypto/evp/evp_local.h
274
const EVP_CIPHER *c, const EVP_MD *md,
crypto/openssl/crypto/evp/evp_local.h
342
EVP_CIPHER *evp_cipher_fetch_from_prov(OSSL_PROVIDER *prov,
crypto/openssl/crypto/evp/evp_local.h
354
EVP_CIPHER *evp_cipher_new(void);
crypto/openssl/crypto/evp/evp_local.h
36
const EVP_CIPHER *cipher;
crypto/openssl/crypto/evp/evp_local.h
374
int evp_do_ciph_getparams(const EVP_CIPHER *ciph, OSSL_PARAM params[]);
crypto/openssl/crypto/evp/evp_local.h
375
int evp_do_ciph_ctx_getparams(const EVP_CIPHER *ciph, void *provctx,
crypto/openssl/crypto/evp/evp_local.h
377
int evp_do_ciph_ctx_setparams(const EVP_CIPHER *ciph, void *provctx,
crypto/openssl/crypto/evp/evp_local.h
406
void evp_cipher_free_int(EVP_CIPHER *md);
crypto/openssl/crypto/evp/evp_local.h
415
int evp_cipher_cache_constants(EVP_CIPHER *cipher);
crypto/openssl/crypto/evp/evp_local.h
61
EVP_CIPHER *fetched_cipher;
crypto/openssl/crypto/evp/evp_pbe.c
100
const EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/evp/evp_pbe.c
101
EVP_CIPHER *cipher_fetch = NULL;
crypto/openssl/crypto/evp/evp_pbe.c
232
int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
crypto/openssl/crypto/evp/evp_utils.c
73
PARAM_FUNCTIONS(EVP_CIPHER,
crypto/openssl/crypto/evp/names.c
101
EVP_CIPHER *fetched_cipher;
crypto/openssl/crypto/evp/names.c
19
int EVP_add_cipher(const EVP_CIPHER *c)
crypto/openssl/crypto/evp/names.c
199
void (*fn)(const EVP_CIPHER *ciph,
crypto/openssl/crypto/evp/names.c
209
dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
crypto/openssl/crypto/evp/names.c
212
void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
crypto/openssl/crypto/evp/names.c
226
void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph,
crypto/openssl/crypto/evp/names.c
62
const EVP_CIPHER **cipher = data;
crypto/openssl/crypto/evp/names.c
67
*cipher = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH);
crypto/openssl/crypto/evp/names.c
70
const EVP_CIPHER *EVP_get_cipherbyname(const char *name)
crypto/openssl/crypto/evp/names.c
75
const EVP_CIPHER *evp_get_cipherbyname_ex(OSSL_LIB_CTX *libctx,
crypto/openssl/crypto/evp/names.c
78
const EVP_CIPHER *cp;
crypto/openssl/crypto/evp/names.c
86
cp = (const EVP_CIPHER *)OBJ_NAME_get(name, OBJ_NAME_TYPE_CIPHER_METH);
crypto/openssl/crypto/evp/p5_crpt.c
113
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/p5_crpt.c
27
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/p5_crpt2.c
114
ASN1_TYPE *param, const EVP_CIPHER *c,
crypto/openssl/crypto/evp/p5_crpt2.c
120
const EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/evp/p5_crpt2.c
121
EVP_CIPHER *cipher_fetch = NULL;
crypto/openssl/crypto/evp/p5_crpt2.c
175
ASN1_TYPE *param, const EVP_CIPHER *c,
crypto/openssl/crypto/evp/p5_crpt2.c
183
const EVP_CIPHER *c, const EVP_MD *md, int en_de,
crypto/openssl/crypto/evp/p5_crpt2.c
268
const EVP_CIPHER *c, const EVP_MD *md, int en_de)
crypto/openssl/crypto/evp/p_lib.c
652
const EVP_CIPHER *cipher,
crypto/openssl/crypto/evp/p_lib.c
711
size_t len, const EVP_CIPHER *cipher)
crypto/openssl/crypto/evp/p_open.c
18
int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
crypto/openssl/crypto/evp/p_seal.c
19
int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
crypto/openssl/crypto/evp/p_seal.c
27
const EVP_CIPHER *cipher;
crypto/openssl/crypto/hpke/hpke.c
56
EVP_CIPHER *aead_ciph;
crypto/openssl/crypto/modes/siv128.c
143
EVP_CIPHER *cbc, EVP_CIPHER *ctr,
crypto/openssl/crypto/modes/siv128.c
163
const EVP_CIPHER *cbc, const EVP_CIPHER *ctr,
crypto/openssl/crypto/pem/pem_info.c
224
int PEM_X509_INFO_write_bio(BIO *bp, const X509_INFO *xi, EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pem_lib.c
302
const void *x, const EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pem_lib.c
323
const char *name, BIO *bp, const void *x, const EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pem_lib.c
427
const EVP_CIPHER *enc, const unsigned char *kstr, int klen,
crypto/openssl/crypto/pem/pem_lib.c
436
const EVP_CIPHER *enc, const unsigned char *kstr,
crypto/openssl/crypto/pem/pem_lib.c
521
const EVP_CIPHER *enc = NULL;
crypto/openssl/crypto/pem/pem_pk8.c
207
int i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pem_pk8.c
22
int nid, const EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pem_pk8.c
228
int PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pem_pk8.c
236
const EVP_CIPHER *enc, const char *kstr, int klen,
crypto/openssl/crypto/pem/pem_pk8.c
29
int nid, const EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pem_pk8.c
48
int PEM_write_bio_PKCS8PrivateKey(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pem_pk8.c
55
int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pem_pk8.c
70
const EVP_CIPHER *enc, const char *kstr, int klen,
crypto/openssl/crypto/pem/pem_pkey.c
341
const EVP_CIPHER *enc,
crypto/openssl/crypto/pem/pvkfmt.c
1038
EVP_CIPHER *rc4 = NULL;
crypto/openssl/crypto/pem/pvkfmt.c
865
EVP_CIPHER *rc4 = NULL;
crypto/openssl/crypto/pkcs12/p12_add.c
101
const EVP_CIPHER *pbe_ciph = NULL;
crypto/openssl/crypto/pkcs12/p12_add.c
102
EVP_CIPHER *pbe_ciph_fetch = NULL;
crypto/openssl/crypto/pkcs12/p12_crpt.c
24
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/crypto/pkcs12/p12_crpt.c
79
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/crypto/pkcs12/p12_npas.c
159
EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/pkcs12/p12_p8e.c
16
X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher,
crypto/openssl/crypto/pkcs12/p12_p8e.c
60
X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
crypto/openssl/crypto/pkcs12/p12_sbag.c
255
const EVP_CIPHER *pbe_ciph = NULL;
crypto/openssl/crypto/pkcs12/p12_sbag.c
256
EVP_CIPHER *pbe_ciph_fetch = NULL;
crypto/openssl/crypto/pkcs7/pk7_doit.c
237
EVP_CIPHER *fetched_cipher = NULL;
crypto/openssl/crypto/pkcs7/pk7_doit.c
238
const EVP_CIPHER *cipher;
crypto/openssl/crypto/pkcs7/pk7_doit.c
239
const EVP_CIPHER *evp_cipher = NULL;
crypto/openssl/crypto/pkcs7/pk7_doit.c
445
EVP_CIPHER *evp_cipher = NULL;
crypto/openssl/crypto/pkcs7/pk7_doit.c
446
const EVP_CIPHER *cipher = NULL;
crypto/openssl/crypto/pkcs7/pk7_lib.c
689
int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher)
crypto/openssl/crypto/pkcs7/pk7_smime.c
425
const EVP_CIPHER *cipher, int flags,
crypto/openssl/crypto/pkcs7/pk7_smime.c
466
PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
crypto/openssl/demos/cipher/aesccm.c
161
EVP_CIPHER *cipher = NULL;
crypto/openssl/demos/cipher/aesccm.c
74
EVP_CIPHER *cipher = NULL;
crypto/openssl/demos/cipher/aesgcm.c
151
EVP_CIPHER *cipher = NULL;
crypto/openssl/demos/cipher/aesgcm.c
74
EVP_CIPHER *cipher = NULL;
crypto/openssl/demos/cipher/aeskeywrap.c
140
EVP_CIPHER *cipher = NULL;
crypto/openssl/demos/cipher/aeskeywrap.c
198
EVP_CIPHER *cipher = NULL;
crypto/openssl/demos/cipher/ariacbc.c
129
EVP_CIPHER *cipher = NULL;
crypto/openssl/demos/cipher/ariacbc.c
73
EVP_CIPHER *cipher = NULL;
crypto/openssl/demos/mac/poly1305.c
87
EVP_CIPHER *aes = NULL;
crypto/openssl/engines/e_afalg.c
739
static const EVP_CIPHER *afalg_aes_cbc(int nid)
crypto/openssl/engines/e_afalg.c
768
static int afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/openssl/engines/e_afalg.c
83
static const EVP_CIPHER *afalg_aes_cbc(int nid);
crypto/openssl/engines/e_afalg.c
85
static int afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/openssl/engines/e_afalg.h
63
EVP_CIPHER *_hidden;
crypto/openssl/engines/e_dasync.c
176
static EVP_CIPHER *_hidden_aes_128_cbc = NULL;
crypto/openssl/engines/e_dasync.c
177
static const EVP_CIPHER *dasync_aes_128_cbc(void)
crypto/openssl/engines/e_dasync.c
182
static EVP_CIPHER *_hidden_aes_256_ctr = NULL;
crypto/openssl/engines/e_dasync.c
183
static const EVP_CIPHER *dasync_aes_256_ctr(void)
crypto/openssl/engines/e_dasync.c
200
static EVP_CIPHER *_hidden_aes_128_cbc_hmac_sha1 = NULL;
crypto/openssl/engines/e_dasync.c
201
static const EVP_CIPHER *dasync_aes_128_cbc_hmac_sha1(void)
crypto/openssl/engines/e_dasync.c
216
static int dasync_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/openssl/engines/e_dasync.c
472
static int dasync_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/openssl/engines/e_dasync.c
627
const EVP_CIPHER *ciph)
crypto/openssl/engines/e_dasync.c
710
const EVP_CIPHER *cipher)
crypto/openssl/engines/e_dasync.c
735
const EVP_CIPHER *cipher)
crypto/openssl/engines/e_dasync.c
771
const EVP_CIPHER *cipher)
crypto/openssl/engines/e_devcrypto.c
401
static EVP_CIPHER *known_cipher_methods[OSSL_NELEM(cipher_data)] = {
crypto/openssl/engines/e_devcrypto.c
534
static const EVP_CIPHER *get_cipher_method(int nid)
crypto/openssl/engines/e_devcrypto.c
568
static int devcrypto_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/openssl/engines/e_devcrypto.c
591
const EVP_CIPHER *EVP;
crypto/openssl/engines/e_ossltest.c
244
static int ossltest_ciphers(ENGINE *, const EVP_CIPHER **,
crypto/openssl/engines/e_ossltest.c
282
static EVP_CIPHER *_hidden_aes_128_cbc = NULL;
crypto/openssl/engines/e_ossltest.c
283
static const EVP_CIPHER *ossltest_aes_128_cbc(void)
crypto/openssl/engines/e_ossltest.c
306
static EVP_CIPHER *_hidden_aes_128_gcm = NULL;
crypto/openssl/engines/e_ossltest.c
314
static const EVP_CIPHER *ossltest_aes_128_gcm(void)
crypto/openssl/engines/e_ossltest.c
337
static EVP_CIPHER *_hidden_aes_128_cbc_hmac_sha1 = NULL;
crypto/openssl/engines/e_ossltest.c
339
static const EVP_CIPHER *ossltest_aes_128_cbc_hmac_sha1(void)
crypto/openssl/engines/e_ossltest.c
523
static int ossltest_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/openssl/engines/e_padlock.c
497
static EVP_CIPHER *_hidden_aes_##ksize##_##lmode = NULL; \
crypto/openssl/engines/e_padlock.c
498
static const EVP_CIPHER *padlock_aes_##ksize##_##lmode(void) \
crypto/openssl/engines/e_padlock.c
544
padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids,
crypto/openssl/engines/e_padlock.c
80
static int padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher,
crypto/openssl/fuzz/provider.c
389
static int do_evp_cipher(const EVP_CIPHER *evp_cipher, const OSSL_PARAM param[])
crypto/openssl/fuzz/provider.c
52
DEFINE_ALGORITHMS(cipher, EVP_CIPHER)
crypto/openssl/fuzz/provider.c
615
EVP_FUZZ(cipher_collection, EVP_CIPHER, do_evp_cipher);
crypto/openssl/include/crypto/cmac.h
19
const EVP_CIPHER *cipher, ENGINE *impl,
crypto/openssl/include/crypto/evp.h
451
static const EVP_CIPHER cname##_##mode = { \
crypto/openssl/include/crypto/evp.h
463
const EVP_CIPHER *EVP_##cname##_##mode(void) { return &cname##_##mode; }
crypto/openssl/include/crypto/evp.h
897
const EVP_CIPHER *evp_get_cipherbyname_ex(OSSL_LIB_CTX *libctx,
crypto/openssl/include/crypto/evp.h
974
int evp_cipher_get_number(const EVP_CIPHER *cipher);
crypto/openssl/include/crypto/siv.h
15
EVP_CIPHER *cbc, EVP_CIPHER *ctr,
crypto/openssl/include/crypto/siv.h
18
const EVP_CIPHER *cbc, const EVP_CIPHER *ctr,
crypto/openssl/include/internal/cms.h
18
STACK_OF(X509) *enc_recip, const EVP_CIPHER *cipher,
crypto/openssl/include/internal/quic_wire_pkt.h
161
EVP_CIPHER *cipher;
crypto/openssl/include/internal/recordmethod.h
126
const EVP_CIPHER *ciph,
crypto/openssl/include/openssl/cmac.h
39
const EVP_CIPHER *cipher, ENGINE *impl);
crypto/openssl/include/openssl/cms.h
263
CMS_ContentInfo *CMS_EncryptedData_encrypt(BIO *in, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/cms.h
266
CMS_ContentInfo *CMS_EncryptedData_encrypt_ex(BIO *in, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/cms.h
272
int CMS_EncryptedData_set1_key(CMS_ContentInfo *cms, const EVP_CIPHER *ciph,
crypto/openssl/include/openssl/cms.h
285
const EVP_CIPHER *cipher, unsigned int flags);
crypto/openssl/include/openssl/cms.h
287
const EVP_CIPHER *cipher, unsigned int flags,
crypto/openssl/include/openssl/cms.h
305
CMS_ContentInfo *CMS_AuthEnvelopedData_create(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/cms.h
307
CMS_AuthEnvelopedData_create_ex(const EVP_CIPHER *cipher, OSSL_LIB_CTX *libctx,
crypto/openssl/include/openssl/cms.h
309
CMS_ContentInfo *CMS_EnvelopedData_create(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/cms.h
310
CMS_ContentInfo *CMS_EnvelopedData_create_ex(const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/cms.h
361
const EVP_CIPHER *kekciph);
crypto/openssl/include/openssl/engine.h
296
typedef int (*ENGINE_CIPHERS_PTR)(ENGINE *, const EVP_CIPHER **,
crypto/openssl/include/openssl/engine.h
584
const EVP_CIPHER *ENGINE_get_cipher(ENGINE *e, int nid);
crypto/openssl/include/openssl/evp.h
1000
const EVP_CIPHER *EVP_des_ede3_ofb(void);
crypto/openssl/include/openssl/evp.h
1001
const EVP_CIPHER *EVP_des_cbc(void);
crypto/openssl/include/openssl/evp.h
1002
const EVP_CIPHER *EVP_des_ede_cbc(void);
crypto/openssl/include/openssl/evp.h
1003
const EVP_CIPHER *EVP_des_ede3_cbc(void);
crypto/openssl/include/openssl/evp.h
1004
const EVP_CIPHER *EVP_desx_cbc(void);
crypto/openssl/include/openssl/evp.h
1005
const EVP_CIPHER *EVP_des_ede3_wrap(void);
crypto/openssl/include/openssl/evp.h
1013
const EVP_CIPHER *EVP_rc4(void);
crypto/openssl/include/openssl/evp.h
1014
const EVP_CIPHER *EVP_rc4_40(void);
crypto/openssl/include/openssl/evp.h
1016
const EVP_CIPHER *EVP_rc4_hmac_md5(void);
crypto/openssl/include/openssl/evp.h
1020
const EVP_CIPHER *EVP_idea_ecb(void);
crypto/openssl/include/openssl/evp.h
1021
const EVP_CIPHER *EVP_idea_cfb64(void);
crypto/openssl/include/openssl/evp.h
1023
const EVP_CIPHER *EVP_idea_ofb(void);
crypto/openssl/include/openssl/evp.h
1024
const EVP_CIPHER *EVP_idea_cbc(void);
crypto/openssl/include/openssl/evp.h
1027
const EVP_CIPHER *EVP_rc2_ecb(void);
crypto/openssl/include/openssl/evp.h
1028
const EVP_CIPHER *EVP_rc2_cbc(void);
crypto/openssl/include/openssl/evp.h
1029
const EVP_CIPHER *EVP_rc2_40_cbc(void);
crypto/openssl/include/openssl/evp.h
1030
const EVP_CIPHER *EVP_rc2_64_cbc(void);
crypto/openssl/include/openssl/evp.h
1031
const EVP_CIPHER *EVP_rc2_cfb64(void);
crypto/openssl/include/openssl/evp.h
1033
const EVP_CIPHER *EVP_rc2_ofb(void);
crypto/openssl/include/openssl/evp.h
1036
const EVP_CIPHER *EVP_bf_ecb(void);
crypto/openssl/include/openssl/evp.h
1037
const EVP_CIPHER *EVP_bf_cbc(void);
crypto/openssl/include/openssl/evp.h
1038
const EVP_CIPHER *EVP_bf_cfb64(void);
crypto/openssl/include/openssl/evp.h
1040
const EVP_CIPHER *EVP_bf_ofb(void);
crypto/openssl/include/openssl/evp.h
1043
const EVP_CIPHER *EVP_cast5_ecb(void);
crypto/openssl/include/openssl/evp.h
1044
const EVP_CIPHER *EVP_cast5_cbc(void);
crypto/openssl/include/openssl/evp.h
1045
const EVP_CIPHER *EVP_cast5_cfb64(void);
crypto/openssl/include/openssl/evp.h
1047
const EVP_CIPHER *EVP_cast5_ofb(void);
crypto/openssl/include/openssl/evp.h
1050
const EVP_CIPHER *EVP_rc5_32_12_16_cbc(void);
crypto/openssl/include/openssl/evp.h
1051
const EVP_CIPHER *EVP_rc5_32_12_16_ecb(void);
crypto/openssl/include/openssl/evp.h
1052
const EVP_CIPHER *EVP_rc5_32_12_16_cfb64(void);
crypto/openssl/include/openssl/evp.h
1054
const EVP_CIPHER *EVP_rc5_32_12_16_ofb(void);
crypto/openssl/include/openssl/evp.h
1056
const EVP_CIPHER *EVP_aes_128_ecb(void);
crypto/openssl/include/openssl/evp.h
1057
const EVP_CIPHER *EVP_aes_128_cbc(void);
crypto/openssl/include/openssl/evp.h
1058
const EVP_CIPHER *EVP_aes_128_cfb1(void);
crypto/openssl/include/openssl/evp.h
1059
const EVP_CIPHER *EVP_aes_128_cfb8(void);
crypto/openssl/include/openssl/evp.h
1060
const EVP_CIPHER *EVP_aes_128_cfb128(void);
crypto/openssl/include/openssl/evp.h
1062
const EVP_CIPHER *EVP_aes_128_ofb(void);
crypto/openssl/include/openssl/evp.h
1063
const EVP_CIPHER *EVP_aes_128_ctr(void);
crypto/openssl/include/openssl/evp.h
1064
const EVP_CIPHER *EVP_aes_128_ccm(void);
crypto/openssl/include/openssl/evp.h
1065
const EVP_CIPHER *EVP_aes_128_gcm(void);
crypto/openssl/include/openssl/evp.h
1066
const EVP_CIPHER *EVP_aes_128_xts(void);
crypto/openssl/include/openssl/evp.h
1067
const EVP_CIPHER *EVP_aes_128_wrap(void);
crypto/openssl/include/openssl/evp.h
1068
const EVP_CIPHER *EVP_aes_128_wrap_pad(void);
crypto/openssl/include/openssl/evp.h
1070
const EVP_CIPHER *EVP_aes_128_ocb(void);
crypto/openssl/include/openssl/evp.h
1072
const EVP_CIPHER *EVP_aes_192_ecb(void);
crypto/openssl/include/openssl/evp.h
1073
const EVP_CIPHER *EVP_aes_192_cbc(void);
crypto/openssl/include/openssl/evp.h
1074
const EVP_CIPHER *EVP_aes_192_cfb1(void);
crypto/openssl/include/openssl/evp.h
1075
const EVP_CIPHER *EVP_aes_192_cfb8(void);
crypto/openssl/include/openssl/evp.h
1076
const EVP_CIPHER *EVP_aes_192_cfb128(void);
crypto/openssl/include/openssl/evp.h
1078
const EVP_CIPHER *EVP_aes_192_ofb(void);
crypto/openssl/include/openssl/evp.h
1079
const EVP_CIPHER *EVP_aes_192_ctr(void);
crypto/openssl/include/openssl/evp.h
1080
const EVP_CIPHER *EVP_aes_192_ccm(void);
crypto/openssl/include/openssl/evp.h
1081
const EVP_CIPHER *EVP_aes_192_gcm(void);
crypto/openssl/include/openssl/evp.h
1082
const EVP_CIPHER *EVP_aes_192_wrap(void);
crypto/openssl/include/openssl/evp.h
1083
const EVP_CIPHER *EVP_aes_192_wrap_pad(void);
crypto/openssl/include/openssl/evp.h
1085
const EVP_CIPHER *EVP_aes_192_ocb(void);
crypto/openssl/include/openssl/evp.h
1087
const EVP_CIPHER *EVP_aes_256_ecb(void);
crypto/openssl/include/openssl/evp.h
1088
const EVP_CIPHER *EVP_aes_256_cbc(void);
crypto/openssl/include/openssl/evp.h
1089
const EVP_CIPHER *EVP_aes_256_cfb1(void);
crypto/openssl/include/openssl/evp.h
1090
const EVP_CIPHER *EVP_aes_256_cfb8(void);
crypto/openssl/include/openssl/evp.h
1091
const EVP_CIPHER *EVP_aes_256_cfb128(void);
crypto/openssl/include/openssl/evp.h
1093
const EVP_CIPHER *EVP_aes_256_ofb(void);
crypto/openssl/include/openssl/evp.h
1094
const EVP_CIPHER *EVP_aes_256_ctr(void);
crypto/openssl/include/openssl/evp.h
1095
const EVP_CIPHER *EVP_aes_256_ccm(void);
crypto/openssl/include/openssl/evp.h
1096
const EVP_CIPHER *EVP_aes_256_gcm(void);
crypto/openssl/include/openssl/evp.h
1097
const EVP_CIPHER *EVP_aes_256_xts(void);
crypto/openssl/include/openssl/evp.h
1098
const EVP_CIPHER *EVP_aes_256_wrap(void);
crypto/openssl/include/openssl/evp.h
1099
const EVP_CIPHER *EVP_aes_256_wrap_pad(void);
crypto/openssl/include/openssl/evp.h
1101
const EVP_CIPHER *EVP_aes_256_ocb(void);
crypto/openssl/include/openssl/evp.h
1103
const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha1(void);
crypto/openssl/include/openssl/evp.h
1104
const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha1(void);
crypto/openssl/include/openssl/evp.h
1105
const EVP_CIPHER *EVP_aes_128_cbc_hmac_sha256(void);
crypto/openssl/include/openssl/evp.h
1106
const EVP_CIPHER *EVP_aes_256_cbc_hmac_sha256(void);
crypto/openssl/include/openssl/evp.h
1108
const EVP_CIPHER *EVP_aria_128_ecb(void);
crypto/openssl/include/openssl/evp.h
1109
const EVP_CIPHER *EVP_aria_128_cbc(void);
crypto/openssl/include/openssl/evp.h
1110
const EVP_CIPHER *EVP_aria_128_cfb1(void);
crypto/openssl/include/openssl/evp.h
1111
const EVP_CIPHER *EVP_aria_128_cfb8(void);
crypto/openssl/include/openssl/evp.h
1112
const EVP_CIPHER *EVP_aria_128_cfb128(void);
crypto/openssl/include/openssl/evp.h
1114
const EVP_CIPHER *EVP_aria_128_ctr(void);
crypto/openssl/include/openssl/evp.h
1115
const EVP_CIPHER *EVP_aria_128_ofb(void);
crypto/openssl/include/openssl/evp.h
1116
const EVP_CIPHER *EVP_aria_128_gcm(void);
crypto/openssl/include/openssl/evp.h
1117
const EVP_CIPHER *EVP_aria_128_ccm(void);
crypto/openssl/include/openssl/evp.h
1118
const EVP_CIPHER *EVP_aria_192_ecb(void);
crypto/openssl/include/openssl/evp.h
1119
const EVP_CIPHER *EVP_aria_192_cbc(void);
crypto/openssl/include/openssl/evp.h
1120
const EVP_CIPHER *EVP_aria_192_cfb1(void);
crypto/openssl/include/openssl/evp.h
1121
const EVP_CIPHER *EVP_aria_192_cfb8(void);
crypto/openssl/include/openssl/evp.h
1122
const EVP_CIPHER *EVP_aria_192_cfb128(void);
crypto/openssl/include/openssl/evp.h
1124
const EVP_CIPHER *EVP_aria_192_ctr(void);
crypto/openssl/include/openssl/evp.h
1125
const EVP_CIPHER *EVP_aria_192_ofb(void);
crypto/openssl/include/openssl/evp.h
1126
const EVP_CIPHER *EVP_aria_192_gcm(void);
crypto/openssl/include/openssl/evp.h
1127
const EVP_CIPHER *EVP_aria_192_ccm(void);
crypto/openssl/include/openssl/evp.h
1128
const EVP_CIPHER *EVP_aria_256_ecb(void);
crypto/openssl/include/openssl/evp.h
1129
const EVP_CIPHER *EVP_aria_256_cbc(void);
crypto/openssl/include/openssl/evp.h
1130
const EVP_CIPHER *EVP_aria_256_cfb1(void);
crypto/openssl/include/openssl/evp.h
1131
const EVP_CIPHER *EVP_aria_256_cfb8(void);
crypto/openssl/include/openssl/evp.h
1132
const EVP_CIPHER *EVP_aria_256_cfb128(void);
crypto/openssl/include/openssl/evp.h
1134
const EVP_CIPHER *EVP_aria_256_ctr(void);
crypto/openssl/include/openssl/evp.h
1135
const EVP_CIPHER *EVP_aria_256_ofb(void);
crypto/openssl/include/openssl/evp.h
1136
const EVP_CIPHER *EVP_aria_256_gcm(void);
crypto/openssl/include/openssl/evp.h
1137
const EVP_CIPHER *EVP_aria_256_ccm(void);
crypto/openssl/include/openssl/evp.h
1140
const EVP_CIPHER *EVP_camellia_128_ecb(void);
crypto/openssl/include/openssl/evp.h
1141
const EVP_CIPHER *EVP_camellia_128_cbc(void);
crypto/openssl/include/openssl/evp.h
1142
const EVP_CIPHER *EVP_camellia_128_cfb1(void);
crypto/openssl/include/openssl/evp.h
1143
const EVP_CIPHER *EVP_camellia_128_cfb8(void);
crypto/openssl/include/openssl/evp.h
1144
const EVP_CIPHER *EVP_camellia_128_cfb128(void);
crypto/openssl/include/openssl/evp.h
1146
const EVP_CIPHER *EVP_camellia_128_ofb(void);
crypto/openssl/include/openssl/evp.h
1147
const EVP_CIPHER *EVP_camellia_128_ctr(void);
crypto/openssl/include/openssl/evp.h
1148
const EVP_CIPHER *EVP_camellia_192_ecb(void);
crypto/openssl/include/openssl/evp.h
1149
const EVP_CIPHER *EVP_camellia_192_cbc(void);
crypto/openssl/include/openssl/evp.h
1150
const EVP_CIPHER *EVP_camellia_192_cfb1(void);
crypto/openssl/include/openssl/evp.h
1151
const EVP_CIPHER *EVP_camellia_192_cfb8(void);
crypto/openssl/include/openssl/evp.h
1152
const EVP_CIPHER *EVP_camellia_192_cfb128(void);
crypto/openssl/include/openssl/evp.h
1154
const EVP_CIPHER *EVP_camellia_192_ofb(void);
crypto/openssl/include/openssl/evp.h
1155
const EVP_CIPHER *EVP_camellia_192_ctr(void);
crypto/openssl/include/openssl/evp.h
1156
const EVP_CIPHER *EVP_camellia_256_ecb(void);
crypto/openssl/include/openssl/evp.h
1157
const EVP_CIPHER *EVP_camellia_256_cbc(void);
crypto/openssl/include/openssl/evp.h
1158
const EVP_CIPHER *EVP_camellia_256_cfb1(void);
crypto/openssl/include/openssl/evp.h
1159
const EVP_CIPHER *EVP_camellia_256_cfb8(void);
crypto/openssl/include/openssl/evp.h
1160
const EVP_CIPHER *EVP_camellia_256_cfb128(void);
crypto/openssl/include/openssl/evp.h
1162
const EVP_CIPHER *EVP_camellia_256_ofb(void);
crypto/openssl/include/openssl/evp.h
1163
const EVP_CIPHER *EVP_camellia_256_ctr(void);
crypto/openssl/include/openssl/evp.h
1166
const EVP_CIPHER *EVP_chacha20(void);
crypto/openssl/include/openssl/evp.h
1168
const EVP_CIPHER *EVP_chacha20_poly1305(void);
crypto/openssl/include/openssl/evp.h
1173
const EVP_CIPHER *EVP_seed_ecb(void);
crypto/openssl/include/openssl/evp.h
1174
const EVP_CIPHER *EVP_seed_cbc(void);
crypto/openssl/include/openssl/evp.h
1175
const EVP_CIPHER *EVP_seed_cfb128(void);
crypto/openssl/include/openssl/evp.h
1177
const EVP_CIPHER *EVP_seed_ofb(void);
crypto/openssl/include/openssl/evp.h
1181
const EVP_CIPHER *EVP_sm4_ecb(void);
crypto/openssl/include/openssl/evp.h
1182
const EVP_CIPHER *EVP_sm4_cbc(void);
crypto/openssl/include/openssl/evp.h
1183
const EVP_CIPHER *EVP_sm4_cfb128(void);
crypto/openssl/include/openssl/evp.h
1185
const EVP_CIPHER *EVP_sm4_ofb(void);
crypto/openssl/include/openssl/evp.h
1186
const EVP_CIPHER *EVP_sm4_ctr(void);
crypto/openssl/include/openssl/evp.h
1216
int EVP_add_cipher(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
1219
const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
crypto/openssl/include/openssl/evp.h
1222
void EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph,
crypto/openssl/include/openssl/evp.h
1225
void EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph, const char *from,
crypto/openssl/include/openssl/evp.h
1229
void (*fn)(EVP_CIPHER *cipher, void *arg),
crypto/openssl/include/openssl/evp.h
1524
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
1527
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
1537
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
1540
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
1557
const EVP_CIPHER *c, const EVP_MD *md, int en_de);
crypto/openssl/include/openssl/evp.h
1560
const EVP_CIPHER *c, const EVP_MD *md, int en_de,
crypto/openssl/include/openssl/evp.h
1584
int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md,
crypto/openssl/include/openssl/evp.h
1913
size_t len, const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
251
EVP_CIPHER *EVP_CIPHER_meth_new(int cipher_type, int block_size, int key_len);
crypto/openssl/include/openssl/evp.h
253
EVP_CIPHER *EVP_CIPHER_meth_dup(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
255
void EVP_CIPHER_meth_free(EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
257
int EVP_CIPHER_meth_set_iv_length(EVP_CIPHER *cipher, int iv_len);
crypto/openssl/include/openssl/evp.h
259
int EVP_CIPHER_meth_set_flags(EVP_CIPHER *cipher, unsigned long flags);
crypto/openssl/include/openssl/evp.h
261
int EVP_CIPHER_meth_set_impl_ctx_size(EVP_CIPHER *cipher, int ctx_size);
crypto/openssl/include/openssl/evp.h
263
int EVP_CIPHER_meth_set_init(EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
269
int EVP_CIPHER_meth_set_do_cipher(EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
275
int EVP_CIPHER_meth_set_cleanup(EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
278
int EVP_CIPHER_meth_set_set_asn1_params(EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
282
int EVP_CIPHER_meth_set_get_asn1_params(EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
286
int EVP_CIPHER_meth_set_ctrl(EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
289
OSSL_DEPRECATEDIN_3_0 int (*EVP_CIPHER_meth_get_init(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
crypto/openssl/include/openssl/evp.h
293
OSSL_DEPRECATEDIN_3_0 int (*EVP_CIPHER_meth_get_do_cipher(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *ctx,
crypto/openssl/include/openssl/evp.h
297
OSSL_DEPRECATEDIN_3_0 int (*EVP_CIPHER_meth_get_cleanup(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *);
crypto/openssl/include/openssl/evp.h
298
OSSL_DEPRECATEDIN_3_0 int (*EVP_CIPHER_meth_get_set_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *,
crypto/openssl/include/openssl/evp.h
300
OSSL_DEPRECATEDIN_3_0 int (*EVP_CIPHER_meth_get_get_asn1_params(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *,
crypto/openssl/include/openssl/evp.h
302
OSSL_DEPRECATEDIN_3_0 int (*EVP_CIPHER_meth_get_ctrl(const EVP_CIPHER *cipher))(EVP_CIPHER_CTX *, int type,
crypto/openssl/include/openssl/evp.h
493
const EVP_CIPHER *cipher;
crypto/openssl/include/openssl/evp.h
500
const EVP_CIPHER *cipher, const EVP_MD *md,
crypto/openssl/include/openssl/evp.h
505
const EVP_CIPHER *cipher, const EVP_MD *md,
crypto/openssl/include/openssl/evp.h
593
int EVP_CIPHER_get_nid(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
595
const char *EVP_CIPHER_get0_name(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
597
const char *EVP_CIPHER_get0_description(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
598
int EVP_CIPHER_is_a(const EVP_CIPHER *cipher, const char *name);
crypto/openssl/include/openssl/evp.h
599
int EVP_CIPHER_names_do_all(const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
602
const OSSL_PROVIDER *EVP_CIPHER_get0_provider(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
603
int EVP_CIPHER_get_block_size(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
607
int EVP_CIPHER_impl_ctx_size(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
609
int EVP_CIPHER_get_key_length(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
611
int EVP_CIPHER_get_iv_length(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
613
unsigned long EVP_CIPHER_get_flags(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
615
int EVP_CIPHER_get_mode(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
617
int EVP_CIPHER_get_type(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
619
EVP_CIPHER *EVP_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
crypto/openssl/include/openssl/evp.h
621
int EVP_CIPHER_can_pipeline(const EVP_CIPHER *cipher, int enc);
crypto/openssl/include/openssl/evp.h
622
int EVP_CIPHER_up_ref(EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
623
void EVP_CIPHER_free(EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
625
const EVP_CIPHER *EVP_CIPHER_CTX_get0_cipher(const EVP_CIPHER_CTX *ctx);
crypto/openssl/include/openssl/evp.h
626
EVP_CIPHER *EVP_CIPHER_CTX_get1_cipher(EVP_CIPHER_CTX *ctx);
crypto/openssl/include/openssl/evp.h
640
const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx);
crypto/openssl/include/openssl/evp.h
761
__owur int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
crypto/openssl/include/openssl/evp.h
770
__owur int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
773
const EVP_CIPHER *cipher, ENGINE *impl,
crypto/openssl/include/openssl/evp.h
776
__owur int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
787
__owur int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
790
const EVP_CIPHER *cipher, ENGINE *impl,
crypto/openssl/include/openssl/evp.h
793
__owur int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
804
__owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
808
const EVP_CIPHER *cipher, ENGINE *impl,
crypto/openssl/include/openssl/evp.h
811
__owur int EVP_CipherInit_SKEY(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
814
__owur int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
822
const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
827
const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/evp.h
883
__owur int EVP_OpenInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
crypto/openssl/include/openssl/evp.h
888
__owur int EVP_SealInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *type,
crypto/openssl/include/openssl/evp.h
920
int EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[]);
crypto/openssl/include/openssl/evp.h
923
const OSSL_PARAM *EVP_CIPHER_gettable_params(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
924
const OSSL_PARAM *EVP_CIPHER_settable_ctx_params(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
925
const OSSL_PARAM *EVP_CIPHER_gettable_ctx_params(const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/evp.h
937
__owur int BIO_set_cipher(BIO *b, const EVP_CIPHER *c, const unsigned char *k,
crypto/openssl/include/openssl/evp.h
981
const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
crypto/openssl/include/openssl/evp.h
983
const EVP_CIPHER *EVP_des_ecb(void);
crypto/openssl/include/openssl/evp.h
984
const EVP_CIPHER *EVP_des_ede(void);
crypto/openssl/include/openssl/evp.h
985
const EVP_CIPHER *EVP_des_ede3(void);
crypto/openssl/include/openssl/evp.h
986
const EVP_CIPHER *EVP_des_ede_ecb(void);
crypto/openssl/include/openssl/evp.h
987
const EVP_CIPHER *EVP_des_ede3_ecb(void);
crypto/openssl/include/openssl/evp.h
988
const EVP_CIPHER *EVP_des_cfb64(void);
crypto/openssl/include/openssl/evp.h
990
const EVP_CIPHER *EVP_des_cfb1(void);
crypto/openssl/include/openssl/evp.h
991
const EVP_CIPHER *EVP_des_cfb8(void);
crypto/openssl/include/openssl/evp.h
992
const EVP_CIPHER *EVP_des_ede_cfb64(void);
crypto/openssl/include/openssl/evp.h
994
const EVP_CIPHER *EVP_des_ede3_cfb64(void);
crypto/openssl/include/openssl/evp.h
996
const EVP_CIPHER *EVP_des_ede3_cfb1(void);
crypto/openssl/include/openssl/evp.h
997
const EVP_CIPHER *EVP_des_ede3_cfb8(void);
crypto/openssl/include/openssl/evp.h
998
const EVP_CIPHER *EVP_des_ofb(void);
crypto/openssl/include/openssl/evp.h
999
const EVP_CIPHER *EVP_des_ede_ofb(void);
crypto/openssl/include/openssl/pem.h
397
const void *x, const EVP_CIPHER *enc,
crypto/openssl/include/openssl/pem.h
402
const EVP_CIPHER *enc, const unsigned char *kstr,
crypto/openssl/include/openssl/pem.h
412
int PEM_X509_INFO_write_bio(BIO *bp, const X509_INFO *xi, EVP_CIPHER *enc,
crypto/openssl/include/openssl/pem.h
424
const void *x, const EVP_CIPHER *enc,
crypto/openssl/include/openssl/pem.h
487
const EVP_CIPHER *enc,
crypto/openssl/include/openssl/pem.h
495
int PEM_write_bio_PKCS8PrivateKey(BIO *, const EVP_PKEY *, const EVP_CIPHER *,
crypto/openssl/include/openssl/pem.h
498
int i2d_PKCS8PrivateKey_bio(BIO *bp, const EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/openssl/include/openssl/pem.h
508
int i2d_PKCS8PrivateKey_fp(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/openssl/include/openssl/pem.h
521
int PEM_write_PKCS8PrivateKey(FILE *fp, const EVP_PKEY *x, const EVP_CIPHER *enc,
crypto/openssl/include/openssl/pem.h
88
const EVP_CIPHER *enc, \
crypto/openssl/include/openssl/pem.h
97
const EVP_CIPHER *enc, \
crypto/openssl/include/openssl/pkcs12.h
183
X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/pkcs12.h
186
X509_SIG *PKCS8_encrypt_ex(int pbe_nid, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/pkcs12.h
287
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/pkcs12.h
290
ASN1_TYPE *param, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/pkcs7.h
155
const EVP_CIPHER *cipher;
crypto/openssl/include/openssl/pkcs7.h
376
int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
crypto/openssl/include/openssl/pkcs7.h
408
PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
crypto/openssl/include/openssl/pkcs7.h
411
const EVP_CIPHER *cipher, int flags,
crypto/openssl/include/openssl/x509.h
1240
X509_ALGOR *PKCS5_pbe2_set(const EVP_CIPHER *cipher, int iter,
crypto/openssl/include/openssl/x509.h
1242
X509_ALGOR *PKCS5_pbe2_set_iv(const EVP_CIPHER *cipher, int iter,
crypto/openssl/include/openssl/x509.h
1245
X509_ALGOR *PKCS5_pbe2_set_iv_ex(const EVP_CIPHER *cipher, int iter,
crypto/openssl/include/openssl/x509.h
1251
X509_ALGOR *PKCS5_pbe2_set_scrypt(const EVP_CIPHER *cipher,
crypto/openssl/providers/common/include/prov/provider_util.h
19
const EVP_CIPHER *cipher; /* cipher */
crypto/openssl/providers/common/include/prov/provider_util.h
20
EVP_CIPHER *alloc_cipher; /* fetched cipher */
crypto/openssl/providers/common/include/prov/provider_util.h
57
const EVP_CIPHER *ossl_prov_cipher_cipher(const PROV_CIPHER *pc);
crypto/openssl/providers/common/provider_util.c
115
const EVP_CIPHER *cipher;
crypto/openssl/providers/common/provider_util.c
130
const EVP_CIPHER *ossl_prov_cipher_cipher(const PROV_CIPHER *pc)
crypto/openssl/providers/fips/self_test_kats.c
101
EVP_CIPHER *cipher = NULL;
crypto/openssl/providers/fips/self_test_kats.c
66
static int cipher_init(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_hw.c
36
EVP_CIPHER *ecb = NULL;
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
30
EVP_CIPHER *ctr; /* These are fetched - so we need to free them */
crypto/openssl/providers/implementations/ciphers/cipher_aes_siv.h
31
EVP_CIPHER *cbc;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
58
EVP_CIPHER *cipher;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
129
const EVP_CIPHER *cipher;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
194
const EVP_CIPHER *cipher;
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
347
const EVP_CIPHER *cipher, ENGINE *engine,
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
378
static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine,
crypto/openssl/providers/implementations/kdfs/krb5kdf.c
46
static int KRB5KDF(const EVP_CIPHER *cipher, ENGINE *engine,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
85
EVP_CIPHER *cipher;
crypto/openssl/providers/implementations/macs/cmac_prov.c
134
const EVP_CIPHER *cipher = ossl_prov_cipher_cipher(&macctx->cipher);
crypto/openssl/providers/implementations/macs/cmac_prov.c
272
const EVP_CIPHER *cipher = ossl_prov_cipher_cipher(&macctx->cipher);
crypto/openssl/providers/implementations/rands/drbg_ctr.c
49
EVP_CIPHER *cipher_ecb;
crypto/openssl/providers/implementations/rands/drbg_ctr.c
50
EVP_CIPHER *cipher_ctr;
crypto/openssl/ssl/quic/quic_port.c
135
EVP_CIPHER *cipher = NULL;
crypto/openssl/ssl/quic/quic_record_shared.c
112
EVP_CIPHER *cipher = NULL;
crypto/openssl/ssl/quic/quic_srtm.c
114
EVP_CIPHER *ecb = NULL;
crypto/openssl/ssl/quic/quic_tls.c
104
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/quic/quic_wire_pkt.c
869
EVP_CIPHER *cipher = NULL;
crypto/openssl/ssl/record/methods/dtls_meth.c
636
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/ktls_meth.c
129
const EVP_CIPHER *c,
crypto/openssl/ssl/record/methods/ktls_meth.c
171
static int ktls_configure_crypto(OSSL_LIB_CTX *libctx, int version, const EVP_CIPHER *c,
crypto/openssl/ssl/record/methods/ktls_meth.c
290
const EVP_CIPHER *ciph,
crypto/openssl/ssl/record/methods/ktls_meth.c
30
const EVP_CIPHER *c,
crypto/openssl/ssl/record/methods/ktls_meth.c
404
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/ktls_meth.c
73
static int ktls_configure_crypto(OSSL_LIB_CTX *libctx, int version, const EVP_CIPHER *c,
crypto/openssl/ssl/record/methods/recmethod_local.h
103
const EVP_CIPHER *ciph,
crypto/openssl/ssl/record/methods/recmethod_local.h
408
const EVP_CIPHER *ciph,
crypto/openssl/ssl/record/methods/recmethod_local.h
440
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/ssl3_meth.c
103
const EVP_CIPHER *enc;
crypto/openssl/ssl/record/methods/ssl3_meth.c
21
const EVP_CIPHER *ciph,
crypto/openssl/ssl/record/methods/tls13_meth.c
101
const EVP_CIPHER *cipher;
crypto/openssl/ssl/record/methods/tls13_meth.c
20
const EVP_CIPHER *ciph,
crypto/openssl/ssl/record/methods/tls1_meth.c
184
const EVP_CIPHER *enc;
crypto/openssl/ssl/record/methods/tls1_meth.c
23
const EVP_CIPHER *ciph,
crypto/openssl/ssl/record/methods/tls_common.c
1260
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/tls_common.c
1402
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/methods/tls_common.c
62
const EVP_CIPHER *ciph,
crypto/openssl/ssl/record/methods/tlsany_meth.c
21
const EVP_CIPHER *ciph,
crypto/openssl/ssl/record/rec_layer_s3.c
1249
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/record/record.h
180
const EVP_CIPHER *ciph, size_t taglen,
crypto/openssl/ssl/s3_enc.c
164
const EVP_CIPHER *c;
crypto/openssl/ssl/s3_enc.c
96
const EVP_CIPHER *ciph;
crypto/openssl/ssl/ssl_ciph.c
2179
const EVP_CIPHER *e_ciph = EVP_get_cipherbynid(cipher_nid);
crypto/openssl/ssl/ssl_ciph.c
324
const EVP_CIPHER *cipher
crypto/openssl/ssl/ssl_ciph.c
437
const EVP_CIPHER **enc)
crypto/openssl/ssl/ssl_ciph.c
455
const EVP_CIPHER *cipher = ctx->ssl_cipher_methods[i];
crypto/openssl/ssl/ssl_ciph.c
494
const EVP_CIPHER **enc, const EVP_MD **md,
crypto/openssl/ssl/ssl_ciph.c
538
const EVP_CIPHER *evp = NULL;
crypto/openssl/ssl/ssl_lib.c
7434
const EVP_CIPHER *ssl_evp_cipher_fetch(OSSL_LIB_CTX *libctx,
crypto/openssl/ssl/ssl_lib.c
7438
const EVP_CIPHER *ciph;
crypto/openssl/ssl/ssl_lib.c
7457
if (EVP_CIPHER_get_params((EVP_CIPHER *)ciph, params)
crypto/openssl/ssl/ssl_lib.c
7460
EVP_CIPHER_free((EVP_CIPHER *)ciph);
crypto/openssl/ssl/ssl_lib.c
7468
int ssl_evp_cipher_up_ref(const EVP_CIPHER *cipher)
crypto/openssl/ssl/ssl_lib.c
7478
return EVP_CIPHER_up_ref((EVP_CIPHER *)cipher);
crypto/openssl/ssl/ssl_lib.c
7481
void ssl_evp_cipher_free(const EVP_CIPHER *cipher)
crypto/openssl/ssl/ssl_lib.c
7491
EVP_CIPHER_free((EVP_CIPHER *)cipher);
crypto/openssl/ssl/ssl_local.h
1160
const EVP_CIPHER *ssl_cipher_methods[SSL_ENC_NUM_IDX];
crypto/openssl/ssl/ssl_local.h
1372
const EVP_CIPHER *new_sym_enc;
crypto/openssl/ssl/ssl_local.h
2567
const EVP_CIPHER **enc);
crypto/openssl/ssl/ssl_local.h
2572
const EVP_CIPHER **enc, const EVP_MD **md,
crypto/openssl/ssl/ssl_local.h
3012
const EVP_CIPHER *ssl_evp_cipher_fetch(OSSL_LIB_CTX *libctx,
crypto/openssl/ssl/ssl_local.h
3015
int ssl_evp_cipher_up_ref(const EVP_CIPHER *cipher);
crypto/openssl/ssl/ssl_local.h
3016
void ssl_evp_cipher_free(const EVP_CIPHER *cipher);
crypto/openssl/ssl/ssl_local.h
3024
const EVP_CIPHER *tls_get_cipher_from_engine(int nid);
crypto/openssl/ssl/statem/statem_srvr.c
4098
EVP_CIPHER *cipher = EVP_CIPHER_fetch(sctx->libctx, "AES-256-CBC",
crypto/openssl/ssl/t1_enc.c
105
static int tls_iv_length_within_key_block(const EVP_CIPHER *c)
crypto/openssl/ssl/t1_enc.c
120
const EVP_CIPHER *c;
crypto/openssl/ssl/t1_enc.c
261
const EVP_CIPHER *c;
crypto/openssl/ssl/t1_lib.c
3153
EVP_CIPHER *aes256cbc = NULL;
crypto/openssl/ssl/tls13_enc.c
325
const EVP_CIPHER *c;
crypto/openssl/ssl/tls13_enc.c
349
const EVP_CIPHER *ciph,
crypto/openssl/ssl/tls13_enc.c
506
const EVP_CIPHER *cipher = NULL;
crypto/openssl/ssl/tls_depr.c
29
const EVP_CIPHER *tls_get_cipher_from_engine(int nid)
crypto/openssl/ssl/tls_depr.c
31
const EVP_CIPHER *ret = NULL;
crypto/openssl/test/acvp_test.c
1024
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/acvp_test.c
1661
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/acvp_test.c
885
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/acvp_test.c
932
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/aesgcmtest.c
118
const EVP_CIPHER *cipher;
crypto/openssl/test/afalgtest.c
109
const EVP_CIPHER *cipher;
crypto/openssl/test/afalgtest.c
31
const EVP_CIPHER *cipher;
crypto/openssl/test/bio_dgram_test.c
460
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/bio_enc_test.c
224
static int do_test_bio_cipher(const EVP_CIPHER *cipher, int idx)
crypto/openssl/test/bio_enc_test.c
274
const EVP_CIPHER *cipher = EVP_aes_256_gcm();
crypto/openssl/test/bio_enc_test.c
38
static int do_bio_cipher(const EVP_CIPHER *cipher, const unsigned char *key,
crypto/openssl/test/cmsapitest.c
25
static int test_encrypt_decrypt(const EVP_CIPHER *cipher)
crypto/openssl/test/destest.c
817
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/destest.c
947
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/endecode_test.c
366
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/endecoder_legacy_test.c
62
const EVP_CIPHER *enc,
crypto/openssl/test/evp_byname_test.c
28
const EVP_CIPHER *cipher;
crypto/openssl/test/evp_extra_test.c
1797
EVP_CIPHER *type = NULL;
crypto/openssl/test/evp_extra_test.c
1803
type = (EVP_CIPHER *)EVP_aes_256_cbc();
crypto/openssl/test/evp_extra_test.c
4089
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_extra_test.c
4426
const EVP_CIPHER *type = NULL;
crypto/openssl/test/evp_extra_test.c
4528
EVP_CIPHER_free((EVP_CIPHER *)type);
crypto/openssl/test/evp_extra_test.c
4571
EVP_CIPHER *type = NULL;
crypto/openssl/test/evp_extra_test.c
4651
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_extra_test.c
4809
EVP_CIPHER *aes128 = EVP_CIPHER_fetch(ctx, "AES-128-CBC", NULL);
crypto/openssl/test/evp_extra_test.c
4943
EVP_CIPHER *type = NULL;
crypto/openssl/test/evp_extra_test.c
5032
EVP_CIPHER *type = NULL;
crypto/openssl/test/evp_extra_test.c
5084
EVP_CIPHER *type = NULL;
crypto/openssl/test/evp_extra_test.c
5171
EVP_CIPHER *type = NULL;
crypto/openssl/test/evp_extra_test.c
5254
EVP_CIPHER *type = NULL;
crypto/openssl/test/evp_extra_test.c
5366
EVP_CIPHER *ciph = NULL;
crypto/openssl/test/evp_extra_test.c
5434
EVP_CIPHER *ciph = NULL;
crypto/openssl/test/evp_extra_test.c
5732
EVP_CIPHER *ciph = EVP_CIPHER_meth_dup(EVP_aes_128_cbc());
crypto/openssl/test/evp_extra_test.c
5879
EVP_CIPHER *tmp = NULL;
crypto/openssl/test/evp_extra_test.c
6295
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_extra_test.c
6344
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_extra_test.c
6433
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_extra_test.c
6470
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_extra_test.c
6553
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_extra_test.c
6593
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_extra_test.c
6594
EVP_CIPHER *pipeline_cipher = NULL;
crypto/openssl/test/evp_fetch_prov_test.c
262
static int encrypt_decrypt(const EVP_CIPHER *cipher, const unsigned char *msg,
crypto/openssl/test/evp_fetch_prov_test.c
287
static int test_cipher(const EVP_CIPHER *cipher)
crypto/openssl/test/evp_fetch_prov_test.c
311
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_libctx_test.c
352
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_libctx_test.c
500
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_libctx_test.c
670
static void collect_cipher_names(EVP_CIPHER *cipher, void *cipher_names_list)
crypto/openssl/test/evp_libctx_test.c
789
EVP_CIPHER *tdes_cipher = NULL, *aes_cipher = NULL;
crypto/openssl/test/evp_skey_test.c
126
EVP_CIPHER *aes_cbc = NULL;
crypto/openssl/test/evp_skey_test.c
204
EVP_CIPHER *des_cbc = NULL;
crypto/openssl/test/evp_skey_test.c
38
EVP_CIPHER *fake_cipher = NULL;
crypto/openssl/test/evp_test.c
1753
EVP_CIPHER *cipher = NULL;
crypto/openssl/test/evp_test.c
877
const EVP_CIPHER *cipher;
crypto/openssl/test/evp_test.c
878
EVP_CIPHER *fetched_cipher;
crypto/openssl/test/evp_test.c
929
const EVP_CIPHER *cipher;
crypto/openssl/test/evp_test.c
930
EVP_CIPHER *fetched_cipher;
crypto/openssl/test/fake_pipelineprov.c
35
EVP_CIPHER *cipher;
crypto/openssl/test/namemap_internal_test.c
109
const EVP_CIPHER *aes128, *bar;
crypto/openssl/test/namemap_internal_test.c
135
EVP_CIPHER *fetched = EVP_CIPHER_fetch(NULL, "AES-256-CCM", NULL);
crypto/openssl/test/pbetest.c
136
static int test_pkcs5_pbe(const EVP_CIPHER *cipher, const EVP_MD *md,
crypto/openssl/test/slh_dsa_test.c
373
EVP_CIPHER *cipher = NULL; /* Used to encrypt the private key */
crypto/openssl/test/slh_dsa_test.c
443
EVP_CIPHER *cipher = NULL; /* Used to encrypt the private key */
crypto/openssl/test/sslapitest.c
8538
EVP_CIPHER *aes128cbc;
crypto/openssl/test/sslapitest.c
8581
EVP_CIPHER *aes128cbc;
crypto/openssl/test/sslapitest.c
9541
EVP_CIPHER *ciph = NULL;
crypto/openssl/test/threadstest.c
850
EVP_CIPHER *ciph = EVP_CIPHER_fetch(multi_libctx, "AES-128-CBC", NULL);
crypto/openssl/test/tls-provider.c
1318
EVP_CIPHER *cipher;
crypto/openssl/test/tls13encryptiontest.c
285
const EVP_CIPHER *ciph = EVP_aes_128_gcm();
crypto/openssl/test/tls13secretstest.c
162
const EVP_CIPHER **enc)
crypto/openssl/test/tls13secretstest.c
175
const EVP_CIPHER **enc, const EVP_MD **md,
crypto/openssl/test/tls13secretstest.c
220
void ssl_evp_cipher_free(const EVP_CIPHER *cipher)
crypto/openssl/test/tls13secretstest.c
233
const EVP_CIPHER *ciph, size_t taglen,
sbin/decryptcore/decryptcore.c
124
const EVP_CIPHER *cipher;
sys/geom/eli/g_eli_crypto.c
111
const EVP_CIPHER *type;
tests/sys/kern/ktls_test.c
306
cbc_crypt(const EVP_CIPHER *cipher, const char *key, const char *iv,
tests/sys/kern/ktls_test.c
351
cbc_encrypt(const EVP_CIPHER *cipher, const char *key, const char *iv,
tests/sys/kern/ktls_test.c
358
cbc_decrypt(const EVP_CIPHER *cipher, const char *key, const char *iv,
tests/sys/kern/ktls_test.c
423
aead_encrypt(const EVP_CIPHER *cipher, const char *key, const char *nonce,
tests/sys/kern/ktls_test.c
485
aead_decrypt(const EVP_CIPHER *cipher, const char *key, const char *nonce,
tests/sys/kern/ktls_test.c
613
static const EVP_CIPHER *
tools/tools/crypto/cryptocheck.c
1108
openssl_gmac(const struct alg *alg, const EVP_CIPHER *cipher, const char *key,
tools/tools/crypto/cryptocheck.c
1189
const EVP_CIPHER *cipher;
tools/tools/crypto/cryptocheck.c
1323
openssl_aead_encrypt(const struct alg *alg, const EVP_CIPHER *cipher,
tools/tools/crypto/cryptocheck.c
1397
openssl_aead_decrypt(const struct alg *alg, const EVP_CIPHER *cipher,
tools/tools/crypto/cryptocheck.c
1441
openssl_ccm_encrypt(const struct alg *alg, const EVP_CIPHER *cipher,
tools/tools/crypto/cryptocheck.c
1606
const EVP_CIPHER *cipher;
tools/tools/crypto/cryptocheck.c
172
const EVP_CIPHER *(*evp_cipher)(void);
tools/tools/crypto/cryptocheck.c
713
openssl_cipher(const struct alg *alg, const EVP_CIPHER *cipher, const char *key,
tools/tools/crypto/cryptocheck.c
797
const EVP_CIPHER *cipher;
tools/tools/crypto/cryptocheck.c
957
const EVP_CIPHER *cipher;