Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/crypto/
Dapi-akcipher.rst14 …her_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt crypto_ak…
/linux-5.19.10/include/crypto/
Dakcipher.h311 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt() function
/linux-5.19.10/crypto/
Drsa-pkcs1pad.c372 err = crypto_akcipher_decrypt(&req_ctx->child_req); in pkcs1pad_decrypt()
429 err = crypto_akcipher_decrypt(&req_ctx->child_req); in pkcs1pad_sign()
Dtestmgr.c4117 crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()
/linux-5.19.10/crypto/asymmetric_keys/
Dpublic_key.c272 ret = crypto_akcipher_decrypt(req); in software_key_eds_op()
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c836 ret = crypto_akcipher_decrypt(req); in hpre_rsa_dec()