Lines Matching refs:MBEDTLS_GET_UINT16_BE
68 uint16_t id = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_select_ciphersuite()
546 identities_len = MBEDTLS_GET_UINT16_BE(identities, 0); in ssl_tls13_parse_pre_shared_key_ext()
557 binders_len = MBEDTLS_GET_UINT16_BE(binders, 0); in ssl_tls13_parse_pre_shared_key_ext()
583 identity_len = MBEDTLS_GET_UINT16_BE(p_identity_len, 0); in ssl_tls13_parse_pre_shared_key_ext()
849 named_group_list_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_supported_groups_ext()
858 named_group = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_supported_groups_ext()
919 client_shares_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_key_shares_ext()
944 group = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_key_shares_ext()
945 key_exchange_len = MBEDTLS_GET_UINT16_BE(p, 2); in ssl_tls13_parse_key_shares_ext()
1341 cipher_suites_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_client_hello()
1481 extensions_len = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_client_hello()
1517 extension_type = MBEDTLS_GET_UINT16_BE(p, 0); in ssl_tls13_parse_client_hello()
1518 extension_data_len = MBEDTLS_GET_UINT16_BE(p, 2); in ssl_tls13_parse_client_hello()