Lines Matching refs:wpkt

570     WPACKET wpkt;  in ossl_quic_channel_schedule_new_token()  local
578 if (!WPACKET_init(&wpkt, buf_mem)) in ossl_quic_channel_schedule_new_token()
581 if (!ossl_quic_wire_encode_frame_new_token(&wpkt, token, in ossl_quic_channel_schedule_new_token()
583 WPACKET_cleanup(&wpkt); in ossl_quic_channel_schedule_new_token()
587 WPACKET_finish(&wpkt); in ossl_quic_channel_schedule_new_token()
589 if (!WPACKET_get_total_written(&wpkt, &l)) in ossl_quic_channel_schedule_new_token()
1849 WPACKET wpkt; in ch_generate_transport_params() local
1874 if (!WPACKET_init(&wpkt, buf_mem)) in ch_generate_transport_params()
1879 if (ossl_quic_wire_encode_transport_param_bytes(&wpkt, QUIC_TPARAM_DISABLE_ACTIVE_MIGRATION, in ch_generate_transport_params()
1884 if (!ossl_quic_wire_encode_transport_param_cid(&wpkt, QUIC_TPARAM_ORIG_DCID, in ch_generate_transport_params()
1888 if (!ossl_quic_wire_encode_transport_param_cid(&wpkt, QUIC_TPARAM_INITIAL_SCID, in ch_generate_transport_params()
1892 if (!ossl_quic_wire_encode_transport_param_cid(&wpkt, in ch_generate_transport_params()
1897 if (!ossl_quic_wire_encode_transport_param_cid(&wpkt, QUIC_TPARAM_INITIAL_SCID, in ch_generate_transport_params()
1902 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_MAX_IDLE_TIMEOUT, in ch_generate_transport_params()
1906 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_MAX_UDP_PAYLOAD_SIZE, in ch_generate_transport_params()
1910 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_ACTIVE_CONN_ID_LIMIT, in ch_generate_transport_params()
1915 && !ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_MAX_ACK_DELAY, in ch_generate_transport_params()
1919 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_DATA, in ch_generate_transport_params()
1924 …if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAM_DATA_BIDI_LOC… in ch_generate_transport_params()
1928 …if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAM_DATA_BIDI_REM… in ch_generate_transport_params()
1932 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAM_DATA_UNI, in ch_generate_transport_params()
1936 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAMS_BIDI, in ch_generate_transport_params()
1940 if (!ossl_quic_wire_encode_transport_param_int(&wpkt, QUIC_TPARAM_INITIAL_MAX_STREAMS_UNI, in ch_generate_transport_params()
1944 if (!WPACKET_finish(&wpkt)) in ch_generate_transport_params()
1949 if (!WPACKET_get_total_written(&wpkt, &buf_len)) in ch_generate_transport_params()
1992 WPACKET_cleanup(&wpkt); in ch_generate_transport_params()
3284 WPACKET wpkt; in ch_enqueue_retire_conn_id() local
3292 if (!WPACKET_init(&wpkt, buf_mem)) in ch_enqueue_retire_conn_id()
3295 if (!ossl_quic_wire_encode_frame_retire_conn_id(&wpkt, seq_num)) { in ch_enqueue_retire_conn_id()
3296 WPACKET_cleanup(&wpkt); in ch_enqueue_retire_conn_id()
3300 WPACKET_finish(&wpkt); in ch_enqueue_retire_conn_id()
3301 if (!WPACKET_get_total_written(&wpkt, &l)) in ch_enqueue_retire_conn_id()