Lines Matching refs:PACKET_remaining
1575 || PACKET_remaining(pkt) != 0) { in tls_process_client_hello()
1645 if (PACKET_remaining(pkt) == 0) { in tls_process_client_hello()
1649 || PACKET_remaining(pkt) != 0) { in tls_process_client_hello()
2910 if (PACKET_remaining(&psk_identity) > PSK_MAX_IDENTITY_LEN) { in tls_process_cke_psk_preamble()
2981 || PACKET_remaining(pkt) != 0) { in tls_process_cke_rsa()
3028 PACKET_remaining(&enc_premaster)) <= 0) { in tls_process_cke_rsa()
3064 if (!PACKET_get_net_2(pkt, &i) || PACKET_remaining(pkt) != i) { in tls_process_cke_dhe()
3074 if (PACKET_remaining(pkt) == 0L) { in tls_process_cke_dhe()
3113 if (PACKET_remaining(pkt) == 0L) { in tls_process_cke_ecdhe()
3128 || PACKET_remaining(pkt) != 0) { in tls_process_cke_ecdhe()
3257 pKX = d2i_GOST_KX_MESSAGE(NULL, &ptr, PACKET_remaining(pkt)); in tls_process_cke_gost()
3270 if (PACKET_remaining(pkt) != 0) { in tls_process_cke_gost()
3359 inlen = PACKET_remaining(pkt); in tls_process_cke_gost18()
3398 if (PACKET_remaining(pkt) != 0) { in tls_process_client_key_exchange()
3638 || (s->pha_context == NULL && PACKET_remaining(&context) != 0) in tls_process_client_certificate()
3647 || PACKET_remaining(pkt) != 0) { in tls_process_client_certificate()
3652 for (chainidx = 0; PACKET_remaining(&spkt) > 0; chainidx++) { in tls_process_client_certificate()
3688 PACKET_remaining(&spkt) == 0)) { in tls_process_client_certificate()
4349 || PACKET_remaining(pkt) > 0) { in tls_process_next_proto()
4380 if (PACKET_remaining(pkt) != 0) { in tls_process_end_of_early_data()