Home
last modified time | relevance | path

Searched refs:starfive_cryp_request_ctx (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c59 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_hash_hmac_key()
90 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_hash_start()
115 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_hash_xmit_dma()
170 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_hash_xmit()
200 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_copy_hash()
274 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_init()
290 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_update()
307 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_final()
324 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_finup()
341 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_digest_fb()
[all …]
H A Djh7110-rsa.c92 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_rsa_montgomery_form()
193 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_rsa_cpu_start()
274 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_rsa_enc_core()
316 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_enc()
347 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_dec()
576 akcipher_set_reqsize(tfm, sizeof(struct starfive_cryp_request_ctx) + in starfive_rsa_init_tfm()
H A Djh7110-cryp.h155 struct starfive_cryp_request_ctx *rctx;
205 struct starfive_cryp_request_ctx { struct
H A Djh7110-aes.c236 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_hw_init()
399 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_gcm_write_adata()
427 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_ccm_write_adata()
465 struct starfive_cryp_request_ctx *rctx; in starfive_aes_prepare_req()
559 crypto_skcipher_set_reqsize(tfm, sizeof(struct starfive_cryp_request_ctx) + in starfive_aes_init_tfm()
572 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_aead_do_one_req()