Home
last modified time | relevance | path

Searched refs:PACKET_get_length_prefixed_1 (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/test/
Dclienthellotest.c208 || !TEST_true(PACKET_get_length_prefixed_1(&pkt, &pkt2)) in test_client_hello()
212 || !TEST_true(PACKET_get_length_prefixed_1(&pkt, &pkt2)) in test_client_hello()
Dservername_test.c65 || !TEST_true(PACKET_get_length_prefixed_1(&pkt, &pkt2)) in get_sni_from_client_hello()
69 || !TEST_true(PACKET_get_length_prefixed_1(&pkt, &pkt2)) in get_sni_from_client_hello()
Dtls13ccstest.c127 || !PACKET_get_length_prefixed_1(&msgbody, &sessionid)) in watchccs_write()
155 || !PACKET_get_length_prefixed_1(&msgbody, &sessionid)) in watchccs_write()
Dbad_dtls_test.c156 if (!PACKET_get_length_prefixed_1(&pkt, &pkt2) || in validate_client_hello()
161 if (!PACKET_get_length_prefixed_1(&pkt, &pkt2)) in validate_client_hello()
Dpackettest.c362 || !TEST_true(PACKET_get_length_prefixed_1(&pkt, &subpkt)) in test_PACKET_get_length_prefixed_1()
366 || !TEST_false(PACKET_get_length_prefixed_1(&short_pkt, &subpkt)) in test_PACKET_get_length_prefixed_1()
Dasynciotest.c174 || !PACKET_get_length_prefixed_1(&wholebody, in async_write()
Dsslapitest.c6678 || !TEST_true(PACKET_get_length_prefixed_1(&pkt, &pkt2)) in get_MFL_from_client_hello()
6682 || !TEST_true(PACKET_get_length_prefixed_1(&pkt, &pkt2)) in get_MFL_from_client_hello()
/third_party/openssl/crypto/
Dasn1_dsa.c165 return PACKET_get_length_prefixed_1(pkt, subpkt); in ossl_decode_der_length()
/third_party/openssl/ssl/
Dd1_lib.c641 || !PACKET_get_length_prefixed_1(&msgpayload, &session) in DTLSv1_listen()
642 || !PACKET_get_length_prefixed_1(&msgpayload, &cookiepkt)) { in DTLSv1_listen()
/third_party/openssl/ssl/statem/
Dstatem_clnt.c1284 || !PACKET_get_length_prefixed_1(pkt, &cookiepkt)) { in dtls_process_hello_verify()
1418 if (!PACKET_get_length_prefixed_1(pkt, &session_id)) { in tls_process_server_hello()
1987 || !PACKET_get_length_prefixed_1(pkt, &salt) in tls_process_ske_srp()
2151 if (!PACKET_get_length_prefixed_1(pkt, &encoded_pt)) { in tls_process_ske_ecdhe()
2363 if (!PACKET_get_length_prefixed_1(pkt, &reqctx) || in tls_process_certificate_request()
2391 if (!PACKET_get_length_prefixed_1(pkt, &ctypes)) { in tls_process_certificate_request()
2467 || !PACKET_get_length_prefixed_1(pkt, &nonce))) in tls_process_new_session_ticket()
Dstatem_srvr.c1506 || !PACKET_get_length_prefixed_1(pkt, &session_id) in tls_process_client_hello()
1515 if (!PACKET_get_length_prefixed_1(pkt, &cookie)) { in tls_process_client_hello()
1543 if (!PACKET_get_length_prefixed_1(pkt, &compression)) { in tls_process_client_hello()
3436 if (SSL_IS_TLS13(s) && (!PACKET_get_length_prefixed_1(pkt, &context) in tls_process_client_certificate()
4078 if (!PACKET_get_length_prefixed_1(pkt, &next_proto) in tls_process_next_proto()
4079 || !PACKET_get_length_prefixed_1(pkt, &padding) in tls_process_next_proto()
Dextensions_srvr.c440 if (!PACKET_get_length_prefixed_1(&protocol_list, &protocol) in tls_parse_ctos_alpn()
803 || !PACKET_get_length_prefixed_1(&cookie, &appcookie) in tls_parse_ctos_cookie()
1192 if (!PACKET_get_length_prefixed_1(&binders, &binder)) { in tls_parse_ctos_psk()
Dextensions_clnt.c860 while (PACKET_get_length_prefixed_1(&prots, &alpnpkt)) { in tls_construct_ctos_early_data()
1502 if (!PACKET_get_length_prefixed_1(pkt, &tmp_protocol) in ssl_next_proto_validate()
/third_party/openssl/include/internal/
Dpacket.h514 __owur static ossl_inline int PACKET_get_length_prefixed_1(PACKET *pkt, in PACKET_get_length_prefixed_1() function