Lines Matching refs:PACKET_remaining

1289     cookie_len = PACKET_remaining(&cookiepkt);  in dtls_process_hello_verify()
1398 && PACKET_remaining(pkt) >= SSL3_RANDOM_SIZE in tls_process_server_hello()
1422 session_id_len = PACKET_remaining(&session_id); in tls_process_server_hello()
1440 if (PACKET_remaining(pkt) == 0 && !hrr) { in tls_process_server_hello()
1443 || PACKET_remaining(pkt) != 0) { in tls_process_server_hello()
1789 || PACKET_remaining(pkt) != cert_list_len in tls_process_server_certificate()
1790 || PACKET_remaining(pkt) == 0) { in tls_process_server_certificate()
1794 for (chainidx = 0; PACKET_remaining(pkt); chainidx++) { in tls_process_server_certificate()
1832 PACKET_remaining(pkt) == 0)) { in tls_process_server_certificate()
1959 if (PACKET_remaining(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN) { in tls_process_ske_psk_preamble()
1964 if (PACKET_remaining(&psk_identity_hint) == 0) { in tls_process_ske_psk_preamble()
1995 (int)PACKET_remaining(&prime), NULL)) == NULL in tls_process_ske_srp()
1998 (int)PACKET_remaining(&generator), NULL)) == NULL in tls_process_ske_srp()
2001 (int)PACKET_remaining(&salt), NULL)) == NULL in tls_process_ske_srp()
2004 (int)PACKET_remaining(&server_pub), NULL)) == NULL) { in tls_process_ske_srp()
2042 p = BN_bin2bn(PACKET_data(&prime), (int)PACKET_remaining(&prime), NULL); in tls_process_ske_dhe()
2043 g = BN_bin2bn(PACKET_data(&generator), (int)PACKET_remaining(&generator), in tls_process_ske_dhe()
2046 (int)PACKET_remaining(&pub_key), NULL); in tls_process_ske_dhe()
2158 PACKET_remaining(&encoded_pt)) <= 0) { in tls_process_ske_ecdhe()
2236 PACKET_remaining(&save_param_start) - in tls_process_key_exchange()
2237 PACKET_remaining(pkt))) { in tls_process_key_exchange()
2269 || PACKET_remaining(pkt) != 0) { in tls_process_key_exchange()
2296 PACKET_remaining(&params)); in tls_process_key_exchange()
2303 PACKET_remaining(&signature), tbs, tbslen); in tls_process_key_exchange()
2323 if (PACKET_remaining(pkt) != 0) { in tls_process_key_exchange()
2432 if (PACKET_remaining(pkt) != 0) { in tls_process_certificate_request()
2470 || (SSL_IS_TLS13(s) ? (ticklen == 0 || PACKET_remaining(pkt) < ticklen) in tls_process_new_session_ticket()
2471 : PACKET_remaining(pkt) != ticklen)) { in tls_process_new_session_ticket()
2543 || PACKET_remaining(pkt) != 0) { in tls_process_new_session_ticket()
2609 PACKET_remaining(&nonce), in tls_process_new_session_ticket()
2644 || PACKET_remaining(pkt) != resplen) { in tls_process_cert_status_body()
2726 if (PACKET_remaining(pkt) > 0) { in tls_process_server_done()
3604 if (PACKET_remaining(pkt) > 0) { in tls_process_hello_req()
3636 || PACKET_remaining(pkt) != 0) { in tls_process_encrypted_extensions()