Searched refs:akcipher_request_set_tfm (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/crypto/ |
| H A D | akcipher.h | 150 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 D | jh7110-rsa.c | 296 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 D | rsa-pkcs1pad.c | 160 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 D | akcipher.c | 190 akcipher_request_set_tfm(req, data->tfm); in crypto_akcipher_sync_prep()
|
| H A D | rsassa-pkcs1.c | 250 akcipher_request_set_tfm(child_req, ctx->child); in rsassa_pkcs1_verify()
|
| /linux-6.15/drivers/crypto/aspeed/ |
| H A D | aspeed-acry.c | 152 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 D | hpre_crypto.c | 814 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()
|