Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dmcryptd.c280 struct mcryptd_hash_ctx *ctx = crypto_tfm_ctx(tfm); in mcryptd_hash_init_tfm()
296 struct mcryptd_hash_ctx *ctx = crypto_tfm_ctx(tfm); in mcryptd_hash_exit_tfm()
304 struct mcryptd_hash_ctx *ctx = crypto_ahash_ctx(parent); in mcryptd_hash_setkey()
337 struct mcryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); in mcryptd_hash_init()
445 struct mcryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); in mcryptd_hash_digest()
529 inst->alg.halg.base.cra_ctxsize = sizeof(struct mcryptd_hash_ctx); in mcryptd_create_hash()
668 struct mcryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in mcryptd_ahash_child()
/linux-4.4.14/include/crypto/
Dmcryptd.h41 struct mcryptd_hash_ctx { struct
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_mb.c769 struct mcryptd_hash_ctx *mctx; in sha1_mb_async_init_tfm()