Searched refs:MBEDTLS_GET_UINT24_BE (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | alignment.h | 382 #define MBEDTLS_GET_UINT24_BE(data, offset) \ macro
|
H A D | ssl_tls13_generic.c | 453 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 D | ssl_tls12_server.c | 1059 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 D | ssl_msg.c | 3527 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 D | alignment.h | 557 #define MBEDTLS_GET_UINT24_BE(data, offset) \ macro
|
H A D | ssl_tls13_generic.c | 453 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 D | ssl_tls12_server.c | 1059 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 D | ssl_msg.c | 3100 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 D | ssl_tls.c | 3612 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 D | test_suite_alignment.function | 263 read = MBEDTLS_GET_UINT24_BE(x, offset);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_alignment.function | 263 read = MBEDTLS_GET_UINT24_BE(x, offset);
|
/aosp_15_r20/external/mbedtls/tests/src/test_helpers/ |
H A D | ssl_helpers.c | 2215 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 D | ssl_helpers.c | 2390 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()
|