Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A 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
8631 int encrypt_then_mac, in ssl_tls12_populate_transform()
H A Dssl_misc.h1146 int encrypt_then_mac; /*!< flag for EtM activation */ member