Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/
Dakcipher.h189 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/
Drsa-pkcs1pad.c259 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()
Dakcipher.c215 akcipher_request_set_tfm(req, data->tfm); in crypto_akcipher_sync_prep()
/Linux-v6.6/drivers/crypto/starfive/
Djh7110-rsa.c316 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/
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-v6.6/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c805 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()