Home
last modified time | relevance | path

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

/drivers/crypto/
Dpadlock-aes.c102 static inline struct aes_ctx *skcipher_aes_ctx(struct crypto_skcipher *tfm) in skcipher_aes_ctx() function
347 struct aes_ctx *ctx = skcipher_aes_ctx(tfm); in ecb_aes_encrypt()
372 struct aes_ctx *ctx = skcipher_aes_ctx(tfm); in ecb_aes_decrypt()
412 struct aes_ctx *ctx = skcipher_aes_ctx(tfm); in cbc_aes_encrypt()
439 struct aes_ctx *ctx = skcipher_aes_ctx(tfm); in cbc_aes_decrypt()