Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/crypto/
Dpadlock-aes.c83 static inline struct aes_ctx *aes_ctx_common(void *ctx) in aes_ctx_common() function
95 return aes_ctx_common(crypto_tfm_ctx(tfm)); in aes_ctx()
100 return aes_ctx_common(crypto_blkcipher_ctx(tfm)); in blk_aes_ctx()