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

  /external/openssl/crypto/evp/
evp_enc.c 261 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 160 public static native int EVP_CipherUpdate(int ctx, byte[] out, int outOffset, byte[] in,
    [all...]

Completed in 24 milliseconds