Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-hash.c22 struct sun8i_ce_hash_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_hash_crainit()
27 memset(op, 0, sizeof(struct sun8i_ce_hash_tfm_ctx)); in sun8i_ce_hash_crainit()
66 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_tfm_ctx(tfm); in sun8i_ce_hash_craexit()
76 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_init()
90 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_export()
102 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_import()
114 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_final()
137 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_update()
152 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_finup()
177 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_digest_fb()
Dsun8i-ce-core.c385 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
415 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
445 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
475 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
505 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
535 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
Dsun8i-ce.h286 struct sun8i_ce_hash_tfm_ctx { struct