Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dssl_tls.c2389 int encrypt_then_mac) in mbedtls_ssl_get_actual_mode()
2413 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_transform() local
2422 int encrypt_then_mac, in mbedtls_ssl_get_mode_from_ciphersuite()
2449 int encrypt_then_mac = 0; in mbedtls_ssl_get_mode_from_ciphersuite() local
8570 int encrypt_then_mac, in ssl_tls12_populate_transform()
Dssl_misc.h1142 int encrypt_then_mac; /*!< flag for EtM activation */ member