Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/ssl/statem/
HDextensions_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()
272 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs) in tls_parse_ctos_sig_algs_cert()
291 if (!PACKET_as_length_prefixed_2(pkt, &supported_sig_algs) in tls_parse_ctos_sig_algs()
387 if (!PACKET_as_length_prefixed_2(pkt, &exts)) { in tls_parse_ctos_status_request()
436 if (!PACKET_as_length_prefixed_2(pkt, &protocol_list) in tls_parse_ctos_alpn()
593 if (!PACKET_as_length_prefixed_2(pkt, &key_share_list)) { in tls_parse_ctos_key_share()
712 if (!PACKET_as_length_prefixed_2(pkt, &cookie)) { in tls_parse_ctos_cookie()
905 if (!PACKET_as_length_prefixed_2(pkt, &supported_groups_list) in tls_parse_ctos_supported_groups()
HDextensions_clnt.c1856 if (!PACKET_as_length_prefixed_2(pkt, &encoded_pt) in tls_parse_stoc_key_share()
1905 if (!PACKET_as_length_prefixed_2(pkt, &cookie) in tls_parse_stoc_cookie()
HDstatem_clnt.c1442 } else if (!PACKET_as_length_prefixed_2(pkt, &extpkt) in tls_process_server_hello()
2542 if (!PACKET_as_length_prefixed_2(pkt, &extpkt) in tls_process_new_session_ticket()
3635 if (!PACKET_as_length_prefixed_2(pkt, &extensions) in tls_process_encrypted_extensions()
/freebsd-14-stable/crypto/openssl/test/
HDclienthellotest.c214 || !TEST_true(PACKET_as_length_prefixed_2(&pkt, &pkt2))) in test_client_hello()
HDpackettest.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()
HDservername_test.c71 || !TEST_true(PACKET_as_length_prefixed_2(&pkt, &pkt2))) in get_sni_from_client_hello()
HDsslapitest.c6980 || !TEST_true(PACKET_as_length_prefixed_2(&pkt, &pkt2))) in get_MFL_from_client_hello()
/freebsd-14-stable/crypto/openssl/include/internal/
HDpacket.h585 __owur static ossl_inline int PACKET_as_length_prefixed_2(PACKET *pkt, in PACKET_as_length_prefixed_2() function