Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/library/
H A Dalignment.h382 #define MBEDTLS_GET_UINT24_BE(data, offset) \ macro
H A Dssl_tls13_generic.c453 certificate_list_len = MBEDTLS_GET_UINT24_BE(p, 1); in mbedtls_ssl_tls13_parse_certificate()
497 cert_data_len = MBEDTLS_GET_UINT24_BE(p, 0); in mbedtls_ssl_tls13_parse_certificate()
H A Dssl_tls12_server.c1059 size_t handshake_len = MBEDTLS_GET_UINT24_BE(buf, 1); in ssl_parse_client_hello()
1112 fragment_offset = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 6); in ssl_parse_client_hello()
1113 fragment_length = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 9); in ssl_parse_client_hello()
1114 length = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 1); in ssl_parse_client_hello()
H A Dssl_msg.c3527 fragment_offset = MBEDTLS_GET_UINT24_BE(in, 19); in mbedtls_ssl_check_dtls_clihlo_cookie()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dalignment.h557 #define MBEDTLS_GET_UINT24_BE(data, offset) \ macro
H A Dssl_tls13_generic.c453 certificate_list_len = MBEDTLS_GET_UINT24_BE(p, 1); in mbedtls_ssl_tls13_parse_certificate()
497 cert_data_len = MBEDTLS_GET_UINT24_BE(p, 0); in mbedtls_ssl_tls13_parse_certificate()
H A Dssl_tls12_server.c1059 size_t handshake_len = MBEDTLS_GET_UINT24_BE(buf, 1); in ssl_parse_client_hello()
1112 fragment_offset = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 6); in ssl_parse_client_hello()
1113 fragment_length = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 9); in ssl_parse_client_hello()
1114 length = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 1); in ssl_parse_client_hello()
H A Dssl_msg.c3100 return MBEDTLS_GET_UINT24_BE(ssl->in_msg, 9); in ssl_get_hs_frag_len()
3105 return MBEDTLS_GET_UINT24_BE(ssl->in_msg, 6); in ssl_get_hs_frag_off()
3218 return MBEDTLS_GET_UINT24_BE(ssl->in_msg, 1); in ssl_get_hs_total_len()
3516 fragment_offset = MBEDTLS_GET_UINT24_BE(in, 19); in mbedtls_ssl_check_dtls_clihlo_cookie()
4333 size_t msg_len = MBEDTLS_GET_UINT24_BE(hs_buf->data, 1); in ssl_load_buffered_message()
H A Dssl_tls.c3612 cert_len = MBEDTLS_GET_UINT24_BE(p, 0); in ssl_tls12_session_load()
3686 session->ticket_len = MBEDTLS_GET_UINT24_BE(p, 0); in ssl_tls12_session_load()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_alignment.function263 read = MBEDTLS_GET_UINT24_BE(x, offset);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_alignment.function263 read = MBEDTLS_GET_UINT24_BE(x, offset);
/aosp_15_r20/external/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c2215 MBEDTLS_GET_UINT24_BE(p_certificate_list_len, 0); in mbedtls_test_tweak_tls13_certificate_msg_vector_len()
2219 size_t cert_data_len = MBEDTLS_GET_UINT24_BE(p_cert_data_len, 0); in mbedtls_test_tweak_tls13_certificate_msg_vector_len()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/
H A Dssl_helpers.c2390 MBEDTLS_GET_UINT24_BE(p_certificate_list_len, 0); in mbedtls_test_tweak_tls13_certificate_msg_vector_len()
2394 size_t cert_data_len = MBEDTLS_GET_UINT24_BE(p_cert_data_len, 0); in mbedtls_test_tweak_tls13_certificate_msg_vector_len()