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

/linux-4.4.14/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.4.14/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
294 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) aes_ctx() function
946 void *aes_ctx = &(ctx->aes_key_expanded); helper_rfc4106_encrypt() local
1025 void *aes_ctx = &(ctx->aes_key_expanded); helper_rfc4106_decrypt() local

Completed in 88 milliseconds