Home
last modified time | relevance | path

Searched refs:sun8i_ce_hash_reqctx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c60 sizeof(struct sun8i_ce_hash_reqctx) + in sun8i_ce_hash_init_tfm()
88 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx_dma(areq); in sun8i_ce_hash_init()
92 memset(rctx, 0, sizeof(struct sun8i_ce_hash_reqctx)); in sun8i_ce_hash_init()
104 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx_dma(areq); in sun8i_ce_hash_export()
118 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx_dma(areq); in sun8i_ce_hash_import()
132 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx_dma(areq); in sun8i_ce_hash_final()
149 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx_dma(areq); in sun8i_ce_hash_update()
164 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx_dma(areq); in sun8i_ce_hash_finup()
182 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx_dma(areq); in sun8i_ce_hash_digest_fb()
243 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx_dma(areq); in sun8i_ce_hash_digest()
[all …]
H A Dsun8i-ce.h318 struct sun8i_ce_hash_reqctx { struct