Lines Matching refs:caam_hash_ctx
2986 struct caam_hash_ctx { struct
3089 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_set_sh_desc()
3163 static int hash_digest_key(struct caam_hash_ctx *ctx, u32 *keylen, u8 *key, in hash_digest_key()
3262 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_setkey()
3350 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_done()
3377 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_done_bi()
3407 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_done_ctx_src()
3434 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_done_ctx_dst()
3460 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_update_ctx()
3588 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_final_ctx()
3659 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_finup_ctx()
3753 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_digest()
3848 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_final_no_ctx()
3921 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_update_no_ctx()
4051 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_finup_no_ctx()
4147 struct caam_hash_ctx *ctx = crypto_ahash_ctx(ahash); in ahash_update_first()
4519 struct caam_hash_ctx *ctx = crypto_tfm_ctx(tfm); in caam_hash_cra_init()
4574 struct caam_hash_ctx *ctx = crypto_tfm_ctx(tfm); in caam_hash_cra_exit()
4614 alg->cra_ctxsize = sizeof(struct caam_hash_ctx); in caam_hash_alloc()