Home
last modified time | relevance | path

Searched refs:crypto_akcipher_decrypt (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/Documentation/crypto/
H A Dapi-akcipher.rst14 …rypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt
/linux-6.15/include/crypto/
H A Dakcipher.h292 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt() function
/linux-6.15/crypto/
H A Dakcipher.c249 crypto_akcipher_decrypt(data.req)) ?: in crypto_akcipher_sync_decrypt()
H A Drsa-pkcs1pad.c268 err = crypto_akcipher_decrypt(&req_ctx->child_req); in pkcs1pad_decrypt()
H A Dtestmgr.c4062 err = crypto_wait_req(crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()
/linux-6.15/drivers/crypto/aspeed/
H A Daspeed-acry.c157 err = crypto_akcipher_decrypt(req); in aspeed_acry_do_fallback()
/linux-6.15/drivers/crypto/starfive/
H A Djh7110-rsa.c328 ret = crypto_akcipher_decrypt(req); in starfive_rsa_dec()
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c863 ret = crypto_akcipher_decrypt(req); in hpre_rsa_dec()