Home
last modified time | relevance | path

Searched refs:MBEDTLS_SSL_MSG_CID (Results 1 – 4 of 4) sorted by relevance

/mbedtls-latest/programs/test/
Dudp_proxy.c316 case MBEDTLS_SSL_MSG_CID: return "CID"; in msg_type()
/mbedtls-latest/include/mbedtls/
Dssl.h527 #define MBEDTLS_SSL_MSG_CID 25 macro
/mbedtls-latest/library/
Dssl_msg.c1024 rec->type = MBEDTLS_SSL_MSG_CID; in mbedtls_ssl_encrypt_buf()
3775 rec->type == MBEDTLS_SSL_MSG_CID) { in ssl_parse_record_header()
/mbedtls-latest/tests/suites/
Dtest_suite_ssl.function1313 TEST_ASSERT(rec.type == MBEDTLS_SSL_MSG_CID);
1473 TEST_ASSERT(rec.type == MBEDTLS_SSL_MSG_CID);