Home
last modified time | relevance | path

Searched refs:EVP_CipherInit_ex2 (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c434 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2() function
498 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 1, params); in EVP_EncryptInit_ex2()
518 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 0, params); in EVP_DecryptInit_ex2()
/third_party/openssl/crypto/evp/
H A Devp_enc.c429 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex2() function
493 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 1, params); in EVP_EncryptInit_ex2()
513 return EVP_CipherInit_ex2(ctx, cipher, key, iv, 0, params); in EVP_DecryptInit_ex2()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h792 __owur int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/third_party/openssl/include/openssl/
H A Devp.h790 __owur int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,

Completed in 16 milliseconds