Searched defs:EVP_CipherFinal_ex (Results 1 – 2 of 2) sorted by relevance
497 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, uint8_t *out, int *out_len) { in EVP_CipherFinal_ex() function
288 public static native int EVP_CipherFinal_ex(NativeRef.EVP_CIPHER_CTX ctx, byte[] out, in EVP_CipherFinal_ex() method in NativeCrypto