Lines Matching refs:PACKET_remaining
1363 cookie_len = PACKET_remaining(&cookiepkt); in dtls_process_hello_verify()
1480 && PACKET_remaining(pkt) >= SSL3_RANDOM_SIZE in tls_process_server_hello()
1509 session_id_len = PACKET_remaining(&session_id); in tls_process_server_hello()
1527 if (PACKET_remaining(pkt) == 0 && !hrr) { in tls_process_server_hello()
1530 || PACKET_remaining(pkt) != 0) { in tls_process_server_hello()
1990 || PACKET_remaining(pkt) != cert_list_len in tls_process_server_certificate()
1991 || PACKET_remaining(pkt) == 0) { in tls_process_server_certificate()
1995 for (chainidx = 0; PACKET_remaining(pkt); chainidx++) { in tls_process_server_certificate()
2032 PACKET_remaining(pkt) == 0)) { in tls_process_server_certificate()
2182 if (PACKET_remaining(&psk_identity_hint) > PSK_MAX_IDENTITY_LEN) { in tls_process_ske_psk_preamble()
2187 if (PACKET_remaining(&psk_identity_hint) == 0) { in tls_process_ske_psk_preamble()
2218 (int)PACKET_remaining(&prime), NULL)) == NULL in tls_process_ske_srp()
2221 (int)PACKET_remaining(&generator), NULL)) == NULL in tls_process_ske_srp()
2224 (int)PACKET_remaining(&salt), NULL)) == NULL in tls_process_ske_srp()
2227 (int)PACKET_remaining(&server_pub), NULL)) == NULL) { in tls_process_ske_srp()
2266 p = BN_bin2bn(PACKET_data(&prime), (int)PACKET_remaining(&prime), NULL); in tls_process_ske_dhe()
2267 g = BN_bin2bn(PACKET_data(&generator), (int)PACKET_remaining(&generator), in tls_process_ske_dhe()
2270 (int)PACKET_remaining(&pub_key), NULL); in tls_process_ske_dhe()
2382 PACKET_remaining(&encoded_pt)) <= 0) { in tls_process_ske_ecdhe()
2461 PACKET_remaining(&save_param_start) - in tls_process_key_exchange()
2462 PACKET_remaining(pkt))) { in tls_process_key_exchange()
2494 || PACKET_remaining(pkt) != 0) { in tls_process_key_exchange()
2521 PACKET_remaining(¶ms)); in tls_process_key_exchange()
2528 PACKET_remaining(&signature), tbs, tbslen); in tls_process_key_exchange()
2548 if (PACKET_remaining(pkt) != 0) { in tls_process_key_exchange()
2662 if (PACKET_remaining(pkt) != 0) { in tls_process_certificate_request()
2704 || PACKET_remaining(pkt) < ticklen) in tls_process_new_session_ticket()
2705 : PACKET_remaining(pkt) != ticklen)) { in tls_process_new_session_ticket()
2777 || PACKET_remaining(pkt) != 0) { in tls_process_new_session_ticket()
2843 PACKET_remaining(&nonce), in tls_process_new_session_ticket()
2878 || PACKET_remaining(pkt) != resplen) { in tls_process_cert_status_body()
2963 if (PACKET_remaining(pkt) > 0) { in tls_process_server_done()
3991 if (PACKET_remaining(pkt) > 0) { in tls_process_hello_req()
4024 || PACKET_remaining(pkt) != 0) { in tls_process_encrypted_extensions()