Home
last modified time | relevance | path

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

/linux-6.15/Documentation/crypto/
H A Dapi-akcipher.rst14 …set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_ak…
/linux-6.15/include/crypto/
H A Dakcipher.h275 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt() function
/linux-6.15/crypto/
H A Dakcipher.c231 crypto_akcipher_encrypt(data.req)); in crypto_akcipher_sync_encrypt()
H A Drsa-pkcs1pad.c168 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_encrypt()
H A Drsassa-pkcs1.c255 err = crypto_akcipher_encrypt(child_req); in rsassa_pkcs1_verify()
H A Dtestmgr.c4013 err = crypto_wait_req(crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()
/linux-6.15/drivers/crypto/aspeed/
H A Daspeed-acry.c155 err = crypto_akcipher_encrypt(req); in aspeed_acry_do_fallback()
/linux-6.15/drivers/crypto/starfive/
H A Djh7110-rsa.c297 ret = crypto_akcipher_encrypt(req); in starfive_rsa_enc()
/linux-6.15/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c815 ret = crypto_akcipher_encrypt(req); in hpre_rsa_enc()