Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/starfive/
Djh7110-hash.c66 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_hash_hmac_key()
167 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_copy_hash()
200 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_hash_one_request()
258 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_init()
274 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_update()
291 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_final()
308 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_finup()
327 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_digest()
330 memset(rctx, 0, sizeof(struct starfive_cryp_request_ctx)); in starfive_hash_digest()
345 struct starfive_cryp_request_ctx *rctx = ahash_request_ctx(req); in starfive_hash_export()
[all …]
Djh7110-rsa.c75 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_rsa_montgomery_form()
172 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_rsa_cpu_start()
251 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_rsa_enc_core()
292 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_enc()
323 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_dec()
550 akcipher_set_reqsize(tfm, sizeof(struct starfive_cryp_request_ctx) + in starfive_rsa_init_tfm()
Djh7110-cryp.h163 struct starfive_cryp_request_ctx *rctx;
210 struct starfive_cryp_request_ctx { struct
Djh7110-aes.c226 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_hw_init()
295 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_read_authtag()
345 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_gcm_write_adata()
373 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_ccm_write_adata()
574 struct starfive_cryp_request_ctx *rctx = skcipher_request_ctx(req); in starfive_aes_do_one_req()
624 crypto_skcipher_set_reqsize(tfm, sizeof(struct starfive_cryp_request_ctx) + in starfive_aes_init_tfm()
644 struct starfive_cryp_request_ctx *rctx = aead_request_ctx(req); in starfive_aes_aead_do_one_req()
735 crypto_aead_set_reqsize(tfm, sizeof(struct starfive_cryp_request_ctx) + in starfive_aes_aead_init_tfm()