Home
last modified time | relevance | path

Searched refs:sun8i_ce_hash_tfm_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c24 struct sun8i_ce_hash_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_hash_crainit()
29 memset(op, 0, sizeof(struct sun8i_ce_hash_tfm_ctx)); in sun8i_ce_hash_crainit()
68 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_tfm_ctx(tfm); in sun8i_ce_hash_craexit()
78 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_init()
92 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_export()
104 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_import()
116 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_final()
139 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_update()
154 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_finup()
179 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_digest_fb()
Dsun8i-ce-core.c404 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
434 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
464 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
494 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
524 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
554 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
Dsun8i-ce.h288 struct sun8i_ce_hash_tfm_ctx { struct