Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-akcipher.rst14 …her_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt crypto_ak…
/OK3568_Linux_fs/kernel/include/crypto/
H A Dakcipher.h311 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt() function
/OK3568_Linux_fs/kernel/crypto/
H A 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()
H A Dtestmgr.c4084 crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpublic_key.c228 ret = crypto_akcipher_decrypt(req); in software_key_eds_op()
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c777 ret = crypto_akcipher_decrypt(req); in hpre_rsa_dec()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c716 ret = crypto_wait_req(crypto_akcipher_decrypt(req), &wait); in crypto_rsa_run()