Searched defs:EVP_CipherInit (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Dcipher.c96 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, function
/external/openssl/crypto/evp/
H A Devp_enc.c96 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, function
287 return EVP_CipherInit(ctx, cipher, key, iv, 1);
299 return EVP_CipherInit(ctx, cipher, key, iv, 0);

Completed in 218 milliseconds