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.c103 if (!PACKET_as_length_prefixed_2(pkt, &sni) in tls_parse_ctos_server_name()
124 || !PACKET_as_length_prefixed_2(&sni, &hostname)) { in tls_parse_ctos_server_name()
294 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs) in tls_parse_ctos_sig_algs_cert()
315 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs) in tls_parse_ctos_sig_algs()
421 if (!PACKET_as_length_prefixed_2(pkt, &exts)) { in tls_parse_ctos_status_request()
472 if (!PACKET_as_length_prefixed_2(pkt, &protocol_list) in tls_parse_ctos_alpn()
635 if (!PACKET_as_length_prefixed_2(pkt, &key_share_list)) { in tls_parse_ctos_key_share()
751 if (!PACKET_as_length_prefixed_2(pkt, &cookie)) { in tls_parse_ctos_cookie()
961 if (!PACKET_as_length_prefixed_2(pkt, &supported_groups_list) in tls_parse_ctos_supported_groups()
Dextensions_clnt.c1866 if (!PACKET_as_length_prefixed_2(pkt, &encoded_pt) in tls_parse_stoc_key_share()
1904 if (!PACKET_as_length_prefixed_2(pkt, &cookie) in tls_parse_stoc_cookie()
Dstatem_clnt.c1469 } else if (!PACKET_as_length_prefixed_2(pkt, &extpkt) in tls_process_server_hello()
2670 if (!PACKET_as_length_prefixed_2(pkt, &extpkt) in tls_process_new_session_ticket()
3690 if (!PACKET_as_length_prefixed_2(pkt, &extensions) in tls_process_encrypted_extensions()
/third_party/openssl/test/
Dclienthellotest.c209 || !TEST_true(PACKET_as_length_prefixed_2(&pkt, &pkt2))) in test_client_hello()
Dpackettest.c453 || !TEST_false(PACKET_as_length_prefixed_2(&pkt, &subpkt)) in test_PACKET_as_length_prefixed_2()
455 || !TEST_true(PACKET_as_length_prefixed_2(&exact_pkt, &subpkt)) in test_PACKET_as_length_prefixed_2()
Dservername_test.c58 || !TEST_true(PACKET_as_length_prefixed_2(&pkt, &pkt2))) in get_sni_from_client_hello()
Dsslapitest.c4871 || !TEST_true(PACKET_as_length_prefixed_2(&pkt, &pkt2))) in get_MFL_from_client_hello()
/third_party/openssl/ssl/
Dpacket_local.h551 __owur static ossl_inline int PACKET_as_length_prefixed_2(PACKET *pkt, in PACKET_as_length_prefixed_2() function