Searched refs:akcipher_request_set_tfm (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/crypto/ |
A D | akcipher.h | 162 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm() function 201 akcipher_request_set_tfm(req, tfm); in akcipher_request_alloc()
|
/linux-6.3-rc2/crypto/ |
A 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()
|
/linux-6.3-rc2/drivers/crypto/aspeed/ |
A D | aspeed-acry.c | 155 akcipher_request_set_tfm(req, ctx->fallback_tfm); in aspeed_acry_do_fallback() 162 akcipher_request_set_tfm(req, cipher); in aspeed_acry_do_fallback()
|
/linux-6.3-rc2/drivers/crypto/hisilicon/hpre/ |
A 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()
|
Completed in 11 milliseconds