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

  /external/boringssl/src/crypto/cipher/
cipher.c 152 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
251 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 1);
256 return EVP_CipherInit_ex(ctx, cipher, impl, key, iv, 0);
617 return EVP_CipherInit_ex(ctx, cipher, NULL, key, iv, enc);
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLCipher.java 519 NativeCrypto.EVP_CipherInit_ex(cipherCtx, cipherType, null, null, encrypting);
521 NativeCrypto.EVP_CipherInit_ex(cipherCtx, 0, encodedKey, iv, isEncrypting());
523 NativeCrypto.EVP_CipherInit_ex(cipherCtx, cipherType, encodedKey, iv, encrypting);
627 NativeCrypto.EVP_CipherInit_ex(cipherCtx, 0, encodedKey, iv, isEncrypting());
    [all...]
NativeCrypto.java 263 public static native void EVP_CipherInit_ex(NativeRef.EVP_CIPHER_CTX ctx, long evpCipher,
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /external/conscrypt/platform/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1283 milliseconds