Home
last modified time | relevance | path

Searched refs:MBEDTLS_GET_UINT24_BE (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/library/
Dalignment.h369 #define MBEDTLS_GET_UINT24_BE(data, offset) \ macro
Dssl_tls13_generic.c399 certificate_list_len = MBEDTLS_GET_UINT24_BE(p, 1); in mbedtls_ssl_tls13_parse_certificate()
443 cert_data_len = MBEDTLS_GET_UINT24_BE(p, 0); in mbedtls_ssl_tls13_parse_certificate()
Dssl_tls12_server.c1055 size_t handshake_len = MBEDTLS_GET_UINT24_BE(buf, 1); in ssl_parse_client_hello()
1111 fragment_offset = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 6); in ssl_parse_client_hello()
1112 fragment_length = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 9); in ssl_parse_client_hello()
1113 length = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 1); in ssl_parse_client_hello()
Dssl_msg.c3304 fragment_offset = MBEDTLS_GET_UINT24_BE(in, 19); in mbedtls_ssl_check_dtls_clihlo_cookie()
/third_party/mbedtls/tests/suites/
Dtest_suite_alignment.function281 read = MBEDTLS_GET_UINT24_BE(x, offset);
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c2154 MBEDTLS_GET_UINT24_BE(p_certificate_list_len, 0); in tweak_tls13_certificate_msg_vector_len()
2158 size_t cert_data_len = MBEDTLS_GET_UINT24_BE(p_cert_data_len, 0); in tweak_tls13_certificate_msg_vector_len()