HomeSort by relevance Sort by last modified time
    Searched defs:EVP_CipherInit_ex (Results 1 - 2 of 2) 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 157 public static native int EVP_CipherInit_ex(int cipherNid, byte[] key, byte[] iv,
    [all...]

Completed in 450 milliseconds