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

  /external/openssl/crypto/evp/
evp_enc.c 100 return EVP_CipherInit_ex(ctx,cipher,NULL,key,iv,enc);
103 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl,
292 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
304 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 291 public static native void EVP_CipherInit_ex(long ctx, long evpCipher, byte[] key, byte[] iv,
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]

Completed in 72 milliseconds