Searched refs:sun8i_ce_hash_tfm_ctx (Results 1 – 3 of 3) sorted by relevance
24 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()
404 .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),
288 struct sun8i_ce_hash_tfm_ctx { struct