Lines Matching refs:caam_hash_ctx
3064 struct caam_hash_ctx { struct
3140 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_set_sh_desc()
3214 static int hash_digest_key(struct caam_hash_ctx *ctx, u32 *keylen, u8 *key, in hash_digest_key()
3313 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_setkey()
3406 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done()
3433 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done_bi()
3471 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done_ctx_src()
3498 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_done_ctx_dst()
3532 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_update_ctx()
3651 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_final_ctx()
3722 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_finup_ctx()
3816 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_digest()
3911 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_final_no_ctx()
3984 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_update_no_ctx()
4105 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_finup_no_ctx()
4201 struct caam_hash_ctx *ctx = crypto_ahash_ctx_dma(ahash); in ahash_update_first()
4562 struct caam_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm); in caam_hash_cra_init()
4620 struct caam_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm); in caam_hash_cra_exit()
4662 alg->cra_ctxsize = sizeof(struct caam_hash_ctx) + crypto_dma_padding(); in caam_hash_alloc()