Home
last modified time | relevance | path

Searched refs:EVP_CIPHER_mode (Results 1 - 7 of 7) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_cipher.cc31 switch (EVP_CIPHER_mode(cipher)) { in IsSupportedAuthenticatedMode()
74 int mode = EVP_CIPHER_mode(cipher); in GetCipherInfo()
377 const int mode = EVP_CIPHER_mode(cipher); in CommonInit()
436 const int mode = EVP_CIPHER_mode(cipher); in Init()
H A Dcrypto_aes.cc44 const int mode = EVP_CIPHER_mode(params.cipher); in AES_Cipher()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h471 # define EVP_CIPHER_mode(e) (EVP_CIPHER_flags(e) & EVP_CIPH_MODE) macro
494 # define EVP_CIPHER_CTX_mode(c) EVP_CIPHER_mode(EVP_CIPHER_CTX_cipher(c))
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c4274 if (EVP_CIPHER_mode(c) == EVP_CIPH_GCM_MODE || in openssl_get_keyblock_size()
4275 EVP_CIPHER_mode(c) == EVP_CIPH_CCM_MODE) in openssl_get_keyblock_size()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h602 # define EVP_CIPHER_mode EVP_CIPHER_get_mode macro
/third_party/openssl/include/openssl/
H A Devp.h600 # define EVP_CIPHER_mode EVP_CIPHER_get_mode macro
/third_party/libcoap/src/
H A Dcoap_openssl.c3235 switch (EVP_CIPHER_mode(e_ciph)) { in coap_dtls_get_overhead()

Completed in 23 milliseconds