Home
last modified time | relevance | path

Searched refs:rk_ahash_ctx (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c84 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_init()
97 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_update()
112 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_final()
126 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_finup()
143 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_import()
156 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_export()
167 struct rk_ahash_ctx *tctx = crypto_tfm_ctx(req->base.tfm); in rk_ahash_digest()
275 struct rk_ahash_ctx *tctx = crypto_tfm_ctx(tfm); in rk_cra_hash_init()
309 struct rk_ahash_ctx *tctx = crypto_tfm_ctx(tfm); in rk_cra_hash_exit()
335 .cra_ctxsize = sizeof(struct rk_ahash_ctx),
[all …]
H A Drk_crypto_v1_ahash.c27 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_alg_ctx_cast()
132 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_init()
145 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_update()
160 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_final()
174 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_finup()
191 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_import()
204 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_export()
215 struct rk_ahash_ctx *tctx = crypto_tfm_ctx(req->base.tfm); in rk_ahash_digest()
327 struct rk_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in rk_cra_hash_init()
371 struct rk_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in rk_cra_hash_exit()
H A Drk_crypto_ahash_utils.c34 static void rk_ahash_ctx_clear(struct rk_ahash_ctx *ctx) in rk_ahash_ctx_clear()
46 struct rk_ahash_ctx *rk_ahash_ctx_cast(struct rk_crypto_dev *rk_dev) in rk_ahash_ctx_cast()
147 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_get_zero_result()
159 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_hmac_setkey()
198 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_init()
211 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_update()
227 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_final()
251 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_finup()
284 struct rk_ahash_ctx *ctx = rk_ahash_ctx_cast(rk_dev); in rk_ahash_start()
402 struct rk_ahash_ctx *ctx = rk_ahash_ctx_cast(rk_dev); in rk_ahash_crypto_rx()
H A Drk_crypto_v3_ahash.c25 struct rk_ahash_ctx ctx;
179 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_crypto_complete()
223 struct rk_ahash_ctx *ctx = rk_ahash_ctx_cast(rk_dev); in rk_hw_hash_init()
289 struct rk_ahash_ctx *ctx = rk_ahash_ctx_cast(rk_dev); in rk_ahash_dma_start()
363 struct rk_ahash_ctx *ctx = rk_ahash_ctx_cast(rk_dev); in rk_ahash_get_result()
390 struct rk_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in rk_cra_hash_init()
439 struct rk_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in rk_cra_hash_exit()
H A Drk_crypto_v2_ahash.c26 struct rk_ahash_ctx ctx;
112 struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm); in rk_ahash_crypto_complete()
215 struct rk_ahash_ctx *ctx = rk_ahash_ctx_cast(rk_dev); in rk_ahash_dma_start()
311 struct rk_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in rk_cra_hash_init()
352 struct rk_ahash_ctx *ctx = crypto_tfm_ctx(tfm); in rk_cra_hash_exit()
H A Drk_crypto_core.h166 struct rk_ahash_ctx { struct
397 .cra_ctxsize = sizeof(struct rk_ahash_ctx),\
431 .cra_ctxsize = sizeof(struct rk_ahash_ctx),\
H A Drk_crypto_ahash_utils.h17 struct rk_ahash_ctx *rk_ahash_ctx_cast(struct rk_crypto_dev *rk_dev);
H A Drk3288_crypto.h233 struct rk_ahash_ctx { struct