Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dssl_tls.c2402 int encrypt_then_mac) in mbedtls_ssl_get_actual_mode()
2426 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_transform() local
2435 int encrypt_then_mac, in mbedtls_ssl_get_mode_from_ciphersuite()
2462 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_ciphersuite() local
8793 int encrypt_then_mac, in ssl_tls12_populate_transform()
Dssl_misc.h1142 int encrypt_then_mac; /*!< flag for EtM activation */ member