Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dssl.h949 int encrypt_then_mac; /*!< flag for EtM activation */ member
1161 unsigned int encrypt_then_mac : 1 ; /*!< negotiate encrypt-then-mac? */ member
Dssl_internal.h754 int encrypt_then_mac; /*!< flag for EtM activation */ member
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dssl_tls.c832 int encrypt_then_mac, in ssl_populate_transform()