Symbol: aes_enckey
arch/arm/crypto/aes-neonbs-glue.c
50
struct aes_enckey fallback;
arch/arm/crypto/aes-neonbs-glue.c
56
struct aes_enckey tweak_key;
arch/arm/crypto/ghash-ce-glue.c
207
struct aes_enckey aes_key;
arch/arm64/crypto/ghash-ce-glue.c
43
struct aes_enckey aes_key;
arch/riscv/crypto/aes-riscv64-glue.c
296
struct aes_enckey tweak_key;
arch/x86/crypto/aesni-intel_glue.c
783
struct aes_enckey aes_key;
crypto/df_sp80090a.c
103
int crypto_drbg_ctr_df(struct aes_enckey *aeskey,
crypto/df_sp80090a.c
17
static void drbg_kcapi_sym(struct aes_enckey *aeskey, unsigned char *outval,
crypto/df_sp80090a.c
27
static void drbg_ctr_bcc(struct aes_enckey *aeskey,
crypto/drbg.c
1498
struct aes_enckey *aeskey = drbg->priv_data;
crypto/drbg.c
1519
struct aes_enckey *aeskey;
drivers/char/tpm/tpm2-sessions.c
129
struct aes_enckey aes_key;
drivers/crypto/amcc/crypto4xx_alg.c
494
struct aes_enckey aes;
drivers/crypto/ccp/ccp-crypto-aes-cmac.c
264
struct aes_enckey aes;
drivers/crypto/chelsio/chcr_algo.c
3409
struct aes_enckey aes;
drivers/crypto/inside-secure/safexcel_cipher.c
2510
struct aes_enckey aes;
drivers/crypto/inside-secure/safexcel_hash.c
33
struct aes_enckey *aes;
drivers/crypto/omap-aes.h
101
struct aes_enckey akey;
drivers/crypto/xilinx/xilinx-trng.c
63
struct aes_enckey *aeskey;
drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec.c
173
struct aes_enckey aes;
drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls.c
79
struct aes_enckey aes;
drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_hw.c
250
struct aes_enckey aes;
drivers/net/phy/mscc/mscc_macsec.c
507
struct aes_enckey aes;
drivers/staging/rtl8723bs/core/rtw_security.c
1386
struct aes_enckey aes;
drivers/staging/rtl8723bs/core/rtw_security.c
618
struct aes_enckey aes;
include/crypto/aes.h
114
struct aes_enckey; /* Include all fields of aes_enckey. */
include/crypto/aes.h
295
int aes_prepareenckey(struct aes_enckey *key, const u8 *in_key, size_t key_len);
include/crypto/aes.h
298
const struct aes_enckey *enc_key;
include/crypto/aes.h
330
void aescfb_encrypt(const struct aes_enckey *key, u8 *dst, const u8 *src,
include/crypto/aes.h
332
void aescfb_decrypt(const struct aes_enckey *key, u8 *dst, const u8 *src,
include/crypto/df_sp80090a.h
21
int crypto_drbg_ctr_df(struct aes_enckey *aes,
include/crypto/gcm.h
69
struct aes_enckey aes_key;
lib/crypto/aes.c
460
static void aes_encrypt_arch(const struct aes_enckey *key,
lib/crypto/aes.c
475
static int __aes_preparekey(struct aes_enckey *enc_key,
lib/crypto/aes.c
490
return __aes_preparekey((struct aes_enckey *)key, &key->inv_k,
lib/crypto/aes.c
495
int aes_prepareenckey(struct aes_enckey *key, const u8 *in_key, size_t key_len)
lib/crypto/aescfb.c
14
static void aescfb_encrypt_block(const struct aes_enckey *key, void *dst,
lib/crypto/aescfb.c
217
struct aes_enckey key;
lib/crypto/aescfb.c
41
void aescfb_encrypt(const struct aes_enckey *key, u8 *dst, const u8 *src,
lib/crypto/aescfb.c
70
void aescfb_decrypt(const struct aes_enckey *key, u8 *dst, const u8 *src,
lib/crypto/aesgcm.c
15
static void aesgcm_encrypt_block(const struct aes_enckey *key, void *dst,
lib/crypto/arm/aes.h
24
static void aes_encrypt_arch(const struct aes_enckey *key,
lib/crypto/arm64/aes.h
129
static void aes_encrypt_arch(const struct aes_enckey *key,
lib/crypto/powerpc/aes.h
166
static void aes_encrypt_arch(const struct aes_enckey *key,
lib/crypto/powerpc/aes.h
61
static void aes_encrypt_arch(const struct aes_enckey *key,
lib/crypto/riscv/aes.h
26
static void aes_encrypt_arch(const struct aes_enckey *key,
lib/crypto/s390/aes.h
44
static inline bool aes_crypt_s390(const struct aes_enckey *key,
lib/crypto/s390/aes.h
73
static void aes_encrypt_arch(const struct aes_enckey *key,
lib/crypto/s390/aes.h
86
if (likely(aes_crypt_s390((const struct aes_enckey *)key, out, in,
lib/crypto/sparc/aes.h
75
static void aes_sparc64_encrypt(const struct aes_enckey *key,
lib/crypto/sparc/aes.h
86
static void aes_encrypt_arch(const struct aes_enckey *key,
lib/crypto/x86/aes.h
52
static void aes_encrypt_arch(const struct aes_enckey *key,
net/bluetooth/smp.c
377
struct aes_enckey aes;