Home
last modified time | relevance | path

Searched refs:akcipher_request_set_tfm (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/crypto/
H A Dakcipher.h150 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm() function
189 akcipher_request_set_tfm(req, tfm); in akcipher_request_alloc()
/linux-6.15/drivers/crypto/starfive/
H A Djh7110-rsa.c296 akcipher_request_set_tfm(req, ctx->akcipher_fbk); in starfive_rsa_enc()
298 akcipher_request_set_tfm(req, tfm); in starfive_rsa_enc()
327 akcipher_request_set_tfm(req, ctx->akcipher_fbk); in starfive_rsa_dec()
329 akcipher_request_set_tfm(req, tfm); in starfive_rsa_dec()
/linux-6.15/crypto/
H A Drsa-pkcs1pad.c160 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt()
259 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt()
H A Dakcipher.c190 akcipher_request_set_tfm(req, data->tfm); in crypto_akcipher_sync_prep()
H A Drsassa-pkcs1.c250 akcipher_request_set_tfm(child_req, ctx->child); in rsassa_pkcs1_verify()
/linux-6.15/drivers/crypto/aspeed/
H A Daspeed-acry.c152 akcipher_request_set_tfm(req, ctx->fallback_tfm); in aspeed_acry_do_fallback()
159 akcipher_request_set_tfm(req, cipher); in aspeed_acry_do_fallback()
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c814 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_enc()
816 akcipher_request_set_tfm(req, tfm); in hpre_rsa_enc()
862 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_dec()
864 akcipher_request_set_tfm(req, tfm); in hpre_rsa_dec()