HomeSort by relevance Sort by last modified time
    Searched defs:EVP_DigestUpdate (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/evp/
digest.c 231 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count)
338 && EVP_DigestUpdate(&ctx, data, count)
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 89 NativeCrypto.EVP_DigestUpdate(ctx, singleByte, 0, 1);
93 NativeCrypto.EVP_DigestUpdate(ctx, in, inOff, len);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLMessageDigestJDK.java 88 NativeCrypto.EVP_DigestUpdate(ctx, input, offset, len);
NativeCrypto.java 70 public static native void EVP_DigestUpdate(int ctx, byte[] buffer, int offset, int length);

Completed in 242 milliseconds