Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/
Dpadlock-aes.c98 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm) in blk_aes_ctx() function
346 struct aes_ctx *ctx = blk_aes_ctx(desc->tfm); in ecb_aes_encrypt()
375 struct aes_ctx *ctx = blk_aes_ctx(desc->tfm); in ecb_aes_decrypt()
426 struct aes_ctx *ctx = blk_aes_ctx(desc->tfm); in cbc_aes_encrypt()
457 struct aes_ctx *ctx = blk_aes_ctx(desc->tfm); in cbc_aes_decrypt()