Lines Matching refs:MBEDTLS_GET_UINT16_BE
151 protocol_name_list_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_alpn_ext()
394 selected_group = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_hrr_key_share_ext()
478 group = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_key_share_ext()
539 cookie_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_cookie_ext()
1085 selected_identity = MBEDTLS_GET_UINT16_BE(buf, 0); in ssl_tls13_parse_server_pre_shared_key_ext()
1668 cipher_suite = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_server_hello()
1731 extensions_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_server_hello()
1751 extension_type = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_server_hello()
1752 extension_data_len = MBEDTLS_GET_UINT16_BE(p, 2); in ssl_tls13_parse_server_hello()
2079 extensions_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_encrypted_extensions()
2100 extension_type = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_encrypted_extensions()
2101 extension_data_len = MBEDTLS_GET_UINT16_BE(p, 2); in ssl_tls13_parse_encrypted_extensions()
2437 extensions_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_certificate_request()
2450 extension_type = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_certificate_request()
2451 extension_data_len = MBEDTLS_GET_UINT16_BE(p, 2); in ssl_tls13_parse_certificate_request()
2783 extension_type = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_new_session_ticket_exts()
2784 extension_data_len = MBEDTLS_GET_UINT16_BE(p, 2); in ssl_tls13_parse_new_session_ticket_exts()
2885 ticket_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_new_session_ticket()
2911 extensions_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_new_session_ticket()