Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/
Dakcipher.h161 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-5.19.10/crypto/
Drsa-pkcs1pad.c262 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-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c787 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_enc()
789 akcipher_request_set_tfm(req, tfm); in hpre_rsa_enc()
835 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_dec()
837 akcipher_request_set_tfm(req, tfm); in hpre_rsa_dec()