Searched defs:EVP_PKEY_encrypt (Results 1 – 2 of 2) sorted by relevance
267 int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *outlen, in EVP_PKEY_encrypt() function
233 public static native int EVP_PKEY_encrypt(NativeRef.EVP_PKEY_CTX ctx, byte[] out, int outOffset, in EVP_PKEY_encrypt() method in NativeCrypto