Lines Matching refs:wpkt
2096 WPACKET *wpkt) in tparam_handle() argument
2102 if (!TEST_ptr(ossl_quic_wire_encode_transport_param_bytes(wpkt, id, in tparam_handle()
2110 && !TEST_ptr(ossl_quic_wire_encode_transport_param_bytes(wpkt, id, in tparam_handle()
2120 && !TEST_ptr(ossl_quic_wire_encode_transport_param_bytes(wpkt, id, in tparam_handle()
2130 if (!TEST_ptr(ossl_quic_wire_encode_transport_param_bytes(wpkt, id, in tparam_handle()
2144 if (!TEST_ptr(ossl_quic_wire_encode_transport_param_bytes(wpkt, id, in tparam_handle()
2164 WPACKET wpkt; in tparam_on_enc_ext() local
2185 || !TEST_true(WPACKET_init(&wpkt, new_bufm))) in tparam_on_enc_ext()
2198 if (!TEST_true(WPACKET_put_bytes_u16(&wpkt, in tparam_on_enc_ext()
2200 || !TEST_true(WPACKET_start_sub_packet_u16(&wpkt))) in tparam_on_enc_ext()
2212 if (!TEST_true(tparam_handle(ctx, id, tp_p, tp_len, &wpkt))) in tparam_on_enc_ext()
2218 if (!TEST_ptr(ossl_quic_wire_encode_transport_param_bytes(&wpkt, ctx->t->id, in tparam_on_enc_ext()
2224 && !TEST_ptr(ossl_quic_wire_encode_transport_param_bytes(&wpkt, ctx->t->id, in tparam_on_enc_ext()
2229 if (!TEST_true(WPACKET_memcpy(&wpkt, ctx->t->buf, ctx->t->buf_len))) in tparam_on_enc_ext()
2233 if (!TEST_true(WPACKET_close(&wpkt))) /* end extension data, set length */ in tparam_on_enc_ext()
2236 if (!TEST_true(WPACKET_get_total_written(&wpkt, &written))) in tparam_on_enc_ext()
2239 WPACKET_finish(&wpkt); in tparam_on_enc_ext()
2261 WPACKET_cleanup(&wpkt); in tparam_on_enc_ext()