Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c23 struct sun8i_ce_hash_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun8i_ce_hash_crainit()
28 memset(op, 0, sizeof(struct sun8i_ce_hash_tfm_ctx)); in sun8i_ce_hash_crainit()
67 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_tfm_ctx(tfm); in sun8i_ce_hash_craexit()
77 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_init()
91 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_export()
103 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_import()
115 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_final()
138 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_update()
153 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_finup()
178 struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm); in sun8i_ce_hash_digest_fb()
H A 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),
H A Dsun8i-ce.h286 struct sun8i_ce_hash_tfm_ctx { struct