Symbol: AES_KEY
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
229
AES_KEY enck;
crypto/krb5/src/lib/crypto/openssl/enc_provider/aes.c
282
AES_KEY deck;
crypto/openssh/umac.c
163
typedef AES_KEY aes_int_key[1];
crypto/openssh/umac.c
165
AES_encrypt((u_char *)(in),(u_char *)(out),(AES_KEY *)int_key)
crypto/openssl/crypto/aes/aes_cbc.c
21
size_t len, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_cfb.c
26
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_cfb.c
36
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_cfb.c
44
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_core.c
3046
AES_KEY *key)
crypto/openssl/crypto/aes/aes_core.c
3129
AES_KEY *key)
crypto/openssl/crypto/aes/aes_core.c
3174
const AES_KEY *key)
crypto/openssl/crypto/aes/aes_core.c
3306
const AES_KEY *key)
crypto/openssl/crypto/aes/aes_core.c
3486
AES_KEY *key)
crypto/openssl/crypto/aes/aes_core.c
3568
AES_KEY *key)
crypto/openssl/crypto/aes/aes_core.c
632
AES_KEY *key)
crypto/openssl/crypto/aes/aes_core.c
658
AES_KEY *key)
crypto/openssl/crypto/aes/aes_core.c
668
const AES_KEY *key)
crypto/openssl/crypto/aes/aes_core.c
683
const AES_KEY *key)
crypto/openssl/crypto/aes/aes_ecb.c
22
const AES_KEY *key, const int enc)
crypto/openssl/crypto/aes/aes_ige.c
181
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_ige.c
182
const AES_KEY *key2, const unsigned char *ivec,
crypto/openssl/crypto/aes/aes_ige.c
49
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_ofb.c
20
size_t length, const AES_KEY *key,
crypto/openssl/crypto/aes/aes_wrap.c
20
int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
crypto/openssl/crypto/aes/aes_wrap.c
27
int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
crypto/openssl/crypto/aes/aes_x86core.c
480
AES_KEY *key)
crypto/openssl/crypto/aes/aes_x86core.c
563
AES_KEY *key)
crypto/openssl/crypto/aes/aes_x86core.c
631
const AES_KEY *key)
crypto/openssl/crypto/aes/aes_x86core.c
748
const AES_KEY *key)
crypto/openssl/crypto/evp/e_aes.c
103
AES_KEY ks;
crypto/openssl/crypto/evp/e_aes.c
35
AES_KEY ks;
crypto/openssl/crypto/evp/e_aes.c
3665
AES_KEY ks;
crypto/openssl/crypto/evp/e_aes.c
47
AES_KEY ks;
crypto/openssl/crypto/evp/e_aes.c
65
AES_KEY ks;
crypto/openssl/crypto/evp/e_aes.c
70
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/crypto/evp/e_aes.c
83
AES_KEY ks;
crypto/openssl/crypto/evp/e_aes.c
974
AES_KEY k;
crypto/openssl/crypto/evp/e_aes.c
99
AES_KEY ks;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
32
AES_KEY ks;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
48
AES_KEY *key);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
50
AES_KEY *key);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
55
const AES_KEY *key, unsigned char *ivec, int enc);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
58
const AES_KEY *key, unsigned char iv[16],
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha1.c
62
const AES_KEY *key, unsigned char iv[16],
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
32
AES_KEY ks;
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
48
AES_KEY *key);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
50
AES_KEY *key);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
55
const AES_KEY *key, unsigned char *ivec, int enc);
crypto/openssl/crypto/evp/e_aes_cbc_hmac_sha256.c
58
const AES_KEY *key, unsigned char iv[16],
crypto/openssl/engines/e_padlock.c
148
AES_KEY *key);
crypto/openssl/engines/e_padlock.c
151
AES_KEY *key);
crypto/openssl/engines/e_padlock.c
211
AES_KEY ks; /* Encryption key */
crypto/openssl/engines/e_padlock.c
216
void padlock_key_bswap(AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
18
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
191
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
193
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
196
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
198
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
20
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
202
size_t length, const AES_KEY *key, int enc);
crypto/openssl/include/crypto/aes_platform.h
206
const AES_KEY *key, unsigned char *ivec, int enc);
crypto/openssl/include/crypto/aes_platform.h
22
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
230
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
236
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
24
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
242
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
243
const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
246
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
247
const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
251
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
252
const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
255
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
256
const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
28
const AES_KEY *key, unsigned char *ivec, int enc);
crypto/openssl/include/crypto/aes_platform.h
299
void aes_t4_set_encrypt_key(const unsigned char *key, int bits, AES_KEY *ks);
crypto/openssl/include/crypto/aes_platform.h
300
void aes_t4_set_decrypt_key(const unsigned char *key, int bits, AES_KEY *ks);
crypto/openssl/include/crypto/aes_platform.h
302
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
304
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
317
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
320
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
323
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
326
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
329
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
33
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
332
size_t len, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
335
size_t blocks, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
338
size_t blocks, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
341
size_t blocks, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
344
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
345
const AES_KEY *key2, const unsigned char *ivec);
crypto/openssl/include/crypto/aes_platform.h
347
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
348
const AES_KEY *key2, const unsigned char *ivec);
crypto/openssl/include/crypto/aes_platform.h
350
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
351
const AES_KEY *key2, const unsigned char *ivec);
crypto/openssl/include/crypto/aes_platform.h
353
size_t blocks, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
354
const AES_KEY *key2, const unsigned char *ivec);
crypto/openssl/include/crypto/aes_platform.h
37
const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
40
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
41
const AES_KEY *key2, const unsigned char iv[16]);
crypto/openssl/include/crypto/aes_platform.h
426
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
428
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
43
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
430
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
432
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
435
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
437
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
439
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
44
const AES_KEY *key2, const unsigned char iv[16]);
crypto/openssl/include/crypto/aes_platform.h
441
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
444
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
448
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
452
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
456
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
476
const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
477
const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
482
const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
483
const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
49
size_t blocks, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
501
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
504
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
506
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
508
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
510
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
512
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
517
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
519
AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
521
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
523
const AES_KEY *key);
crypto/openssl/include/crypto/aes_platform.h
525
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
528
size_t length, const AES_KEY *key,
crypto/openssl/include/crypto/aes_platform.h
539
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
540
const AES_KEY *key2, const unsigned char iv[16]);
crypto/openssl/include/crypto/aes_platform.h
542
size_t len, const AES_KEY *key1,
crypto/openssl/include/crypto/aes_platform.h
543
const AES_KEY *key2, const unsigned char iv[16]);
crypto/openssl/include/crypto/aes_platform.h
55
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/include/crypto/aes_platform.h
58
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/include/openssl/aes.h
100
int AES_unwrap_key(AES_KEY *key, const unsigned char *iv,
crypto/openssl/include/openssl/aes.h
51
AES_KEY *key);
crypto/openssl/include/openssl/aes.h
54
AES_KEY *key);
crypto/openssl/include/openssl/aes.h
57
const AES_KEY *key);
crypto/openssl/include/openssl/aes.h
60
const AES_KEY *key);
crypto/openssl/include/openssl/aes.h
63
const AES_KEY *key, const int enc);
crypto/openssl/include/openssl/aes.h
66
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
70
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
74
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
78
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
82
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
88
size_t length, const AES_KEY *key,
crypto/openssl/include/openssl/aes.h
93
size_t length, const AES_KEY *key, const AES_KEY *key2,
crypto/openssl/include/openssl/aes.h
96
int AES_wrap_key(AES_KEY *key, const unsigned char *iv,
crypto/openssl/providers/implementations/ciphers/cipher_aes.h
18
AES_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
38
AES_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
37
const AES_KEY *key, unsigned char iv[16],
crypto/openssl/providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
37
const AES_KEY *key, unsigned char iv[16],
crypto/openssl/providers/implementations/ciphers/cipher_aes_ccm.h
27
AES_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm.h
19
AES_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_hw.c
24
AES_KEY *ks = &actx->ks.ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_hw.c
24
AES_KEY *ks = &adat->ks.ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.h
22
AES_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.h
26
AES_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_wrp.c
43
AES_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.h
22
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts.h
37
AES_KEY ks;
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
111
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/providers/implementations/ciphers/cipher_aes_xts_hw.c
116
const AES_KEY *key1, const AES_KEY *key2,
crypto/openssl/test/igetest.c
152
AES_KEY key;
crypto/openssl/test/igetest.c
194
AES_KEY key1;
crypto/openssl/test/igetest.c
195
AES_KEY key2;
crypto/openssl/test/igetest.c
225
AES_KEY key;
crypto/openssl/test/igetest.c
243
AES_KEY key;
crypto/openssl/test/igetest.c
265
AES_KEY key;
crypto/openssl/test/igetest.c
291
AES_KEY key;
crypto/openssl/test/igetest.c
329
AES_KEY key, key2;
crypto/openssl/test/igetest.c
350
AES_KEY key, key2;
crypto/openssl/test/igetest.c
381
AES_KEY key, key2;
crypto/openssl/test/igetest.c
412
AES_KEY key, key2;
crypto/openssl/test/modes_internal_test.c
110
static AES_KEY *cts128_encrypt_key_schedule(void)
crypto/openssl/test/modes_internal_test.c
113
static AES_KEY ks;
crypto/openssl/test/modes_internal_test.c
122
static AES_KEY *cts128_decrypt_key_schedule(void)
crypto/openssl/test/modes_internal_test.c
125
static AES_KEY ks;
crypto/openssl/test/modes_internal_test.c
192
const AES_KEY *encrypt_key_schedule = cts128_encrypt_key_schedule();
crypto/openssl/test/modes_internal_test.c
193
const AES_KEY *decrypt_key_schedule = cts128_decrypt_key_schedule();
crypto/openssl/test/modes_internal_test.c
859
AES_KEY key;