Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dcryptd.c60 struct cryptd_blkcipher_ctx { struct
187 struct cryptd_blkcipher_ctx *ctx = crypto_ablkcipher_ctx(parent); in cryptd_blkcipher_setkey()
232 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(req->tfm); in cryptd_blkcipher_encrypt()
241 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(req->tfm); in cryptd_blkcipher_decrypt()
277 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(tfm); in cryptd_blkcipher_init_tfm()
292 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(tfm); in cryptd_blkcipher_exit_tfm()
382 inst->alg.cra_ctxsize = sizeof(struct cryptd_blkcipher_ctx); in cryptd_create_blkcipher()
908 struct cryptd_blkcipher_ctx *ctx = crypto_ablkcipher_ctx(&tfm->base); in cryptd_ablkcipher_child()