Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-akcipher.rst14 …set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_ak…
/openbmc/linux/include/crypto/
H A Dakcipher.h336 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt() function
/openbmc/linux/crypto/
H A Drsa-pkcs1pad.c267 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_encrypt()
556 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_verify()
H A Dakcipher.c259 crypto_akcipher_encrypt(data.req)); in crypto_akcipher_sync_encrypt()
H A Dtestmgr.c4170 crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-rsa.c317 ret = crypto_akcipher_encrypt(req); in starfive_rsa_enc()
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-acry.c155 err = crypto_akcipher_encrypt(req); in aspeed_acry_do_fallback()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c806 ret = crypto_akcipher_encrypt(req); in hpre_rsa_enc()