| /linux/include/crypto/ |
| H A D | aes.h | 97 struct aes_enckey { struct 114 struct aes_enckey; /* Include all fields of aes_enckey. */ 295 int aes_prepareenckey(struct aes_enckey *key, const u8 *in_key, size_t key_len); 298 const struct aes_enckey *enc_key; 330 void aescfb_encrypt(const struct aes_enckey *key, u8 *dst, const u8 *src, 332 void aescfb_decrypt(const struct aes_enckey *key, u8 *dst, const u8 *src,
|
| H A D | df_sp80090a.h | 21 int crypto_drbg_ctr_df(struct aes_enckey *aes,
|
| H A D | gcm.h | 69 struct aes_enckey aes_key;
|
| /linux/lib/crypto/ |
| H A D | aescfb.c | 14 static void aescfb_encrypt_block(const struct aes_enckey *key, void *dst, in aescfb_encrypt_block() 41 void aescfb_encrypt(const struct aes_enckey *key, u8 *dst, const u8 *src, in aescfb_encrypt() 70 void aescfb_decrypt(const struct aes_enckey *key, u8 *dst, const u8 *src, in aescfb_decrypt() 217 struct aes_enckey key; in libaescfb_init()
|
| H A D | aes.c | 460 static void aes_encrypt_arch(const struct aes_enckey *key, in aes_encrypt_arch() 475 static int __aes_preparekey(struct aes_enckey *enc_key, in __aes_preparekey() 490 return __aes_preparekey((struct aes_enckey *)key, &key->inv_k, in aes_preparekey() 495 int aes_prepareenckey(struct aes_enckey *key, const u8 *in_key, size_t key_len) in aes_prepareenckey()
|
| H A D | aesgcm.c | 15 static void aesgcm_encrypt_block(const struct aes_enckey *key, void *dst, in aesgcm_encrypt_block()
|
| /linux/lib/crypto/s390/ |
| H A D | aes.h | 44 static inline bool aes_crypt_s390(const struct aes_enckey *key, in aes_crypt_s390() 73 static void aes_encrypt_arch(const struct aes_enckey *key, in aes_encrypt_arch() 86 if (likely(aes_crypt_s390((const struct aes_enckey *)key, out, in, in aes_decrypt_arch()
|
| /linux/crypto/ |
| H A D | df_sp80090a.c | 17 static void drbg_kcapi_sym(struct aes_enckey *aeskey, unsigned char *outval, in drbg_kcapi_sym() 27 static void drbg_ctr_bcc(struct aes_enckey *aeskey, in drbg_ctr_bcc() 103 int crypto_drbg_ctr_df(struct aes_enckey *aeskey, in crypto_drbg_ctr_df()
|
| H A D | drbg.c | 1498 struct aes_enckey *aeskey = drbg->priv_data; in drbg_fini_sym_kernel() 1519 struct aes_enckey *aeskey; in drbg_init_sym_kernel()
|
| /linux/lib/crypto/sparc/ |
| H A D | aes.h | 75 static void aes_sparc64_encrypt(const struct aes_enckey *key, in aes_sparc64_encrypt() 86 static void aes_encrypt_arch(const struct aes_enckey *key, in aes_encrypt_arch()
|
| /linux/lib/crypto/powerpc/ |
| H A D | aes.h | 61 static void aes_encrypt_arch(const struct aes_enckey *key, in aes_encrypt_arch() 166 static void aes_encrypt_arch(const struct aes_enckey *key, in aes_encrypt_arch()
|
| /linux/lib/crypto/riscv/ |
| H A D | aes.h | 26 static void aes_encrypt_arch(const struct aes_enckey *key, in aes_encrypt_arch()
|
| /linux/lib/crypto/arm/ |
| H A D | aes.h | 24 static void aes_encrypt_arch(const struct aes_enckey *key, in aes_encrypt_arch()
|
| /linux/lib/crypto/x86/ |
| H A D | aes.h | 52 static void aes_encrypt_arch(const struct aes_enckey *key, in aes_encrypt_arch()
|
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-glue.c | 50 struct aes_enckey fallback; 56 struct aes_enckey tweak_key;
|
| H A D | ghash-ce-glue.c | 207 struct aes_enckey aes_key; in gcm_aes_setkey()
|
| /linux/lib/crypto/arm64/ |
| H A D | aes.h | 129 static void aes_encrypt_arch(const struct aes_enckey *key, in aes_encrypt_arch()
|
| /linux/drivers/crypto/ |
| H A D | omap-aes.h | 101 struct aes_enckey akey;
|
| /linux/drivers/crypto/xilinx/ |
| H A D | xilinx-trng.c | 63 struct aes_enckey *aeskey;
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-aes-cmac.c | 264 struct aes_enckey aes; in ccp_aes_cmac_setkey()
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_hw.c | 250 struct aes_enckey aes; in chtls_key_info()
|
| /linux/arch/riscv/crypto/ |
| H A D | aes-riscv64-glue.c | 296 struct aes_enckey tweak_key;
|
| /linux/arch/arm64/crypto/ |
| H A D | ghash-ce-glue.c | 43 struct aes_enckey aes_key;
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_security.c | 618 struct aes_enckey aes; in aes128k128d() 1386 struct aes_enckey aes; in omac1_aes_128_vector()
|
| /linux/drivers/crypto/amcc/ |
| H A D | crypto4xx_alg.c | 494 struct aes_enckey aes; in crypto4xx_compute_gcm_hash_key_sw()
|