Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcryptd.c222 struct cryptd_blkcipher_ctx *ctx = crypto_ablkcipher_ctx(parent); in cryptd_blkcipher_setkey()
264 ctx = crypto_ablkcipher_ctx(tfm); in cryptd_blkcipher_crypt()
1194 struct cryptd_blkcipher_ctx *ctx = crypto_ablkcipher_ctx(&tfm->base); in cryptd_ablkcipher_child()
1201 struct cryptd_blkcipher_ctx *ctx = crypto_ablkcipher_ctx(&tfm->base); in cryptd_ablkcipher_queued()
1209 struct cryptd_blkcipher_ctx *ctx = crypto_ablkcipher_ctx(&tfm->base); in cryptd_free_ablkcipher()
/linux-4.19.296/include/crypto/
Dalgapi.h283 static inline void *crypto_ablkcipher_ctx(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ctx() function