Home
last modified time | relevance | path

Searched refs:crypto_akcipher_decrypt (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/Documentation/crypto/
Dapi-akcipher.rst14 …her_set_priv_key crypto_akcipher_maxsize crypto_akcipher_encrypt crypto_akcipher_decrypt crypto_ak…
/Linux-v5.4/include/crypto/
Dakcipher.h309 static inline int crypto_akcipher_decrypt(struct akcipher_request *req) in crypto_akcipher_decrypt() function
/Linux-v5.4/crypto/
Drsa-pkcs1pad.c371 err = crypto_akcipher_decrypt(&req_ctx->child_req); in pkcs1pad_decrypt()
428 err = crypto_akcipher_decrypt(&req_ctx->child_req); in pkcs1pad_sign()
Dtestmgr.c3789 crypto_akcipher_decrypt(req), &wait); in test_akcipher_one()
/Linux-v5.4/crypto/asymmetric_keys/
Dpublic_key.c224 ret = crypto_akcipher_decrypt(req); in software_key_eds_op()