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

/external/boringssl/src/crypto/cipher/
H A Dcipher.c606 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, function
616 return EVP_CipherInit(ctx, cipher, key, iv, 1);
621 return EVP_CipherInit(ctx, cipher, key, iv, 0);

Completed in 98 milliseconds