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

/linux-4.1.27/crypto/
H A Dcryptd.c60 struct cryptd_blkcipher_ctx { struct
188 struct cryptd_blkcipher_ctx *ctx = crypto_ablkcipher_ctx(parent); cryptd_blkcipher_setkey()
233 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(req->tfm); cryptd_blkcipher_encrypt()
242 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(req->tfm); cryptd_blkcipher_decrypt()
278 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(tfm); cryptd_blkcipher_init_tfm()
293 struct cryptd_blkcipher_ctx *ctx = crypto_tfm_ctx(tfm); cryptd_blkcipher_exit_tfm()
373 inst->alg.cra_ctxsize = sizeof(struct cryptd_blkcipher_ctx); cryptd_create_blkcipher()
878 struct cryptd_blkcipher_ctx *ctx = crypto_ablkcipher_ctx(&tfm->base); cryptd_ablkcipher_child()

Completed in 43 milliseconds