Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dssl.h1014 int encrypt_then_mac; /*!< flag for EtM activation */ member
1052 uint8_t encrypt_then_mac /*bool*/; /*!< negotiate encrypt-then-mac? */ member
Dssl_internal.h773 int encrypt_then_mac; /*!< flag for EtM activation */ member
/openthread-3.6.0/third_party/mbedtls/repo/library/
Dssl_tls.c957 int encrypt_then_mac, in ssl_populate_transform()