Home
last modified time | relevance | path

Searched defs:EVP_CipherInit_ex (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Dcipher.c150 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex() function
/external/openssl/crypto/evp/
Devp_enc.c104 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_CipherInit_ex() function
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java329 public static native void EVP_CipherInit_ex(long ctx, long evpCipher, byte[] key, byte[] iv, in EVP_CipherInit_ex() method in NativeCrypto