Searched defs:RSA_public_decrypt (Results 1 – 2 of 2) sorted by relevance
259 int RSA_public_decrypt(size_t flen, const uint8_t *from, uint8_t *to, RSA *rsa, in RSA_public_decrypt() function
103 static native int RSA_public_decrypt(int flen, byte[] from, byte[] to, NativeRef.EVP_PKEY pkey, in RSA_public_decrypt() method in NativeCrypto