Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_enc.c441 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function
484 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit()
504 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
/third_party/openssl/crypto/evp/
H A Devp_enc.c436 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() function
479 return EVP_CipherInit(ctx, cipher, key, iv, 1); in EVP_EncryptInit()
499 return EVP_CipherInit(ctx, cipher, key, iv, 0); in EVP_DecryptInit()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Devp.rs117 pub fn EVP_CipherInit( in EVP_CipherInit() functions
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h606 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h785 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
/third_party/openssl/include/openssl/
H A Devp.h783 __owur int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,

Completed in 17 milliseconds