Searched refs:akcipher_request_set_tfm (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/include/crypto/ |
D | akcipher.h | 189 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm() function 228 akcipher_request_set_tfm(req, tfm); in akcipher_request_alloc()
|
/Linux-v6.6/crypto/ |
D | rsa-pkcs1pad.c | 259 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt() 358 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt() 416 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_sign() 548 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()
|
D | akcipher.c | 215 akcipher_request_set_tfm(req, data->tfm); in crypto_akcipher_sync_prep()
|
/Linux-v6.6/drivers/crypto/starfive/ |
D | jh7110-rsa.c | 316 akcipher_request_set_tfm(req, ctx->akcipher_fbk); in starfive_rsa_enc() 318 akcipher_request_set_tfm(req, tfm); in starfive_rsa_enc() 348 akcipher_request_set_tfm(req, ctx->akcipher_fbk); in starfive_rsa_dec() 350 akcipher_request_set_tfm(req, tfm); in starfive_rsa_dec()
|
/Linux-v6.6/drivers/crypto/aspeed/ |
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-v6.6/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 805 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_enc() 807 akcipher_request_set_tfm(req, tfm); in hpre_rsa_enc() 853 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_dec() 855 akcipher_request_set_tfm(req, tfm); in hpre_rsa_dec()
|