Searched refs:blk_aes_ctx (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/
H A Dpadlock-aes.c99 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm) blk_aes_ctx() function
346 struct aes_ctx *ctx = blk_aes_ctx(desc->tfm); ecb_aes_encrypt()
375 struct aes_ctx *ctx = blk_aes_ctx(desc->tfm); ecb_aes_decrypt()
425 struct aes_ctx *ctx = blk_aes_ctx(desc->tfm); cbc_aes_encrypt()
456 struct aes_ctx *ctx = blk_aes_ctx(desc->tfm); cbc_aes_decrypt()

Completed in 79 milliseconds