Lines Matching refs:cryptd_hash_ctx
79 struct cryptd_hash_ctx { struct
441 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_init_tfm()
458 struct cryptd_hash_ctx *nctx = crypto_ahash_ctx(ntfm); in cryptd_hash_clone_tfm()
459 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_clone_tfm()
472 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_exit_tfm()
480 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(parent); in cryptd_hash_setkey()
523 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_complete()
541 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_init()
617 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_digest()
648 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm); in cryptd_hash_import()
699 inst->alg.halg.base.cra_ctxsize = sizeof(struct cryptd_hash_ctx); in cryptd_create_hash()
1011 struct cryptd_hash_ctx *ctx; in cryptd_alloc_ahash()
1034 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_ahash_child()
1049 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_ahash_queued()
1057 struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base); in cryptd_free_ahash()