Searched defs:EVP_DigestFinal (Results 1 – 2 of 2) sorted by relevance
216 int EVP_DigestFinal(EVP_MD_CTX *ctx, uint8_t *md, unsigned int *size) { in EVP_DigestFinal() function
254 public static native int EVP_DigestFinal(NativeRef.EVP_MD_CTX ctx, byte[] hash, in EVP_DigestFinal() method in NativeCrypto