Searched refs:akcipher_request_set_tfm (Results 1 – 3 of 3) sorted by relevance
/linux/include/crypto/ |
A 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/crypto/ |
A 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() 551 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()
|
/linux/drivers/crypto/hisilicon/hpre/ |
A D | hpre_crypto.c | 787 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()
|
Completed in 10 milliseconds