Searched refs:akcipher_request_set_tfm (Results 1 – 6 of 6) sorted by relevance
| /linux/include/crypto/ |
| A D | akcipher.h | 164 static inline void akcipher_request_set_tfm(struct akcipher_request *req, in akcipher_request_set_tfm() function 203 akcipher_request_set_tfm(req, tfm); in akcipher_request_alloc()
|
| /linux/drivers/crypto/starfive/ |
| A D | jh7110-rsa.c | 296 akcipher_request_set_tfm(req, ctx->akcipher_fbk); in starfive_rsa_enc() 298 akcipher_request_set_tfm(req, tfm); in starfive_rsa_enc() 327 akcipher_request_set_tfm(req, ctx->akcipher_fbk); in starfive_rsa_dec() 329 akcipher_request_set_tfm(req, tfm); in starfive_rsa_dec()
|
| /linux/crypto/ |
| A D | rsa-pkcs1pad.c | 282 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_encrypt() 381 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_decrypt() 439 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_sign() 571 akcipher_request_set_tfm(&req_ctx->child_req, ctx->child); in pkcs1pad_verify()
|
| A D | akcipher.c | 184 akcipher_request_set_tfm(req, data->tfm); in crypto_akcipher_sync_prep()
|
| /linux/drivers/crypto/aspeed/ |
| A D | aspeed-acry.c | 152 akcipher_request_set_tfm(req, ctx->fallback_tfm); in aspeed_acry_do_fallback() 159 akcipher_request_set_tfm(req, cipher); in aspeed_acry_do_fallback()
|
| /linux/drivers/crypto/hisilicon/hpre/ |
| A D | hpre_crypto.c | 810 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_enc() 812 akcipher_request_set_tfm(req, tfm); in hpre_rsa_enc() 858 akcipher_request_set_tfm(req, ctx->rsa.soft_tfm); in hpre_rsa_dec() 860 akcipher_request_set_tfm(req, tfm); in hpre_rsa_dec()
|
Completed in 15 milliseconds