Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c48 sizeof(struct sun8i_ce_hash_reqctx) + in sun8i_ce_hash_init_tfm()
74 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_init()
78 memset(rctx, 0, sizeof(struct sun8i_ce_hash_reqctx)); in sun8i_ce_hash_init()
88 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_export()
100 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_import()
112 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_final()
137 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_update()
152 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_finup()
180 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_digest_fb()
243 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_digest()
[all …]
H A Dsun8i-ce.h295 struct sun8i_ce_hash_reqctx { struct