Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-akcipher.rst14 …her_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt crypto_ak…
/openbmc/linux/include/crypto/
H A Dakcipher.h361 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt() function
/openbmc/linux/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()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c349 ret = crypto_akcipher_decrypt(req); in starfive_rsa_dec()
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c157 err = crypto_akcipher_decrypt(req); in aspeed_acry_do_fallback()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c854 ret = crypto_akcipher_decrypt(req); in hpre_rsa_dec()