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

/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c57 struct aes_ctx { struct
94 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) aes_ctx() function
/linux-4.1.27/arch/x86/crypto/
H A Daesni-intel_glue.c186 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; aesni_gcm_enc_avx() local
202 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; aesni_gcm_dec_avx() local
237 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; aesni_gcm_enc_avx2() local
257 struct crypto_aes_ctx *aes_ctx = (struct crypto_aes_ctx*)ctx; aesni_gcm_dec_avx2() local
293 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) aes_ctx() function
1005 void *aes_ctx = &(ctx->aes_key_expanded); __driver_rfc4106_encrypt() local
1091 void *aes_ctx = &(ctx->aes_key_expanded); __driver_rfc4106_decrypt() local

Completed in 52 milliseconds