Home
last modified time | relevance | path

Searched defs:encrypt_then_mac (Results 1 – 2 of 2) sorted by relevance

/third_party/mbedtls/library/
Dssl_tls.c2394 int encrypt_then_mac) in mbedtls_ssl_get_actual_mode()
2418 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_transform() local
2427 int encrypt_then_mac, in mbedtls_ssl_get_mode_from_ciphersuite()
2453 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_ciphersuite() local
8226 int encrypt_then_mac, in ssl_tls12_populate_transform()
Dssl_misc.h1125 int encrypt_then_mac; /*!< flag for EtM activation */ member