Searched refs:akcipher_request_set_tfm (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H 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() 553 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/ |
| H A D | hpre_crypto.c | 728 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_enc() 730 akcipher_request_set_tfm(req, tfm); in hpre_rsa_enc() 776 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_dec() 778 akcipher_request_set_tfm(req, tfm); in hpre_rsa_dec()
|