Home
last modified time | relevance | path

Searched refs:MBEDTLS_TLS_PSK_WITH_AES_128_CCM_8 (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/configs/
Dconfig-ccm-psk-tls1_2.h52 MBEDTLS_TLS_PSK_WITH_AES_128_CCM_8
Dconfig-ccm-psk-dtls1_2.h61 MBEDTLS_TLS_PSK_WITH_AES_128_CCM_8
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dssl_ciphersuites.h225 #define MBEDTLS_TLS_PSK_WITH_AES_128_CCM_8 0xC0A8 /**< TLS 1.2 */ macro
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_ciphersuites.c250 MBEDTLS_TLS_PSK_WITH_AES_128_CCM_8,
1040 { MBEDTLS_TLS_PSK_WITH_AES_128_CCM_8, "TLS-PSK-WITH-AES-128-CCM-8",
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp650 /* kPskWithAes128Ccm8 */ {MBEDTLS_TLS_PSK_WITH_AES_128_CCM_8, 0},