Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_CTX_encrypting (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/ohos_lite/include/crypto/
Devp.h177 …#_ecb_encrypt(in + i, out + i, &EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_encrypting(ctx)); \
207 …&EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EVP_CIPHER_CTX_encrypting(ctx));\
213 …&EVP_C_DATA(kstruct,ctx)->ksched, EVP_CIPHER_CTX_iv_noconst(ctx), EVP_CIPHER_CTX_encrypting(ctx));\
231 &num, EVP_CIPHER_CTX_encrypting(ctx));\
/third_party/openssl/util/
Dother.syms661 EVP_CIPHER_CTX_encrypting define
Dmissingcrypto111.txt640 EVP_CIPHER_CTX_encrypting(3)
/third_party/openssl/doc/man3/
DEVP_EncryptInit.pod88 EVP_CIPHER_CTX_encrypting,
222 #define EVP_CIPHER_CTX_encrypting EVP_CIPHER_CTX_is_encrypting
1707 The EVP_CIPHER_CTX_encrypting() function was renamed to
/third_party/openssl/ohos_lite/include/openssl/
Devp.h474 int EVP_CIPHER_CTX_encrypting(const EVP_CIPHER_CTX *ctx);
/third_party/openssl/include/openssl/
Devp.h611 # define EVP_CIPHER_CTX_encrypting EVP_CIPHER_CTX_is_encrypting macro