Searched refs:crypto_akcipher_encrypt (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/crypto/
H A Dakcipher.h327 * crypto_akcipher_encrypt() - Invoke public key encrypt operation
336 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) function
/linux-master/crypto/
H A Dakcipher.c259 crypto_akcipher_encrypt(data.req));
H A Drsa-pkcs1pad.c290 err = crypto_akcipher_encrypt(&req_ctx->child_req);
579 err = crypto_akcipher_encrypt(&req_ctx->child_req);
H A Dtestmgr.c4166 crypto_akcipher_encrypt(req), &wait);
/linux-master/drivers/crypto/aspeed/
H A Daspeed-acry.c155 err = crypto_akcipher_encrypt(req);
/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c291 ret = crypto_akcipher_encrypt(req);
/linux-master/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c809 ret = crypto_akcipher_encrypt(req);

Completed in 141 milliseconds