Home
last modified time | relevance | path

Searched defs:aes_ctx (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/
Dpadlock-aes.c57 struct aes_ctx { struct
58 u32 E[AES_MAX_KEYLENGTH_U32]
60 u32 d_data[AES_MAX_KEYLENGTH_U32]
84 static inline struct aes_ctx *aes_ctx_common(void *ctx) in aes_ctx_common() argument
94 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) in aes_ctx() function
/Linux-v4.19/arch/x86/crypto/
Daesni-intel_glue.c211 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_enc_avx() local
229 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_dec_avx() local
266 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_enc_avx2() local
288 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_dec_avx2() local
340 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function
796 u8 *iv, void *aes_ctx) in gcmaes_crypt_by_sg()
916 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_encrypt()
985 u8 *hash_subkey, u8 *iv, void *aes_ctx) in gcmaes_decrypt()
1065 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_encrypt() local
1092 void *aes_ctx = &(ctx->aes_key_expanded); in helper_rfc4106_decrypt() local
[all …]