Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-akcipher.rst14 …set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_ak…
/OK3568_Linux_fs/kernel/include/crypto/
H A Dakcipher.h287 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt() function
/OK3568_Linux_fs/kernel/crypto/
H A Drsa-pkcs1pad.c270 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_encrypt()
562 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_verify()
H A Dtestmgr.c4028 crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A Dpublic_key.c225 ret = crypto_akcipher_encrypt(req); in software_key_eds_op()
H A Dasym_tpm.c487 ret = crypto_akcipher_encrypt(req); in tpm_key_encrypt()
/OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c729 ret = crypto_akcipher_encrypt(req); in hpre_rsa_enc()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Drk_cryptodev.c713 ret = crypto_wait_req(crypto_akcipher_encrypt(req), &wait); in crypto_rsa_run()