Searched refs:akcipher_request_set_tfm (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/crypto/ |
D | akcipher.h | 161 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm() function 200 akcipher_request_set_tfm(req, tfm); in akcipher_request_alloc()
|
/linux-6.1.9/crypto/ |
D | rsa-pkcs1pad.c | 262 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt() 363 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt() 421 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_sign() 555 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()
|
/linux-6.1.9/drivers/crypto/hisilicon/hpre/ |
D | hpre_crypto.c | 793 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_enc() 795 akcipher_request_set_tfm(req, tfm); in hpre_rsa_enc() 841 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_dec() 843 akcipher_request_set_tfm(req, tfm); in hpre_rsa_dec()
|