Symbol: WPACKET
crypto/openssl/crypto/asn1_dsa.c
106
int ossl_encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s)
crypto/openssl/crypto/asn1_dsa.c
108
WPACKET tmppkt, *dummypkt;
crypto/openssl/crypto/asn1_dsa.c
39
int ossl_encode_der_length(WPACKET *pkt, size_t cont_len)
crypto/openssl/crypto/asn1_dsa.c
66
int ossl_encode_der_integer(WPACKET *pkt, const BIGNUM *n)
crypto/openssl/crypto/der_writer.c
109
static int int_put_bytes_uint32(WPACKET *pkt, const void *v,
crypto/openssl/crypto/der_writer.c
128
int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v)
crypto/openssl/crypto/der_writer.c
133
static int int_put_bytes_bn(WPACKET *pkt, const void *v,
crypto/openssl/crypto/der_writer.c
150
int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v)
crypto/openssl/crypto/der_writer.c
16
static int int_start_context(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
160
int ossl_DER_w_null(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
170
int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
176
int ossl_DER_w_end_sequence(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
25
static int int_end_context(WPACKET *pkt, int tag)
crypto/openssl/crypto/der_writer.c
51
int ossl_DER_w_precompiled(WPACKET *pkt, int tag,
crypto/openssl/crypto/der_writer.c
60
int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b)
crypto/openssl/crypto/der_writer.c
70
int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
crypto/openssl/crypto/der_writer.c
81
int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value)
crypto/openssl/crypto/der_writer.c
93
static int int_der_w_integer(WPACKET *pkt, int tag,
crypto/openssl/crypto/der_writer.c
94
int (*put_bytes)(WPACKET *pkt, const void *v,
crypto/openssl/crypto/dsa/dsa_sign.c
82
WPACKET pkt;
crypto/openssl/crypto/ec/ec_asn1.c
1231
WPACKET pkt;
crypto/openssl/crypto/hpke/hpke_util.c
309
WPACKET pkt;
crypto/openssl/crypto/hpke/hpke_util.c
359
WPACKET pkt;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
1001
WPACKET pkt;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
130
static int poly_encode_10_bits(const POLY *p, WPACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
199
static int poly_encode_signed_4(const POLY *p, WPACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
23
typedef int(ENCODE_FN)(const POLY *s, WPACKET *pkt);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
287
static int poly_encode_signed_2(const POLY *p, WPACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
386
static int poly_encode_signed_two_to_power_12(const POLY *p, WPACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
475
static int poly_encode_signed_two_to_power_19(const POLY *p, WPACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
53
static int poly_encode_4_bits(const POLY *p, WPACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
556
static int poly_encode_signed_two_to_power_17(const POLY *p, WPACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
630
WPACKET pkt;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
715
WPACKET pkt;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
837
static int hint_bits_encode(const VECTOR *hint, WPACKET *pkt, uint32_t omega)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
90
static int poly_encode_6_bits(const POLY *p, WPACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
913
WPACKET pkt;
crypto/openssl/crypto/packet.c
103
static int wpacket_intern_init_len(WPACKET *pkt, size_t lenbytes)
crypto/openssl/crypto/packet.c
129
int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len,
crypto/openssl/crypto/packet.c
146
int WPACKET_init_der(WPACKET *pkt, unsigned char *buf, size_t len)
crypto/openssl/crypto/packet.c
160
int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes)
crypto/openssl/crypto/packet.c
174
int WPACKET_init(WPACKET *pkt, BUF_MEM *buf)
crypto/openssl/crypto/packet.c
179
int WPACKET_init_null(WPACKET *pkt, size_t lenbytes)
crypto/openssl/crypto/packet.c
189
int WPACKET_init_null_der(WPACKET *pkt)
crypto/openssl/crypto/packet.c
19
int WPACKET_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes)
crypto/openssl/crypto/packet.c
199
int WPACKET_set_flags(WPACKET *pkt, unsigned int flags)
crypto/openssl/crypto/packet.c
250
static int wpacket_intern_close(WPACKET *pkt, WPACKET_SUB *sub, int doclose)
crypto/openssl/crypto/packet.c
29
int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len,
crypto/openssl/crypto/packet.c
320
int WPACKET_fill_lengths(WPACKET *pkt)
crypto/openssl/crypto/packet.c
335
int WPACKET_close(WPACKET *pkt)
crypto/openssl/crypto/packet.c
347
int WPACKET_finish(WPACKET *pkt)
crypto/openssl/crypto/packet.c
367
int WPACKET_start_sub_packet_len__(WPACKET *pkt, size_t lenbytes)
crypto/openssl/crypto/packet.c
401
int WPACKET_start_sub_packet(WPACKET *pkt)
crypto/openssl/crypto/packet.c
406
int WPACKET_put_bytes__(WPACKET *pkt, uint64_t val, size_t size)
crypto/openssl/crypto/packet.c
419
int WPACKET_set_max_size(WPACKET *pkt, size_t maxsize)
crypto/openssl/crypto/packet.c
444
int WPACKET_memset(WPACKET *pkt, int ch, size_t len)
crypto/openssl/crypto/packet.c
46
int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes)
crypto/openssl/crypto/packet.c
460
int WPACKET_memcpy(WPACKET *pkt, const void *src, size_t len)
crypto/openssl/crypto/packet.c
476
int WPACKET_sub_memcpy__(WPACKET *pkt, const void *src, size_t len,
crypto/openssl/crypto/packet.c
487
int WPACKET_get_total_written(WPACKET *pkt, size_t *written)
crypto/openssl/crypto/packet.c
498
int WPACKET_get_length(WPACKET *pkt, size_t *len)
crypto/openssl/crypto/packet.c
509
unsigned char *WPACKET_get_curr(WPACKET *pkt)
crypto/openssl/crypto/packet.c
522
int WPACKET_is_null_buf(WPACKET *pkt)
crypto/openssl/crypto/packet.c
527
void WPACKET_cleanup(WPACKET *pkt)
crypto/openssl/crypto/packet.c
540
int WPACKET_start_quic_sub_packet_bound(WPACKET *pkt, size_t max_len)
crypto/openssl/crypto/packet.c
554
int WPACKET_start_quic_sub_packet(WPACKET *pkt)
crypto/openssl/crypto/packet.c
563
int WPACKET_quic_sub_allocate_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes)
crypto/openssl/crypto/packet.c
576
int WPACKET_quic_write_vlint(WPACKET *pkt, uint64_t v)
crypto/openssl/crypto/packet.c
80
int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len,
crypto/openssl/crypto/params.c
1583
WPACKET pkt;
crypto/openssl/crypto/punycode.c
261
WPACKET pkt;
crypto/openssl/crypto/slh_dsa/slh_dsa.c
235
WPACKET pkt;
crypto/openssl/crypto/slh_dsa/slh_dsa.c
57
WPACKET w_packet, *wpkt = &w_packet; /* Points to output |sig| buffer */
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
61
uint8_t *adrs, WPACKET *sig_wpkt);
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
74
WPACKET *sig_wpkt);
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
83
WPACKET *sig_wpkt);
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
91
uint8_t *adrs, WPACKET *sig_wpkt);
crypto/openssl/crypto/slh_dsa/slh_fors.c
133
uint8_t *adrs, WPACKET *sig_wpkt)
crypto/openssl/crypto/slh_dsa/slh_fors.c
227
WPACKET root_pkt, *wroot_pkt = &root_pkt; /* Points to |roots| buffer */
crypto/openssl/crypto/slh_dsa/slh_hash.c
174
const uint8_t *msg, size_t msg_len, WPACKET *pkt)
crypto/openssl/crypto/slh_dsa/slh_hash.c
93
WPACKET *pkt)
crypto/openssl/crypto/slh_dsa/slh_hash.h
38
WPACKET *pkt);
crypto/openssl/crypto/slh_dsa/slh_hypertree.c
34
uint64_t tree_id, uint32_t leaf_id, WPACKET *sig_wpkt)
crypto/openssl/crypto/slh_dsa/slh_wots.c
148
WPACKET pkt, *tmp_wpkt = &pkt; /* Points to the |tmp| buffer */
crypto/openssl/crypto/slh_dsa/slh_wots.c
205
uint8_t *adrs, WPACKET *sig_wpkt)
crypto/openssl/crypto/slh_dsa/slh_wots.c
280
WPACKET pkt, *tmp_pkt = &pkt;
crypto/openssl/crypto/slh_dsa/slh_wots.c
94
const uint8_t *pk_seed, uint8_t *adrs, WPACKET *wpkt)
crypto/openssl/crypto/slh_dsa/slh_xmss.c
87
const uint8_t *pk_seed, uint8_t *adrs, WPACKET *sig_wpkt)
crypto/openssl/include/crypto/asn1_dsa.h
16
int ossl_encode_der_length(WPACKET *pkt, size_t cont_len);
crypto/openssl/include/crypto/asn1_dsa.h
17
int ossl_encode_der_integer(WPACKET *pkt, const BIGNUM *n);
crypto/openssl/include/crypto/asn1_dsa.h
18
int ossl_encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s);
crypto/openssl/include/internal/der.h
76
int ossl_DER_w_precompiled(WPACKET *pkt, int tag,
crypto/openssl/include/internal/der.h
80
int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b);
crypto/openssl/include/internal/der.h
81
int ossl_DER_w_uint32(WPACKET *pkt, int tag, uint32_t v);
crypto/openssl/include/internal/der.h
82
int ossl_DER_w_bn(WPACKET *pkt, int tag, const BIGNUM *v);
crypto/openssl/include/internal/der.h
83
int ossl_DER_w_null(WPACKET *pkt, int tag);
crypto/openssl/include/internal/der.h
84
int ossl_DER_w_octet_string(WPACKET *pkt, int tag,
crypto/openssl/include/internal/der.h
86
int ossl_DER_w_octet_string_uint32(WPACKET *pkt, int tag, uint32_t value);
crypto/openssl/include/internal/der.h
91
int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag);
crypto/openssl/include/internal/der.h
92
int ossl_DER_w_end_sequence(WPACKET *pkt, int tag);
crypto/openssl/include/internal/packet.h
696
int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes);
crypto/openssl/include/internal/packet.h
702
int WPACKET_init(WPACKET *pkt, BUF_MEM *buf);
crypto/openssl/include/internal/packet.h
709
int WPACKET_init_null(WPACKET *pkt, size_t lenbytes);
crypto/openssl/include/internal/packet.h
715
int WPACKET_init_null_der(WPACKET *pkt);
crypto/openssl/include/internal/packet.h
722
int WPACKET_init_static_len(WPACKET *pkt, unsigned char *buf, size_t len,
crypto/openssl/include/internal/packet.h
730
int WPACKET_init_der(WPACKET *pkt, unsigned char *buf, size_t len);
crypto/openssl/include/internal/packet.h
735
int WPACKET_set_flags(WPACKET *pkt, unsigned int flags);
crypto/openssl/include/internal/packet.h
743
int WPACKET_close(WPACKET *pkt);
crypto/openssl/include/internal/packet.h
749
int WPACKET_finish(WPACKET *pkt);
crypto/openssl/include/internal/packet.h
758
int WPACKET_fill_lengths(WPACKET *pkt);
crypto/openssl/include/internal/packet.h
765
int WPACKET_start_sub_packet_len__(WPACKET *pkt, size_t lenbytes);
crypto/openssl/include/internal/packet.h
784
int WPACKET_start_sub_packet(WPACKET *pkt);
crypto/openssl/include/internal/packet.h
794
int WPACKET_allocate_bytes(WPACKET *pkt, size_t len,
crypto/openssl/include/internal/packet.h
803
int WPACKET_sub_allocate_bytes__(WPACKET *pkt, size_t len,
crypto/openssl/include/internal/packet.h
837
int WPACKET_reserve_bytes(WPACKET *pkt, size_t len, unsigned char **allocbytes);
crypto/openssl/include/internal/packet.h
842
int WPACKET_sub_reserve_bytes__(WPACKET *pkt, size_t len,
crypto/openssl/include/internal/packet.h
864
int WPACKET_put_bytes__(WPACKET *pkt, uint64_t val, size_t bytes);
crypto/openssl/include/internal/packet.h
882
int WPACKET_set_max_size(WPACKET *pkt, size_t maxsize);
crypto/openssl/include/internal/packet.h
885
int WPACKET_memcpy(WPACKET *pkt, const void *src, size_t len);
crypto/openssl/include/internal/packet.h
888
int WPACKET_memset(WPACKET *pkt, int ch, size_t len);
crypto/openssl/include/internal/packet.h
895
int WPACKET_sub_memcpy__(WPACKET *pkt, const void *src, size_t len,
crypto/openssl/include/internal/packet.h
912
int WPACKET_get_total_written(WPACKET *pkt, size_t *written);
crypto/openssl/include/internal/packet.h
918
int WPACKET_get_length(WPACKET *pkt, size_t *len);
crypto/openssl/include/internal/packet.h
924
unsigned char *WPACKET_get_curr(WPACKET *pkt);
crypto/openssl/include/internal/packet.h
927
int WPACKET_is_null_buf(WPACKET *pkt);
crypto/openssl/include/internal/packet.h
930
void WPACKET_cleanup(WPACKET *pkt);
crypto/openssl/include/internal/packet_quic.h
122
__owur int WPACKET_start_quic_sub_packet(WPACKET *pkt);
crypto/openssl/include/internal/packet_quic.h
131
__owur int WPACKET_start_quic_sub_packet_bound(WPACKET *pkt, size_t max_len);
crypto/openssl/include/internal/packet_quic.h
139
__owur int WPACKET_quic_sub_allocate_bytes(WPACKET *pkt, size_t len,
crypto/openssl/include/internal/packet_quic.h
145
__owur int WPACKET_quic_write_vlint(WPACKET *pkt, uint64_t v);
crypto/openssl/include/internal/quic_wire.h
226
int ossl_quic_wire_encode_padding(WPACKET *pkt, size_t num_bytes);
crypto/openssl/include/internal/quic_wire.h
232
int ossl_quic_wire_encode_frame_ping(WPACKET *pkt);
crypto/openssl/include/internal/quic_wire.h
248
int ossl_quic_wire_encode_frame_ack(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
256
int ossl_quic_wire_encode_frame_reset_stream(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
263
int ossl_quic_wire_encode_frame_stop_sending(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
272
int ossl_quic_wire_encode_frame_crypto_hdr(WPACKET *hdr,
crypto/openssl/include/internal/quic_wire.h
290
void *ossl_quic_wire_encode_frame_crypto(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
296
int ossl_quic_wire_encode_frame_new_token(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
315
int ossl_quic_wire_encode_frame_stream_hdr(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
335
void *ossl_quic_wire_encode_frame_stream(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
341
int ossl_quic_wire_encode_frame_max_data(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
347
int ossl_quic_wire_encode_frame_max_stream_data(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
358
int ossl_quic_wire_encode_frame_max_streams(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
365
int ossl_quic_wire_encode_frame_data_blocked(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
371
int ossl_quic_wire_encode_frame_stream_data_blocked(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
381
int ossl_quic_wire_encode_frame_streams_blocked(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
392
int ossl_quic_wire_encode_frame_new_conn_id(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
398
int ossl_quic_wire_encode_frame_retire_conn_id(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
404
int ossl_quic_wire_encode_frame_path_challenge(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
410
int ossl_quic_wire_encode_frame_path_response(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
422
int ossl_quic_wire_encode_frame_conn_close(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
429
int ossl_quic_wire_encode_frame_handshake_done(WPACKET *pkt);
crypto/openssl/include/internal/quic_wire.h
441
unsigned char *ossl_quic_wire_encode_transport_param_bytes(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
450
int ossl_quic_wire_encode_transport_param_int(WPACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
458
int ossl_quic_wire_encode_transport_param_cid(WPACKET *wpkt,
crypto/openssl/include/internal/quic_wire_pkt.h
521
int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt,
crypto/openssl/providers/common/der/der_dsa_key.c
20
int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa)
crypto/openssl/providers/common/der/der_dsa_sig.c
26
int ossl_DER_w_algorithmIdentifier_DSA_with_MD(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_ec_key.c
14
int ossl_DER_w_algorithmIdentifier_EC(WPACKET *pkt, int cont, EC_KEY *ec)
crypto/openssl/providers/common/der/der_ec_sig.c
27
int ossl_DER_w_algorithmIdentifier_ECDSA_with_MD(WPACKET *pkt, int cont,
crypto/openssl/providers/common/der/der_ecx_key.c
14
int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec)
crypto/openssl/providers/common/der/der_ecx_key.c
23
int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec)
crypto/openssl/providers/common/der/der_ecx_key.c
32
int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec)
crypto/openssl/providers/common/der/der_ecx_key.c
41
int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec)
crypto/openssl/providers/common/der/der_ml_dsa_key.c
19
int ossl_DER_w_algorithmIdentifier_ML_DSA(WPACKET *pkt, int tag, ML_DSA_KEY *key)
crypto/openssl/providers/common/der/der_rsa_key.c
246
static int DER_w_MaskGenAlgorithm(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_rsa_key.c
282
int ossl_DER_w_RSASSA_PSS_params(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_rsa_key.c
366
int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_rsa_key.c
392
int ossl_DER_w_algorithmIdentifier_RSA(WPACKET *pkt, int tag, RSA *rsa)
crypto/openssl/providers/common/der/der_rsa_sig.c
33
int ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption(WPACKET *pkt, int tag,
crypto/openssl/providers/common/der/der_slh_dsa_key.c
21
int ossl_DER_w_algorithmIdentifier_SLH_DSA(WPACKET *pkt, int tag, SLH_DSA_KEY *key)
crypto/openssl/providers/common/der/der_sm2_key.c
15
int ossl_DER_w_algorithmIdentifier_SM2(WPACKET *pkt, int cont, EC_KEY *ec)
crypto/openssl/providers/common/der/der_sm2_sig.c
23
int ossl_DER_w_algorithmIdentifier_SM2_with_MD(WPACKET *pkt, int cont,
crypto/openssl/providers/common/include/prov/der_dsa.h
93
int ossl_DER_w_algorithmIdentifier_DSA(WPACKET *pkt, int tag, DSA *dsa);
crypto/openssl/providers/common/include/prov/der_dsa.h
95
int ossl_DER_w_algorithmIdentifier_DSA_with_MD(WPACKET *pkt, int tag,
crypto/openssl/providers/common/include/prov/der_ec.h
285
int ossl_DER_w_algorithmIdentifier_EC(WPACKET *pkt, int cont, EC_KEY *ec);
crypto/openssl/providers/common/include/prov/der_ec.h
287
int ossl_DER_w_algorithmIdentifier_ECDSA_with_MD(WPACKET *pkt, int cont,
crypto/openssl/providers/common/include/prov/der_ecx.h
49
int ossl_DER_w_algorithmIdentifier_ED25519(WPACKET *pkt, int cont, ECX_KEY *ec);
crypto/openssl/providers/common/include/prov/der_ecx.h
50
int ossl_DER_w_algorithmIdentifier_ED448(WPACKET *pkt, int cont, ECX_KEY *ec);
crypto/openssl/providers/common/include/prov/der_ecx.h
51
int ossl_DER_w_algorithmIdentifier_X25519(WPACKET *pkt, int cont, ECX_KEY *ec);
crypto/openssl/providers/common/include/prov/der_ecx.h
52
int ossl_DER_w_algorithmIdentifier_X448(WPACKET *pkt, int cont, ECX_KEY *ec);
crypto/openssl/providers/common/include/prov/der_ml_dsa.h
42
int ossl_DER_w_algorithmIdentifier_ML_DSA(WPACKET *pkt, int tag, ML_DSA_KEY *key);
crypto/openssl/providers/common/include/prov/der_rsa.h
180
int ossl_DER_w_RSASSA_PSS_params(WPACKET *pkt, int tag,
crypto/openssl/providers/common/include/prov/der_rsa.h
183
int ossl_DER_w_algorithmIdentifier_RSA(WPACKET *pkt, int tag, RSA *rsa);
crypto/openssl/providers/common/include/prov/der_rsa.h
184
int ossl_DER_w_algorithmIdentifier_RSA_PSS(WPACKET *pkt, int tag,
crypto/openssl/providers/common/include/prov/der_rsa.h
188
int ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption(WPACKET *pkt, int tag,
crypto/openssl/providers/common/include/prov/der_slh_dsa.h
105
int ossl_DER_w_algorithmIdentifier_SLH_DSA(WPACKET *pkt, int tag, SLH_DSA_KEY *key);
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
929
WPACKET pkt;
crypto/openssl/providers/implementations/kdfs/hkdf.c
650
WPACKET pkt;
crypto/openssl/providers/implementations/kdfs/x942kdf.c
103
static int DER_w_keyinfo(WPACKET *pkt,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
117
static int der_encode_sharedinfo(WPACKET *pkt, unsigned char *buf, size_t buflen,
crypto/openssl/providers/implementations/kdfs/x942kdf.c
213
WPACKET pkt;
crypto/openssl/providers/implementations/signature/dsa_sig.c
159
WPACKET pkt;
crypto/openssl/providers/implementations/signature/ecdsa_sig.c
173
WPACKET pkt;
crypto/openssl/providers/implementations/signature/eddsa_sig.c
236
WPACKET pkt;
crypto/openssl/providers/implementations/signature/ml_dsa_sig.c
101
WPACKET pkt;
crypto/openssl/providers/implementations/signature/rsa_sig.c
313
WPACKET pkt;
crypto/openssl/providers/implementations/signature/slh_dsa_sig.c
122
WPACKET pkt;
crypto/openssl/providers/implementations/signature/sm2_sig.c
213
WPACKET pkt;
crypto/openssl/ssl/d1_lib.c
651
WPACKET wpkt;
crypto/openssl/ssl/quic/quic_channel.c
1856
WPACKET wpkt;
crypto/openssl/ssl/quic/quic_channel.c
3235
WPACKET wpkt;
crypto/openssl/ssl/quic/quic_channel.c
568
WPACKET wpkt;
crypto/openssl/ssl/quic/quic_port.c
1117
WPACKET wpkt;
crypto/openssl/ssl/quic/quic_port.c
1229
WPACKET wpkt;
crypto/openssl/ssl/quic/quic_port.c
895
WPACKET wpkt = { 0 };
crypto/openssl/ssl/quic/quic_record_tx.c
464
WPACKET wpkt;
crypto/openssl/ssl/quic/quic_rx_depack.c
944
WPACKET wpkt;
crypto/openssl/ssl/quic/quic_txp.c
180
WPACKET wpkt;
crypto/openssl/ssl/quic/quic_txp.c
1822
WPACKET *wpkt;
crypto/openssl/ssl/quic/quic_txp.c
1925
WPACKET *wpkt = tx_helper_begin(h);
crypto/openssl/ssl/quic/quic_txp.c
1954
WPACKET *wpkt = tx_helper_begin(h);
crypto/openssl/ssl/quic/quic_txp.c
2133
WPACKET *wpkt;
crypto/openssl/ssl/quic/quic_txp.c
2286
WPACKET *wpkt;
crypto/openssl/ssl/quic/quic_txp.c
2491
WPACKET *wpkt;
crypto/openssl/ssl/quic/quic_txp.c
2693
WPACKET *wpkt = tx_helper_begin(h);
crypto/openssl/ssl/quic/quic_txp.c
2716
WPACKET *wpkt = tx_helper_begin(h);
crypto/openssl/ssl/quic/quic_txp.c
2740
WPACKET *wpkt = tx_helper_begin(h);
crypto/openssl/ssl/quic/quic_txp.c
2766
WPACKET *wpkt = tx_helper_begin(h);
crypto/openssl/ssl/quic/quic_txp.c
287
static WPACKET *tx_helper_begin(struct tx_helper *h)
crypto/openssl/ssl/quic/quic_txp.c
2883
WPACKET *wpkt;
crypto/openssl/ssl/quic/quic_wire.c
103
int ossl_quic_wire_encode_frame_reset_stream(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
115
int ossl_quic_wire_encode_frame_stop_sending(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
126
int ossl_quic_wire_encode_frame_crypto_hdr(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
150
void *ossl_quic_wire_encode_frame_crypto(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
166
int ossl_quic_wire_encode_frame_new_token(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
178
int ossl_quic_wire_encode_frame_stream_hdr(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
231
void *ossl_quic_wire_encode_frame_stream(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
250
int ossl_quic_wire_encode_frame_max_data(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
260
int ossl_quic_wire_encode_frame_max_stream_data(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
272
int ossl_quic_wire_encode_frame_max_streams(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
283
int ossl_quic_wire_encode_frame_data_blocked(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
293
int ossl_quic_wire_encode_frame_stream_data_blocked(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
305
int ossl_quic_wire_encode_frame_streams_blocked(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
316
int ossl_quic_wire_encode_frame_new_conn_id(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
335
int ossl_quic_wire_encode_frame_retire_conn_id(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
345
int ossl_quic_wire_encode_frame_path_challenge(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
355
int ossl_quic_wire_encode_frame_path_response(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
36
int ossl_quic_wire_encode_padding(WPACKET *pkt, size_t num_bytes)
crypto/openssl/ssl/quic/quic_wire.c
365
int ossl_quic_wire_encode_frame_conn_close(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
386
int ossl_quic_wire_encode_frame_handshake_done(WPACKET *pkt)
crypto/openssl/ssl/quic/quic_wire.c
391
unsigned char *ossl_quic_wire_encode_transport_param_bytes(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
413
int ossl_quic_wire_encode_transport_param_int(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
425
int ossl_quic_wire_encode_transport_param_cid(WPACKET *wpkt,
crypto/openssl/ssl/quic/quic_wire.c
45
static int encode_frame_hdr(WPACKET *pkt, uint64_t frame_type)
crypto/openssl/ssl/quic/quic_wire.c
50
int ossl_quic_wire_encode_frame_ping(WPACKET *pkt)
crypto/openssl/ssl/quic/quic_wire.c
55
int ossl_quic_wire_encode_frame_ack(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire_pkt.c
469
int ossl_quic_wire_encode_pkt_hdr(WPACKET *pkt,
crypto/openssl/ssl/quic/quic_wire_pkt.c
872
WPACKET wpkt;
crypto/openssl/ssl/record/methods/dtls_meth.c
699
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/dtls_meth.c
732
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/ktls_meth.c
462
WPACKET *pkt,
crypto/openssl/ssl/record/methods/ktls_meth.c
489
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/ktls_meth.c
502
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/ktls_meth.c
512
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
163
WPACKET *pkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
172
int (*prepare_record_header)(OSSL_RECORD_LAYER *rl, WPACKET *thispkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
179
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
189
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
199
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
421
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
428
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
492
WPACKET *pkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
502
WPACKET *pkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
506
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
512
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/recmethod_local.h
517
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/tls13_meth.c
100
WPACKET wpkt;
crypto/openssl/ssl/record/methods/tls13_meth.c
330
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/tls1_meth.c
623
WPACKET *pkt,
crypto/openssl/ssl/record/methods/tls_common.c
1576
WPACKET *pkt,
crypto/openssl/ssl/record/methods/tls_common.c
1580
WPACKET *thispkt;
crypto/openssl/ssl/record/methods/tls_common.c
1614
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/tls_common.c
1644
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/tls_common.c
1694
WPACKET *thispkt,
crypto/openssl/ssl/record/methods/tls_common.c
1763
WPACKET pkt[SSL_MAX_PIPELINES + 1];
crypto/openssl/ssl/record/methods/tls_common.c
1765
WPACKET *thispkt;
crypto/openssl/ssl/record/methods/tlsany_meth.c
138
WPACKET *thispkt,
crypto/openssl/ssl/s3_lib.c
3788
int ssl3_set_handshake_header(SSL_CONNECTION *s, WPACKET *pkt, int htype)
crypto/openssl/ssl/s3_lib.c
4690
int ssl3_put_cipher_by_char(const SSL_CIPHER *c, WPACKET *pkt, size_t *len)
crypto/openssl/ssl/s3_lib.c
4911
int ssl3_get_req_cert_type(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/ssl_cert_comp.c
198
WPACKET tmppkt;
crypto/openssl/ssl/ssl_local.h
2169
int (*set_handshake_header)(SSL_CONNECTION *s, WPACKET *pkt, int type);
crypto/openssl/ssl/ssl_local.h
2171
int (*close_construct_packet)(SSL_CONNECTION *s, WPACKET *pkt, int htype);
crypto/openssl/ssl/ssl_local.h
2650
__owur int ssl3_put_cipher_by_char(const SSL_CIPHER *c, WPACKET *pkt,
crypto/openssl/ssl/ssl_local.h
2661
__owur int ssl3_get_req_cert_type(SSL_CONNECTION *s, WPACKET *pkt);
crypto/openssl/ssl/ssl_local.h
2674
__owur unsigned long ssl3_output_cert_chain(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/ssl_local.h
2695
__owur int ssl3_set_handshake_header(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/ssl_local.h
2697
__owur int tls_close_construct_packet(SSL_CONNECTION *s, WPACKET *pkt, int htype);
crypto/openssl/ssl/ssl_local.h
2699
__owur int dtls1_set_handshake_header(SSL_CONNECTION *s, WPACKET *pkt, int htype);
crypto/openssl/ssl/ssl_local.h
2700
__owur int dtls1_close_construct_packet(SSL_CONNECTION *s, WPACKET *pkt, int htype);
crypto/openssl/ssl/ssl_local.h
2746
__owur int dtls_raw_hello_verify_request(WPACKET *pkt, unsigned char *cookie,
crypto/openssl/ssl/ssl_local.h
2912
__owur int tls12_copy_sigalgs(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/ssl_local.h
2998
__owur int custom_ext_add(SSL_CONNECTION *s, int context, WPACKET *pkt, X509 *x,
crypto/openssl/ssl/ssl_local.h
432
int (*put_cipher_by_char)(const SSL_CIPHER *cipher, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
103
EXT_RETURN (*construct_ctos)(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
1233
WPACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
1730
static EXT_RETURN tls_construct_compress_certificate(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
43
WPACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
71
static EXT_RETURN tls_construct_compress_certificate(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
799
int tls_construct_extensions(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
842
EXT_RETURN (*construct)(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
99
EXT_RETURN (*construct_stoc)(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1063
EXT_RETURN tls_construct_ctos_psk(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
113
EXT_RETURN tls_construct_ctos_srp(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1273
EXT_RETURN tls_construct_ctos_post_handshake_auth(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
16
EXT_RETURN tls_construct_ctos_renegotiate(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
183
EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
214
EXT_RETURN tls_construct_ctos_supported_groups(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
2170
EXT_RETURN tls_construct_ctos_client_cert_type(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
2222
EXT_RETURN tls_construct_ctos_server_cert_type(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
283
EXT_RETURN tls_construct_ctos_session_ticket(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
323
EXT_RETURN tls_construct_ctos_sig_algs(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
364
EXT_RETURN tls_construct_ctos_status_request(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
429
EXT_RETURN tls_construct_ctos_npn(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
451
EXT_RETURN tls_construct_ctos_alpn(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
475
EXT_RETURN tls_construct_ctos_use_srtp(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
516
EXT_RETURN tls_construct_ctos_etm(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
533
EXT_RETURN tls_construct_ctos_sct(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
554
EXT_RETURN tls_construct_ctos_ems(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
570
EXT_RETURN tls_construct_ctos_supported_versions(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
613
EXT_RETURN tls_construct_ctos_psk_kex_modes(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
62
EXT_RETURN tls_construct_ctos_server_name(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
640
static int add_key_share(SSL_CONNECTION *s, WPACKET *pkt, unsigned int group_id, size_t loop_num)
crypto/openssl/ssl/statem/extensions_clnt.c
701
EXT_RETURN tls_construct_ctos_key_share(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
788
EXT_RETURN tls_construct_ctos_cookie(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
817
EXT_RETURN tls_construct_ctos_early_data(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
88
EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
989
EXT_RETURN tls_construct_ctos_padding(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_cust.c
173
int custom_ext_add(SSL_CONNECTION *s, int context, WPACKET *pkt, X509 *x,
crypto/openssl/ssl/statem/extensions_srvr.c
1011
WPACKET hrrpkt;
crypto/openssl/ssl/statem/extensions_srvr.c
1571
EXT_RETURN tls_construct_stoc_renegotiate(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1595
EXT_RETURN tls_construct_stoc_server_name(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1619
EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1641
EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1667
EXT_RETURN tls_construct_stoc_supported_groups(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1727
EXT_RETURN tls_construct_stoc_session_ticket(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1746
EXT_RETURN tls_construct_stoc_status_request(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1785
EXT_RETURN tls_construct_stoc_next_proto_neg(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1815
EXT_RETURN tls_construct_stoc_alpn(SSL_CONNECTION *s, WPACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_srvr.c
1837
EXT_RETURN tls_construct_stoc_use_srtp(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1858
EXT_RETURN tls_construct_stoc_etm(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1888
EXT_RETURN tls_construct_stoc_ems(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1904
EXT_RETURN tls_construct_stoc_supported_versions(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1924
EXT_RETURN tls_construct_stoc_key_share(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
2061
EXT_RETURN tls_construct_stoc_cookie(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
2193
EXT_RETURN tls_construct_stoc_cryptopro_bug(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
2221
EXT_RETURN tls_construct_stoc_early_data(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
2253
EXT_RETURN tls_construct_stoc_psk(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
2271
EXT_RETURN tls_construct_stoc_client_cert_type(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
2366
EXT_RETURN tls_construct_stoc_server_cert_type(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/statem.c
814
WPACKET *pkt),
crypto/openssl/ssl/statem/statem.c
817
CON_FUNC_RETURN (*confunc)(SSL_CONNECTION *s, WPACKET *pkt);
crypto/openssl/ssl/statem/statem.c
819
WPACKET pkt;
crypto/openssl/ssl/statem/statem_clnt.c
1175
CON_FUNC_RETURN tls_construct_client_hello(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3025
static int tls_construct_cke_psk_preamble(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3103
static int tls_construct_cke_rsa(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3188
static int tls_construct_cke_dhe(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3251
static int tls_construct_cke_ecdhe(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3295
static int tls_construct_cke_gost(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3446
static int tls_construct_cke_gost18(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3545
static int tls_construct_cke_srp(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3573
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3802
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3864
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3867
WPACKET tmppkt;
crypto/openssl/ssl/statem/statem_clnt.c
4014
CON_FUNC_RETURN tls_construct_next_proto(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
41
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_clnt.c
4111
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
4213
CON_FUNC_RETURN tls_construct_end_of_early_data(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_dtls.c
1009
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_dtls.c
1318
int dtls1_set_handshake_header(SSL_CONNECTION *s, WPACKET *pkt, int htype)
crypto/openssl/ssl/statem/statem_dtls.c
1342
int dtls1_close_construct_packet(SSL_CONNECTION *s, WPACKET *pkt, int htype)
crypto/openssl/ssl/statem/statem_lib.c
1020
static int ssl_add_cert_chain(SSL_CONNECTION *s, WPACKET *pkt, CERT_PKEY *cpk, int for_comp)
crypto/openssl/ssl/statem/statem_lib.c
126
int tls_close_construct_packet(SSL_CONNECTION *s, WPACKET *pkt, int htype)
crypto/openssl/ssl/statem/statem_lib.c
1327
unsigned long tls_output_rpk(SSL_CONNECTION *sc, WPACKET *pkt, CERT_PKEY *cpk)
crypto/openssl/ssl/statem/statem_lib.c
1405
unsigned long ssl3_output_cert_chain(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_lib.c
2759
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_lib.c
313
CON_FUNC_RETURN tls_construct_cert_verify(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_lib.c
618
CON_FUNC_RETURN tls_construct_finished(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_lib.c
702
CON_FUNC_RETURN tls_construct_key_update(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_lib.c
976
CON_FUNC_RETURN tls_construct_change_cipher_spec(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_lib.c
987
static int ssl_add_cert_to_wpacket(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
123
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
125
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
127
__owur CON_FUNC_RETURN tls_construct_finished(SSL_CONNECTION *s, WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
128
__owur CON_FUNC_RETURN tls_construct_key_update(SSL_CONNECTION *s, WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
144
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
157
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
161
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
164
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
169
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
171
__owur int tls_construct_cert_status_body(SSL_CONNECTION *s, WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
173
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
180
__owur unsigned long tls_output_rpk(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
193
__owur CON_FUNC_RETURN tls_construct_next_proto(SSL_CONNECTION *s, WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
198
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
206
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
208
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
210
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
213
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
216
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
218
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
220
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
238
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
270
__owur int tls_construct_extensions(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
343
EXT_RETURN tls_construct_stoc_renegotiate(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
346
EXT_RETURN tls_construct_stoc_server_name(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
349
EXT_RETURN tls_construct_stoc_early_data(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
352
EXT_RETURN tls_construct_stoc_maxfragmentlen(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
355
EXT_RETURN tls_construct_stoc_ec_pt_formats(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
358
EXT_RETURN tls_construct_stoc_supported_groups(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
361
EXT_RETURN tls_construct_stoc_session_ticket(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
365
EXT_RETURN tls_construct_stoc_status_request(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
370
EXT_RETURN tls_construct_stoc_next_proto_neg(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
374
EXT_RETURN tls_construct_stoc_alpn(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
378
EXT_RETURN tls_construct_stoc_use_srtp(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
382
EXT_RETURN tls_construct_stoc_etm(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
385
EXT_RETURN tls_construct_stoc_ems(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
388
EXT_RETURN tls_construct_stoc_supported_versions(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
391
EXT_RETURN tls_construct_stoc_key_share(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
394
EXT_RETURN tls_construct_stoc_cookie(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
402
EXT_RETURN tls_construct_stoc_cryptopro_bug(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
405
EXT_RETURN tls_construct_stoc_psk(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
410
EXT_RETURN tls_construct_ctos_renegotiate(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
413
EXT_RETURN tls_construct_ctos_server_name(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
416
EXT_RETURN tls_construct_ctos_maxfragmentlen(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
420
EXT_RETURN tls_construct_ctos_srp(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
424
EXT_RETURN tls_construct_ctos_ec_pt_formats(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
427
EXT_RETURN tls_construct_ctos_supported_groups(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
431
EXT_RETURN tls_construct_ctos_early_data(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
434
EXT_RETURN tls_construct_ctos_session_ticket(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
437
EXT_RETURN tls_construct_ctos_sig_algs(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
441
EXT_RETURN tls_construct_ctos_status_request(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
446
EXT_RETURN tls_construct_ctos_npn(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
450
EXT_RETURN tls_construct_ctos_alpn(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
454
EXT_RETURN tls_construct_ctos_use_srtp(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
458
EXT_RETURN tls_construct_ctos_etm(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
462
EXT_RETURN tls_construct_ctos_sct(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
466
EXT_RETURN tls_construct_ctos_ems(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
469
EXT_RETURN tls_construct_ctos_supported_versions(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
472
EXT_RETURN tls_construct_ctos_key_share(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
475
EXT_RETURN tls_construct_ctos_psk_kex_modes(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
478
EXT_RETURN tls_construct_ctos_cookie(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
481
EXT_RETURN tls_construct_ctos_padding(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
484
EXT_RETURN tls_construct_ctos_psk(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
487
EXT_RETURN tls_construct_ctos_post_handshake_auth(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
549
EXT_RETURN tls_construct_ctos_client_cert_type(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
552
EXT_RETURN tls_construct_stoc_client_cert_type(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
561
EXT_RETURN tls_construct_ctos_server_cert_type(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
564
EXT_RETURN tls_construct_stoc_server_cert_type(SSL_CONNECTION *sc, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
65
typedef CON_FUNC_RETURN (*confunc_f)(SSL_CONNECTION *s, WPACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
77
WPACKET *pkt);
crypto/openssl/ssl/statem/statem_srvr.c
1382
int dtls_raw_hello_verify_request(WPACKET *pkt, unsigned char *cookie,
crypto/openssl/ssl/statem/statem_srvr.c
1394
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
2429
CON_FUNC_RETURN tls_construct_server_hello(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
2540
CON_FUNC_RETURN tls_construct_server_done(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
2552
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
2863
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3855
CON_FUNC_RETURN tls_construct_server_certificate(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3894
CON_FUNC_RETURN tls_construct_server_compressed_certificate(SSL_CONNECTION *sc, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3919
static int create_ticket_prequel(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_srvr.c
3964
WPACKET *pkt,
crypto/openssl/ssl/statem/statem_srvr.c
4171
static int construct_stateful_ticket(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/ssl/statem/statem_srvr.c
4204
CON_FUNC_RETURN tls_construct_new_session_ticket(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
4348
int tls_construct_cert_status_body(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
4360
CON_FUNC_RETURN tls_construct_cert_status(SSL_CONNECTION *s, WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
4407
WPACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
52
WPACKET *pkt);
crypto/openssl/ssl/t1_lib.c
3447
int tls12_copy_sigalgs(SSL_CONNECTION *s, WPACKET *pkt,
crypto/openssl/test/helpers/quictestlib.c
1086
WPACKET old_ext_wpkt;
crypto/openssl/test/punycode_test.c
202
WPACKET p;
crypto/openssl/test/quic_multistream_test.c
2755
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
2924
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
2977
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
3087
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
3221
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
3436
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
3585
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
3701
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
3779
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
3879
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
4092
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
4179
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
4354
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
4475
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
4600
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
4655
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
4937
static int generate_version_neg(WPACKET *wpkt, uint32_t version)
crypto/openssl/test/quic_multistream_test.c
4961
WPACKET wpkt;
crypto/openssl/test/quic_multistream_test.c
5267
WPACKET wpkt;
crypto/openssl/test/quic_record_test.c
10016
WPACKET wpkt = { 0 };
crypto/openssl/test/quic_txp_test.c
430
WPACKET wpkt;
crypto/openssl/test/quic_txp_test.c
511
WPACKET wpkt;
crypto/openssl/test/quic_wire_test.c
1012
static int encode_case_20_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
1061
static int encode_case_21_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
1086
static int encode_case_22_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
1181
static int encode_case_23_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
1281
WPACKET wpkt;
crypto/openssl/test/quic_wire_test.c
16
int (*serializer)(WPACKET *pkt);
crypto/openssl/test/quic_wire_test.c
177
static int encode_case_4_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
222
static int encode_case_5_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
263
static int encode_case_6_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
28
static int encode_case_1_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
308
static int encode_case_7_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
355
static int encode_case_8_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
417
static int encode_case_9_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
467
static int encode_case_10_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
498
static int encode_case_11_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
53
static int encode_case_2_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
542
static int encode_case_12_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
620
static int encode_case_13_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
653
static int encode_case_14_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
697
static int encode_case_15_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
787
static int encode_case_16_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
849
static int encode_case_16b_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
88
static int encode_case_3_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
883
static int encode_case_17_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
917
static int encode_case_18_enc(WPACKET *pkt)
crypto/openssl/test/quic_wire_test.c
959
static int encode_case_19_enc(WPACKET *pkt)
crypto/openssl/test/quicapitest.c
2118
WPACKET *wpkt)
crypto/openssl/test/quicapitest.c
2186
WPACKET wpkt;
crypto/openssl/test/wpackettest.c
143
WPACKET pkt;
crypto/openssl/test/wpackettest.c
190
WPACKET pkt;
crypto/openssl/test/wpackettest.c
271
WPACKET pkt;
crypto/openssl/test/wpackettest.c
331
WPACKET pkt;
crypto/openssl/test/wpackettest.c
361
WPACKET pkt;
crypto/openssl/test/wpackettest.c
385
WPACKET pkt;
crypto/openssl/test/wpackettest.c
458
WPACKET pkt;
crypto/openssl/test/wpackettest.c
585
WPACKET pkt;
crypto/openssl/test/wpackettest.c
59
static int cleanup(WPACKET *pkt)
crypto/openssl/test/wpackettest.c
67
WPACKET pkt;