HomeSort by: relevance | last modified time | path
    Searched refs:rsasve_recover (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/providers/implementations/kem/
rsa_kem.c 300 * rsasve_recover - Recovers a secret value from ciphertext using an RSA
320 static int rsasve_recover(PROV_RSA_CTX *prsactx, function
385 return rsasve_recover(prsactx, out, outlen, in, inlen);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kem/
rsa_kem.c 333 * rsasve_recover - Recovers a secret value from ciphertext using an RSA
352 static int rsasve_recover(PROV_RSA_CTX *prsactx, function
423 return rsasve_recover(prsactx, out, outlen, in, inlen);

Completed in 27 milliseconds