Home
last modified time | relevance | path

Searched refs:EVP_CipherInit (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A Dcipher.c597 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function
607 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit()
612 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
/third_party/ulib/uboringssl/include/openssl/
A Dcipher.h388 OPENSSL_EXPORT int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,

Completed in 6 milliseconds