Searched refs:sun8i_ce_hash_tfm_ctx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 23 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 *tfmct in sun8i_ce_hash_digest_fb() [all...] |
H A D | sun8i-ce-core.c | 385 .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 D | sun8i-ce.h | 281 * struct sun8i_ce_hash_tfm_ctx - context for an ahash TFM 286 struct sun8i_ce_hash_tfm_ctx { struct
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 28 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 D | sun8i-ce-core.c | 422 .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 D | sun8i-ce.h | 281 * struct sun8i_ce_hash_tfm_ctx - context for an ahash TFM 285 struct sun8i_ce_hash_tfm_ctx { struct
|
Completed in 6 milliseconds