Home
last modified time | relevance | path

Searched refs:crypto_akcipher_decrypt (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/include/crypto/
H A Dakcipher.h302 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
311 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt() function
/kernel/linux/linux-6.6/include/crypto/
H A Dakcipher.h352 * crypto_akcipher_decrypt() - Invoke public key decrypt operation
361 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt() function
/kernel/linux/linux-5.10/crypto/
H A Drsa-pkcs1pad.c369 err = crypto_akcipher_decrypt(&req_ctx->child_req); in pkcs1pad_decrypt()
426 err = crypto_akcipher_decrypt(&req_ctx->child_req); in pkcs1pad_sign()
H A Dtestmgr.c4081 crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()
/kernel/linux/linux-6.6/crypto/
H A Drsa-pkcs1pad.c367 err = crypto_akcipher_decrypt(&req_ctx->child_req); in pkcs1pad_decrypt()
424 err = crypto_akcipher_decrypt(&req_ctx->child_req); in pkcs1pad_sign()
H A Dakcipher.c277 crypto_akcipher_decrypt(data.req)) ?: in crypto_akcipher_sync_decrypt()
H A Dtestmgr.c4226 crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dpublic_key.c272 ret = crypto_akcipher_decrypt(req); in software_key_eds_op()
/kernel/linux/linux-6.6/drivers/crypto/aspeed/
H A Daspeed-acry.c157 err = crypto_akcipher_decrypt(req); in aspeed_acry_do_fallback()
/kernel/linux/linux-6.6/drivers/crypto/starfive/
H A Djh7110-rsa.c349 ret = crypto_akcipher_decrypt(req); in starfive_rsa_dec()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c777 ret = crypto_akcipher_decrypt(req); in hpre_rsa_dec()
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c854 ret = crypto_akcipher_decrypt(req); in hpre_rsa_dec()

Completed in 23 milliseconds