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

/linux-master/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) function
/linux-master/crypto/
H A Dakcipher.c277 crypto_akcipher_decrypt(data.req)) ?:
H A Drsa-pkcs1pad.c390 err = crypto_akcipher_decrypt(&req_ctx->child_req);
447 err = crypto_akcipher_decrypt(&req_ctx->child_req);
H A Dtestmgr.c4222 crypto_akcipher_decrypt(req), &wait);
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c157 err = crypto_akcipher_decrypt(req);
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c323 ret = crypto_akcipher_decrypt(req);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c857 ret = crypto_akcipher_decrypt(req);

Completed in 213 milliseconds