Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c186 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_enc_avx() local
202 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_dec_avx() local
237 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_enc_avx2() local
257 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; in aesni_gcm_dec_avx2() local
293 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) in aes_ctx() function
1005 void *aes_ctx = &(ctx->aes_key_expanded); in __driver_rfc4106_encrypt() local
1091 void *aes_ctx = &(ctx->aes_key_expanded); in __driver_rfc4106_decrypt() local