Home
last modified time | relevance | path

Searched refs:PACKET_as_length_prefixed_2 (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/ssl/statem/
Dextensions_srvr.c100 if (!PACKET_as_length_prefixed_2(pkt, &sni) in tls_parse_ctos_server_name()
120 || !PACKET_as_length_prefixed_2(&sni, &hostname)) { in tls_parse_ctos_server_name()
267 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs) in tls_parse_ctos_sig_algs_cert()
286 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs) in tls_parse_ctos_sig_algs()
382 if (!PACKET_as_length_prefixed_2(pkt, &exts)) { in tls_parse_ctos_status_request()
431 if (!PACKET_as_length_prefixed_2(pkt, &protocol_list) in tls_parse_ctos_alpn()
588 if (!PACKET_as_length_prefixed_2(pkt, &key_share_list)) { in tls_parse_ctos_key_share()
707 if (!PACKET_as_length_prefixed_2(pkt, &cookie)) { in tls_parse_ctos_cookie()
900 if (!PACKET_as_length_prefixed_2(pkt, &supported_groups_list) in tls_parse_ctos_supported_groups()
Dextensions_clnt.c1831 if (!PACKET_as_length_prefixed_2(pkt, &encoded_pt) in tls_parse_stoc_key_share()
1880 if (!PACKET_as_length_prefixed_2(pkt, &cookie) in tls_parse_stoc_cookie()
Dstatem_clnt.c1442 } else if (!PACKET_as_length_prefixed_2(pkt, &extpkt) in tls_process_server_hello()
2541 if (!PACKET_as_length_prefixed_2(pkt, &extpkt) in tls_process_new_session_ticket()
3634 if (!PACKET_as_length_prefixed_2(pkt, &extensions) in tls_process_encrypted_extensions()
/third_party/openssl/test/
Dclienthellotest.c214 || !TEST_true(PACKET_as_length_prefixed_2(&pkt, &pkt2))) in test_client_hello()
Dpackettest.c458 || !TEST_false(PACKET_as_length_prefixed_2(&pkt, &subpkt)) in test_PACKET_as_length_prefixed_2()
460 || !TEST_true(PACKET_as_length_prefixed_2(&exact_pkt, &subpkt)) in test_PACKET_as_length_prefixed_2()
Dservername_test.c71 || !TEST_true(PACKET_as_length_prefixed_2(&pkt, &pkt2))) in get_sni_from_client_hello()
Dsslapitest.c6684 || !TEST_true(PACKET_as_length_prefixed_2(&pkt, &pkt2))) in get_MFL_from_client_hello()
/third_party/openssl/include/internal/
Dpacket.h585 __owur static ossl_inline int PACKET_as_length_prefixed_2(PACKET *pkt, in PACKET_as_length_prefixed_2() function