Home
last modified time | relevance | path

Searched refs:PACKET_forward (Results 1 - 23 of 23) sorted by relevance

/third_party/openssl/test/
H A Dpackettest.c23 || !TEST_true(PACKET_forward(&pkt, BUF_LEN - 1)) in test_PACKET_remaining()
25 || !TEST_true(PACKET_forward(&pkt, 1)) in test_PACKET_remaining()
39 || !TEST_true(PACKET_forward(&pkt, BUF_LEN - 1)) in test_PACKET_end()
41 || !TEST_true(PACKET_forward(&pkt, 1)) in test_PACKET_end()
56 || !TEST_true(PACKET_forward(&pkt, BUF_LEN - 2)) in test_PACKET_get_1()
73 || !TEST_true(PACKET_forward(&pkt, BUF_LEN - 8)) in test_PACKET_get_4()
90 || !TEST_true(PACKET_forward(&pkt, BUF_LEN - 4)) in test_PACKET_get_net_2()
107 || !TEST_true(PACKET_forward(&pkt, BUF_LEN - 6)) in test_PACKET_get_net_3()
124 || !TEST_true(PACKET_forward(&pkt, BUF_LEN - 8)) in test_PACKET_get_net_4()
143 || !TEST_true(PACKET_forward( in test_PACKET_get_sub_packet()
[all...]
H A Dclienthellotest.c197 || !PACKET_forward(&pkt, SSL3_RT_HEADER_LENGTH)) in test_client_hello()
203 if (!TEST_true(PACKET_forward(&pkt, SSL3_HM_HEADER_LENGTH)) in test_client_hello()
205 || !TEST_true(PACKET_forward(&pkt, CLIENT_VERSION_LEN in test_client_hello()
H A Dservername_test.c58 || !PACKET_forward(&pkt, SSL3_RT_HEADER_LENGTH) in get_sni_from_client_hello()
60 || !TEST_true(PACKET_forward(&pkt, SSL3_HM_HEADER_LENGTH)) in get_sni_from_client_hello()
62 || !TEST_true(PACKET_forward(&pkt, CLIENT_VERSION_LEN in get_sni_from_client_hello()
H A Dbad_dtls_test.c137 if (!PACKET_forward(&pkt, DTLS1_RT_HEADER_LENGTH - 3)) in validate_client_hello()
144 if (!PACKET_forward(&pkt, DTLS1_HM_HEADER_LENGTH - 1)) in validate_client_hello()
170 if (!PACKET_get_net_2(&pkt, &u) || !PACKET_forward(&pkt, u)) in validate_client_hello()
174 if (!PACKET_get_1(&pkt, &u) || !PACKET_forward(&pkt, u)) in validate_client_hello()
178 if (!PACKET_get_net_2(&pkt, &u) || !PACKET_forward(&pkt, u)) in validate_client_hello()
414 if (!PACKET_forward(&pkt, DTLS1_RT_HEADER_LENGTH - 3)) in validate_ccs()
H A Dasynciotest.c168 if (!PACKET_forward(&wholebody, in async_write()
172 || !PACKET_forward(&wholebody, 32) in async_write()
180 || !PACKET_forward(&wholebody, 2 + 1) in async_write()
H A Dtls13ccstest.c126 if (!PACKET_forward(&msgbody, 34) in watchccs_write()
154 if (!PACKET_forward(&msgbody, 34) in watchccs_write()
H A Dsslapitest.c6900 || !PACKET_forward(&pkt, SSL3_RT_HEADER_LENGTH) in get_MFL_from_client_hello()
6902 || !TEST_true(PACKET_forward(&pkt, SSL3_HM_HEADER_LENGTH)) in get_MFL_from_client_hello()
6904 || !TEST_true(PACKET_forward(&pkt, CLIENT_VERSION_LEN in get_MFL_from_client_hello()
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c580 if (!PACKET_forward(&pkt, 1) in DTLSv1_listen()
657 if (!PACKET_forward(&msgpayload, SSL3_RANDOM_SIZE) in DTLSv1_listen()
H A Dt1_enc.c121 if (!PACKET_forward(&pkt, 3)) in count_unprocessed_records()
H A Dssl_lib.c5770 && !PACKET_forward(&sslv2ciphers, TLS_CIPHER_LEN))) { in ssl_cache_cipherlist()
/third_party/openssl/ssl/
H A Dd1_lib.c563 if (!PACKET_forward(&pkt, 1) in DTLSv1_listen()
640 if (!PACKET_forward(&msgpayload, SSL3_RANDOM_SIZE) in DTLSv1_listen()
H A Dt1_enc.c121 if (!PACKET_forward(&pkt, 3)) in count_unprocessed_records()
H A Dssl_lib.c5654 && !PACKET_forward(&sslv2ciphers, TLS_CIPHER_LEN))) { in ssl_cache_cipherlist()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dpacket.h497 __owur static ossl_inline int PACKET_forward(PACKET *pkt, size_t len) in PACKET_forward() function
/third_party/openssl/include/internal/
H A Dpacket.h497 __owur static ossl_inline int PACKET_forward(PACKET *pkt, size_t len) in PACKET_forward() function
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dextensions.c1609 || !PACKET_forward(&hashprefix, 1) in tls_psk_do_binder()
1611 || !PACKET_forward(&hashprefix, 1) in tls_psk_do_binder()
H A Dextensions_srvr.c517 if (!PACKET_forward(pkt, mki_len) in tls_parse_ctos_use_srtp()
716 || !PACKET_forward(&raw, rawlen - SHA256_DIGEST_LENGTH)) { in tls_parse_ctos_cookie()
785 if (!PACKET_forward(&cookie, 2)) { in tls_parse_ctos_cookie()
H A Dstatem_clnt.c1291 if (!PACKET_forward(pkt, 2) in dtls_process_hello_verify()
1414 if (!PACKET_forward(pkt, SSL3_RANDOM_SIZE)) { in tls_process_server_hello()
H A Dstatem_srvr.c1366 if (!PACKET_forward(&tmppkt, 2) in ssl_check_for_safari()
3183 if (!PACKET_forward(pkt, ptr - PACKET_data(pkt))) { in tls_process_cke_gost()
/third_party/openssl/ssl/statem/
H A Dextensions.c1577 || !PACKET_forward(&hashprefix, 1) in tls_psk_do_binder()
1579 || !PACKET_forward(&hashprefix, 1) in tls_psk_do_binder()
H A Dextensions_srvr.c517 if (!PACKET_forward(pkt, mki_len) in tls_parse_ctos_use_srtp()
716 || !PACKET_forward(&raw, rawlen - SHA256_DIGEST_LENGTH)) { in tls_parse_ctos_cookie()
785 if (!PACKET_forward(&cookie, 2)) { in tls_parse_ctos_cookie()
H A Dstatem_clnt.c1283 if (!PACKET_forward(pkt, 2) in dtls_process_hello_verify()
1406 if (!PACKET_forward(pkt, SSL3_RANDOM_SIZE)) { in tls_process_server_hello()
H A Dstatem_srvr.c1355 if (!PACKET_forward(&tmppkt, 2) in ssl_check_for_safari()
3162 if (!PACKET_forward(pkt, ptr - PACKET_data(pkt))) { in tls_process_cke_gost()

Completed in 67 milliseconds