Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c28 struct sun8i_ce_hash_tfm_ctx *op = crypto_ahash_ctx(tfm); in sun8i_ce_hash_init_tfm()
66 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_exit_tfm()
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()
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()
182 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_digest_fb()
H A Dsun8i-ce-core.c422 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
456 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
489 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
522 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
555 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
588 .cra_ctxsize = sizeof(struct sun8i_ce_hash_tfm_ctx),
H A Dsun8i-ce.h285 struct sun8i_ce_hash_tfm_ctx { struct