Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/crypto/
Dapi-akcipher.rst14 …set_pub_key crypto_akcipher_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_ak…
/Linux-v4.19/include/crypto/
Dakcipher.h284 static inline int crypto_akcipher_encrypt(struct akcipher_request *req) in crypto_akcipher_encrypt() function
/Linux-v4.19/crypto/
Drsa-pkcs1pad.c281 err = crypto_akcipher_encrypt(&req_ctx->child_req); in pkcs1pad_encrypt()
Dtestmgr.c2284 crypto_akcipher_encrypt(req), &wait); in test_akcipher_one()