Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/crypto/
Dapi-akcipher.rst14 …set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_ak…
/linux-5.19.10/include/crypto/
Dakcipher.h287 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt() function
/linux-5.19.10/crypto/
Drsa-pkcs1pad.c270 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_encrypt()
563 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_verify()
Dtestmgr.c4061 crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()
/linux-5.19.10/crypto/asymmetric_keys/
Dpublic_key.c269 ret = crypto_akcipher_encrypt(req); in software_key_eds_op()
/linux-5.19.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c788 ret = crypto_akcipher_encrypt(req); in hpre_rsa_enc()