Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_flags (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/doc/man3/
DEVP_EncryptInit.pod66 EVP_CIPHER_CTX_flags,
242 int EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx);
593 =item EVP_CIPHER_CTX_flags()
1711 The EVP_CIPHER_CTX_flags() macro was deprecated in OpenSSL 1.1.0.
/third_party/openssl/ohos_lite/include/openssl/
Devp.h492 # define EVP_CIPHER_CTX_flags(c) EVP_CIPHER_flags(EVP_CIPHER_CTX_cipher(c)) macro
/third_party/openssl/include/openssl/
Devp.h646 # define EVP_CIPHER_CTX_flags(c) EVP_CIPHER_get_flags(EVP_CIPHER_CTX_get0_cipher(c)) macro