crypto/openssl/crypto/asn1_dsa.c
155
int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt)
crypto/openssl/crypto/asn1_dsa.c
187
int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n)
crypto/openssl/crypto/asn1_dsa.c
189
PACKET contpkt, tmppkt;
crypto/openssl/crypto/asn1_dsa.c
238
PACKET pkt, contpkt;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
162
static int poly_decode_10_bits(POLY *p, PACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
225
static int poly_decode_signed_4(POLY *p, PACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
24
typedef int(DECODE_FN)(POLY *s, PACKET *pkt);
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
323
static int poly_decode_signed_2(POLY *p, PACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
423
static int poly_decode_signed_two_to_power_12(POLY *p, PACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
508
static int poly_decode_signed_two_to_power_19(POLY *p, PACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
589
static int poly_decode_signed_two_to_power_17(POLY *p, PACKET *pkt)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
668
PACKET pkt;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
770
PACKET pkt;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
864
static int hint_bits_decode(VECTOR *hint, PACKET *pkt, uint32_t omega)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
951
PACKET pkt;
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
977
PACKET pkt;
crypto/openssl/crypto/slh_dsa/slh_dsa.c
158
PACKET pkt, *sig_rpkt = &pkt; /* Points to the |sig| buffer */
crypto/openssl/crypto/slh_dsa/slh_dsa.c
162
PACKET pkt2, *m_digest_rpkt = &pkt2; /* Points to m_digest buffer */
crypto/openssl/crypto/slh_dsa/slh_dsa.c
20
static int get_tree_ids(PACKET *pkt, const SLH_DSA_PARAMS *params,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
345
static int get_tree_ids(PACKET *rpkt, const SLH_DSA_PARAMS *params,
crypto/openssl/crypto/slh_dsa/slh_dsa.c
55
PACKET r_packet, *rpkt = &r_packet;
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
63
PACKET *sig_rpkt, const uint8_t *msg,
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
76
PACKET *sig_rpkt, const uint8_t *msg,
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
85
PACKET *sig_rpkt, const uint8_t *pk_seed,
crypto/openssl/crypto/slh_dsa/slh_dsa_local.h
92
__owur int ossl_slh_fors_pk_from_sig(SLH_DSA_HASH_CTX *ctx, PACKET *sig_rpkt,
crypto/openssl/crypto/slh_dsa/slh_fors.c
210
int ossl_slh_fors_pk_from_sig(SLH_DSA_HASH_CTX *ctx, PACKET *fors_sig_rpkt,
crypto/openssl/crypto/slh_dsa/slh_hypertree.c
107
int ossl_slh_ht_verify(SLH_DSA_HASH_CTX *ctx, const uint8_t *msg, PACKET *sig_pkt,
crypto/openssl/crypto/slh_dsa/slh_hypertree.c
46
PACKET rpkt, *xmss_sig_rpkt = &rpkt;
crypto/openssl/crypto/slh_dsa/slh_wots.c
267
PACKET *sig_rpkt, const uint8_t *msg,
crypto/openssl/crypto/slh_dsa/slh_xmss.c
140
PACKET *sig_rpkt, const uint8_t *msg,
crypto/openssl/fuzz/quic-lcidm.c
53
static int get_cid(PACKET *pkt, QUIC_CONN_ID *cid)
crypto/openssl/fuzz/quic-lcidm.c
70
PACKET pkt;
crypto/openssl/fuzz/quic-rcidm.c
62
static int get_cid(PACKET *pkt, QUIC_CONN_ID *cid)
crypto/openssl/fuzz/quic-rcidm.c
79
PACKET pkt;
crypto/openssl/fuzz/quic-srtm.c
49
PACKET pkt;
crypto/openssl/include/crypto/asn1_dsa.h
19
int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt);
crypto/openssl/include/crypto/asn1_dsa.h
20
int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n);
crypto/openssl/include/internal/packet.h
107
__owur static ossl_inline int PACKET_peek_sub_packet(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
108
PACKET *subpkt, size_t len)
crypto/openssl/include/internal/packet.h
121
__owur static ossl_inline int PACKET_get_sub_packet(PACKET *pkt,
crypto/openssl/include/internal/packet.h
122
PACKET *subpkt, size_t len)
crypto/openssl/include/internal/packet.h
136
__owur static ossl_inline int PACKET_peek_net_2(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
150
__owur static ossl_inline int PACKET_get_net_2(PACKET *pkt, unsigned int *data)
crypto/openssl/include/internal/packet.h
161
__owur static ossl_inline int PACKET_get_net_2_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
176
__owur static ossl_inline int PACKET_peek_net_3(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
191
__owur static ossl_inline int PACKET_get_net_3(PACKET *pkt, unsigned long *data)
crypto/openssl/include/internal/packet.h
202
__owur static ossl_inline int PACKET_get_net_3_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
217
__owur static ossl_inline int PACKET_peek_net_4(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
235
__owur static ossl_inline int PACKET_peek_net_8(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
255
__owur static ossl_inline int PACKET_get_net_4(PACKET *pkt, unsigned long *data)
crypto/openssl/include/internal/packet.h
266
__owur static ossl_inline int PACKET_get_net_4_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
278
__owur static ossl_inline int PACKET_get_net_8(PACKET *pkt, uint64_t *data)
crypto/openssl/include/internal/packet.h
289
__owur static ossl_inline int PACKET_peek_1(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
30
static ossl_inline void packet_forward(PACKET *pkt, size_t len)
crypto/openssl/include/internal/packet.h
301
__owur static ossl_inline int PACKET_get_1(PACKET *pkt, unsigned int *data)
crypto/openssl/include/internal/packet.h
312
__owur static ossl_inline int PACKET_get_1_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
327
__owur static ossl_inline int PACKET_peek_4(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
346
__owur static ossl_inline int PACKET_get_4(PACKET *pkt, unsigned long *data)
crypto/openssl/include/internal/packet.h
362
__owur static ossl_inline int PACKET_peek_bytes(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
380
__owur static ossl_inline int PACKET_get_bytes(PACKET *pkt,
crypto/openssl/include/internal/packet.h
39
static ossl_inline size_t PACKET_remaining(const PACKET *pkt)
crypto/openssl/include/internal/packet.h
393
__owur static ossl_inline int PACKET_peek_copy_bytes(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
409
__owur static ossl_inline int PACKET_copy_bytes(PACKET *pkt,
crypto/openssl/include/internal/packet.h
427
__owur static ossl_inline int PACKET_copy_all(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
449
__owur static ossl_inline int PACKET_memdup(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
481
__owur static ossl_inline int PACKET_strndup(const PACKET *pkt, char **data)
crypto/openssl/include/internal/packet.h
491
static ossl_inline int PACKET_contains_zero_byte(const PACKET *pkt)
crypto/openssl/include/internal/packet.h
497
__owur static ossl_inline int PACKET_forward(PACKET *pkt, size_t len)
crypto/openssl/include/internal/packet.h
50
static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
crypto/openssl/include/internal/packet.h
514
__owur static ossl_inline int PACKET_get_length_prefixed_1(PACKET *pkt,
crypto/openssl/include/internal/packet.h
515
PACKET *subpkt)
crypto/openssl/include/internal/packet.h
519
PACKET tmp = *pkt;
crypto/openssl/include/internal/packet.h
535
__owur static ossl_inline int PACKET_as_length_prefixed_1(PACKET *pkt,
crypto/openssl/include/internal/packet.h
536
PACKET *subpkt)
crypto/openssl/include/internal/packet.h
540
PACKET tmp = *pkt;
crypto/openssl/include/internal/packet.h
559
__owur static ossl_inline int PACKET_get_length_prefixed_2(PACKET *pkt,
crypto/openssl/include/internal/packet.h
560
PACKET *subpkt)
crypto/openssl/include/internal/packet.h
564
PACKET tmp = *pkt;
crypto/openssl/include/internal/packet.h
581
__owur static ossl_inline int PACKET_as_length_prefixed_2(PACKET *pkt,
crypto/openssl/include/internal/packet.h
582
PACKET *subpkt)
crypto/openssl/include/internal/packet.h
586
PACKET tmp = *pkt;
crypto/openssl/include/internal/packet.h
59
static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt)
crypto/openssl/include/internal/packet.h
606
__owur static ossl_inline int PACKET_get_length_prefixed_3(PACKET *pkt,
crypto/openssl/include/internal/packet.h
607
PACKET *subpkt)
crypto/openssl/include/internal/packet.h
611
PACKET tmp = *pkt;
crypto/openssl/include/internal/packet.h
69
__owur static ossl_inline int PACKET_buf_init(PACKET *pkt,
crypto/openssl/include/internal/packet.h
83
static ossl_inline void PACKET_null_init(PACKET *pkt)
crypto/openssl/include/internal/packet.h
94
__owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr,
crypto/openssl/include/internal/packet_quic.h
100
__owur static ossl_inline int PACKET_get_quic_length_prefixed(PACKET *pkt,
crypto/openssl/include/internal/packet_quic.h
101
PACKET *subpkt)
crypto/openssl/include/internal/packet_quic.h
105
PACKET tmp = *pkt;
crypto/openssl/include/internal/packet_quic.h
22
__owur static ossl_inline int PACKET_get_quic_vlint(PACKET *pkt,
crypto/openssl/include/internal/packet_quic.h
46
__owur static ossl_inline int PACKET_peek_quic_vlint_ex(PACKET *pkt,
crypto/openssl/include/internal/packet_quic.h
68
__owur static ossl_inline int PACKET_peek_quic_vlint(PACKET *pkt,
crypto/openssl/include/internal/packet_quic.h
77
__owur static ossl_inline int PACKET_skip_quic_vlint(PACKET *pkt)
crypto/openssl/include/internal/quic_wire.h
486
int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type,
crypto/openssl/include/internal/quic_wire.h
493
int ossl_quic_wire_skip_frame_header(PACKET *pkt, uint64_t *type);
crypto/openssl/include/internal/quic_wire.h
503
int ossl_quic_wire_peek_frame_ack_num_ranges(const PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
533
int ossl_quic_wire_decode_frame_ack(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
541
int ossl_quic_wire_decode_frame_reset_stream(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
547
int ossl_quic_wire_decode_frame_stop_sending(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
558
int ossl_quic_wire_decode_frame_crypto(PACKET *pkt, int nodata,
crypto/openssl/include/internal/quic_wire.h
565
int ossl_quic_wire_decode_frame_new_token(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
598
int ossl_quic_wire_decode_frame_stream(PACKET *pkt, int nodata,
crypto/openssl/include/internal/quic_wire.h
605
int ossl_quic_wire_decode_frame_max_data(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
612
int ossl_quic_wire_decode_frame_max_stream_data(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
623
int ossl_quic_wire_decode_frame_max_streams(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
630
int ossl_quic_wire_decode_frame_data_blocked(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
637
int ossl_quic_wire_decode_frame_stream_data_blocked(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
649
int ossl_quic_wire_decode_frame_streams_blocked(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
661
int ossl_quic_wire_decode_frame_new_conn_id(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
668
int ossl_quic_wire_decode_frame_retire_conn_id(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
674
int ossl_quic_wire_decode_frame_path_challenge(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
680
int ossl_quic_wire_decode_frame_path_response(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
696
int ossl_quic_wire_decode_frame_conn_close(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
704
size_t ossl_quic_wire_decode_padding(PACKET *pkt);
crypto/openssl/include/internal/quic_wire.h
709
int ossl_quic_wire_decode_frame_ping(PACKET *pkt);
crypto/openssl/include/internal/quic_wire.h
714
int ossl_quic_wire_decode_frame_handshake_done(PACKET *pkt);
crypto/openssl/include/internal/quic_wire.h
720
int ossl_quic_wire_peek_transport_param(PACKET *pkt, uint64_t *id);
crypto/openssl/include/internal/quic_wire.h
732
const unsigned char *ossl_quic_wire_decode_transport_param_bytes(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
742
int ossl_quic_wire_decode_transport_param_int(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
752
int ossl_quic_wire_decode_transport_param_cid(PACKET *pkt,
crypto/openssl/include/internal/quic_wire.h
766
int ossl_quic_wire_decode_transport_param_preferred_addr(PACKET *pkt,
crypto/openssl/include/internal/quic_wire_pkt.h
478
int ossl_quic_wire_decode_pkt_hdr(PACKET *pkt,
crypto/openssl/ssl/d1_lib.c
428
PACKET pkt, msgpkt, msgpayload, session, cookiepkt;
crypto/openssl/ssl/quic/qlog_event_helpers.c
206
static int log_frame_actual(QLOG *qlog_instance, PACKET *pkt,
crypto/openssl/ssl/quic/qlog_event_helpers.c
214
PACKET orig_pkt = *pkt;
crypto/openssl/ssl/quic/qlog_event_helpers.c
486
static void log_frame(QLOG *qlog_instance, PACKET *pkt,
crypto/openssl/ssl/quic/qlog_event_helpers.c
505
PACKET pkt;
crypto/openssl/ssl/quic/quic_channel.c
1303
PACKET pkt;
crypto/openssl/ssl/quic/quic_channel.c
2305
PACKET vpkt;
crypto/openssl/ssl/quic/quic_port.c
1047
PACKET pkt, subpkt;
crypto/openssl/ssl/quic/quic_port.c
1486
PACKET pkt;
crypto/openssl/ssl/quic/quic_record_rx.c
1012
PACKET *pkt, size_t pkt_idx,
crypto/openssl/ssl/quic/quic_record_rx.c
1019
PACKET orig_pkt = *pkt;
crypto/openssl/ssl/quic/quic_record_rx.c
1349
PACKET pkt;
crypto/openssl/ssl/quic/quic_record_rx.c
309
PACKET pkt, orig_pkt;
crypto/openssl/ssl/quic/quic_rx_depack.c
1011
static int depack_do_frame_conn_close(PACKET *pkt, QUIC_CHANNEL *ch,
crypto/openssl/ssl/quic/quic_rx_depack.c
1028
static int depack_do_frame_handshake_done(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
1047
static int depack_process_frames(QUIC_CHANNEL *ch, PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
142
static int depack_do_frame_reset_stream(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
1427
PACKET pkt;
crypto/openssl/ssl/quic/quic_rx_depack.c
218
static int depack_do_frame_stop_sending(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
263
static int depack_do_frame_crypto(PACKET *pkt, QUIC_CHANNEL *ch,
crypto/openssl/ssl/quic/quic_rx_depack.c
327
static int depack_do_frame_new_token(PACKET *pkt, QUIC_CHANNEL *ch,
crypto/openssl/ssl/quic/quic_rx_depack.c
37
static int depack_do_frame_padding(PACKET *pkt)
crypto/openssl/ssl/quic/quic_rx_depack.c
44
static int depack_do_frame_ping(PACKET *pkt, QUIC_CHANNEL *ch,
crypto/openssl/ssl/quic/quic_rx_depack.c
496
static int depack_do_frame_stream(PACKET *pkt, QUIC_CHANNEL *ch,
crypto/openssl/ssl/quic/quic_rx_depack.c
61
static int depack_do_frame_ack(PACKET *pkt, QUIC_CHANNEL *ch,
crypto/openssl/ssl/quic/quic_rx_depack.c
671
static int depack_do_frame_max_data(PACKET *pkt, QUIC_CHANNEL *ch,
crypto/openssl/ssl/quic/quic_rx_depack.c
689
static int depack_do_frame_max_stream_data(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
728
static int depack_do_frame_max_streams(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
777
static int depack_do_frame_data_blocked(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
795
static int depack_do_frame_stream_data_blocked(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
842
static int depack_do_frame_streams_blocked(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
875
static int depack_do_frame_new_conn_id(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
894
static int depack_do_frame_retire_conn_id(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
937
static int depack_do_frame_path_challenge(PACKET *pkt,
crypto/openssl/ssl/quic/quic_rx_depack.c
992
static int depack_do_frame_path_response(PACKET *pkt,
crypto/openssl/ssl/quic/quic_trace.c
128
static int frame_reset_stream(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
145
static int frame_stop_sending(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
160
static int frame_crypto(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
173
static int frame_new_token(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
188
static int frame_stream(BIO *bio, PACKET *pkt, uint64_t frame_type)
crypto/openssl/ssl/quic/quic_trace.c
250
static int frame_max_data(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
262
static int frame_max_stream_data(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
277
static int frame_max_streams(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
289
static int frame_data_blocked(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
301
static int frame_stream_data_blocked(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
316
static int frame_streams_blocked(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
328
static int frame_new_conn_id(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
349
static int frame_retire_conn_id(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
361
static int frame_path_challenge(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
373
static int frame_path_response(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
385
static int frame_conn_closed(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
401
static int trace_frame_data(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_trace.c
569
PACKET pkt;
crypto/openssl/ssl/quic/quic_trace.c
81
static int frame_ack(BIO *bio, PACKET *pkt)
crypto/openssl/ssl/quic/quic_txp.c
360
PACKET pkt;
crypto/openssl/ssl/quic/quic_wire.c
445
int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type,
crypto/openssl/ssl/quic/quic_wire.c
451
int ossl_quic_wire_skip_frame_header(PACKET *pkt, uint64_t *type)
crypto/openssl/ssl/quic/quic_wire.c
456
static int expect_frame_header_mask(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
473
static int expect_frame_header(PACKET *pkt, uint64_t expected_frame_type)
crypto/openssl/ssl/quic/quic_wire.c
484
int ossl_quic_wire_peek_frame_ack_num_ranges(const PACKET *orig_pkt,
crypto/openssl/ssl/quic/quic_wire.c
487
PACKET pkt = *orig_pkt;
crypto/openssl/ssl/quic/quic_wire.c
514
int ossl_quic_wire_decode_frame_ack(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
599
int ossl_quic_wire_decode_frame_reset_stream(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
611
int ossl_quic_wire_decode_frame_stop_sending(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
622
int ossl_quic_wire_decode_frame_crypto(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
651
int ossl_quic_wire_decode_frame_new_token(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
673
int ossl_quic_wire_decode_frame_stream(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
727
int ossl_quic_wire_decode_frame_max_data(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
737
int ossl_quic_wire_decode_frame_max_stream_data(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
749
int ossl_quic_wire_decode_frame_max_streams(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
761
int ossl_quic_wire_decode_frame_data_blocked(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
771
int ossl_quic_wire_decode_frame_stream_data_blocked(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
783
int ossl_quic_wire_decode_frame_streams_blocked(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
795
int ossl_quic_wire_decode_frame_new_conn_id(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
824
int ossl_quic_wire_decode_frame_retire_conn_id(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
834
int ossl_quic_wire_decode_frame_path_challenge(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
844
int ossl_quic_wire_decode_frame_path_response(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
854
int ossl_quic_wire_decode_frame_conn_close(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
886
size_t ossl_quic_wire_decode_padding(PACKET *pkt)
crypto/openssl/ssl/quic/quic_wire.c
900
int ossl_quic_wire_decode_frame_ping(PACKET *pkt)
crypto/openssl/ssl/quic/quic_wire.c
905
int ossl_quic_wire_decode_frame_handshake_done(PACKET *pkt)
crypto/openssl/ssl/quic/quic_wire.c
910
int ossl_quic_wire_peek_transport_param(PACKET *pkt, uint64_t *id)
crypto/openssl/ssl/quic/quic_wire.c
915
const unsigned char *ossl_quic_wire_decode_transport_param_bytes(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
937
int ossl_quic_wire_decode_transport_param_int(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
941
PACKET sub;
crypto/openssl/ssl/quic/quic_wire.c
957
int ossl_quic_wire_decode_transport_param_cid(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
973
int ossl_quic_wire_decode_transport_param_preferred_addr(PACKET *pkt,
crypto/openssl/ssl/quic/quic_wire.c
979
PACKET pkt2;
crypto/openssl/ssl/quic/quic_wire_pkt.c
185
int ossl_quic_wire_decode_pkt_hdr(PACKET *pkt,
crypto/openssl/ssl/record/methods/tls_common.c
556
PACKET pkt, sslv2pkt;
crypto/openssl/ssl/record/rec_layer_d1.c
380
PACKET alert;
crypto/openssl/ssl/record/rec_layer_s3.c
867
PACKET alert;
crypto/openssl/ssl/ssl_lib.c
3571
PACKET cpkt, csubpkt, spkt, ssubpkt;
crypto/openssl/ssl/ssl_lib.c
7043
int ssl_cache_cipherlist(SSL_CONNECTION *s, PACKET *cipher_suites, int sslv2format)
crypto/openssl/ssl/ssl_lib.c
7065
PACKET sslv2ciphers = *cipher_suites;
crypto/openssl/ssl/ssl_lib.c
7112
PACKET pkt;
crypto/openssl/ssl/ssl_lib.c
7123
int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites,
crypto/openssl/ssl/ssl_local.h
2559
__owur int ssl_cache_cipherlist(SSL_CONNECTION *s, PACKET *cipher_suites,
crypto/openssl/ssl/ssl_local.h
2561
__owur int ossl_bytes_to_cipher_list(SSL_CONNECTION *s, PACKET *cipher_suites,
crypto/openssl/ssl/ssl_local.h
2914
__owur int tls1_save_u16(PACKET *pkt, uint16_t **pdest, size_t *pdestlen);
crypto/openssl/ssl/ssl_local.h
2915
__owur int tls1_save_sigalgs(SSL_CONNECTION *s, PACKET *pkt, int cert);
crypto/openssl/ssl/ssl_local.h
630
PACKET data;
crypto/openssl/ssl/ssl_local.h
649
PACKET ciphersuites;
crypto/openssl/ssl/ssl_local.h
652
PACKET extensions;
crypto/openssl/ssl/ssl_rsa.c
605
PACKET pkt, data;
crypto/openssl/ssl/ssl_rsa.c
715
PACKET pkt;
crypto/openssl/ssl/ssl_rsa.c
729
PACKET data;
crypto/openssl/ssl/statem/extensions.c
1262
static int tls_parse_certificate_authorities(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
1569
PACKET hashprefix, msg;
crypto/openssl/ssl/statem/extensions.c
1803
int tls_parse_compress_certificate(SSL_CONNECTION *sc, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions.c
1807
PACKET supported_comp_algs;
crypto/openssl/ssl/statem/extensions.c
47
static int tls_parse_certificate_authorities(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
558
int tls_collect_extensions(SSL_CONNECTION *s, PACKET *packet,
crypto/openssl/ssl/statem/extensions.c
562
PACKET extensions = *packet;
crypto/openssl/ssl/statem/extensions.c
588
PACKET extension;
crypto/openssl/ssl/statem/extensions.c
691
int (*parser)(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, X509 *x,
crypto/openssl/ssl/statem/extensions.c
74
static int tls_parse_compress_certificate(SSL_CONNECTION *sc, PACKET *pkt,
crypto/openssl/ssl/statem/extensions.c
93
int (*parse_ctos)(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions.c
96
int (*parse_stoc)(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_clnt.c
1301
int tls_parse_stoc_renegotiate(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1358
int tls_parse_stoc_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1397
int tls_parse_stoc_server_name(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1426
int tls_parse_stoc_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1431
PACKET ecptformatlist;
crypto/openssl/ssl/statem/extensions_clnt.c
1466
int tls_parse_stoc_session_ticket(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1492
int tls_parse_stoc_status_request(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1533
int tls_parse_stoc_sct(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_clnt.c
1602
static int ssl_next_proto_validate(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/extensions_clnt.c
1604
PACKET tmp_protocol;
crypto/openssl/ssl/statem/extensions_clnt.c
1617
int tls_parse_stoc_npn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_clnt.c
1622
PACKET tmppkt;
crypto/openssl/ssl/statem/extensions_clnt.c
1671
int tls_parse_stoc_alpn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_clnt.c
1675
PACKET confpkt, protpkt;
crypto/openssl/ssl/statem/extensions_clnt.c
1759
int tls_parse_stoc_use_srtp(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1808
int tls_parse_stoc_etm(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_clnt.c
1824
int tls_parse_stoc_ems(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_clnt.c
1836
int tls_parse_stoc_supported_versions(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1872
int tls_parse_stoc_key_share(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
1878
PACKET encoded_pt;
crypto/openssl/ssl/statem/extensions_clnt.c
2042
int tls_parse_stoc_cookie(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_clnt.c
2045
PACKET cookie;
crypto/openssl/ssl/statem/extensions_clnt.c
2057
int tls_parse_stoc_early_data(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
2112
int tls_parse_stoc_psk(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
2189
int tls_parse_stoc_client_cert_type(SSL_CONNECTION *sc, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
2241
int tls_parse_stoc_server_cert_type(SSL_CONNECTION *sc, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_clnt.c
934
PACKET prots, alpnpkt;
crypto/openssl/ssl/statem/extensions_srvr.c
1003
int tls_parse_ctos_cookie(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_srvr.c
1010
PACKET cookie, raw, chhash, appcookie;
crypto/openssl/ssl/statem/extensions_srvr.c
105
int tls_parse_ctos_server_name(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
109
PACKET sni, hostname;
crypto/openssl/ssl/statem/extensions_srvr.c
1216
int tls_parse_ctos_supported_groups(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
1220
PACKET supported_groups_list;
crypto/openssl/ssl/statem/extensions_srvr.c
1245
int tls_parse_ctos_ems(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_srvr.c
1262
int tls_parse_ctos_early_data(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_srvr.c
1278
static SSL_TICKET_STATUS tls_get_stateful_ticket(SSL_CONNECTION *s, PACKET *tick,
crypto/openssl/ssl/statem/extensions_srvr.c
1306
int tls_parse_ctos_psk(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_srvr.c
1309
PACKET identities, binders, binder;
crypto/openssl/ssl/statem/extensions_srvr.c
1334
PACKET identity;
crypto/openssl/ssl/statem/extensions_srvr.c
1552
int tls_parse_ctos_post_handshake_auth(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
177
int tls_parse_ctos_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
220
int tls_parse_ctos_srp(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_srvr.c
223
PACKET srp_I;
crypto/openssl/ssl/statem/extensions_srvr.c
2327
int tls_parse_ctos_client_cert_type(SSL_CONNECTION *sc, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
2331
PACKET supported_cert_types;
crypto/openssl/ssl/statem/extensions_srvr.c
2392
int tls_parse_ctos_server_cert_type(SSL_CONNECTION *sc, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
2396
PACKET supported_cert_types;
crypto/openssl/ssl/statem/extensions_srvr.c
240
int tls_parse_ctos_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
244
PACKET ec_point_format_list;
crypto/openssl/ssl/statem/extensions_srvr.c
264
int tls_parse_ctos_session_ticket(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
276
int tls_parse_ctos_sig_algs_cert(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
281
PACKET supported_sig_algs;
crypto/openssl/ssl/statem/extensions_srvr.c
303
int tls_parse_ctos_sig_algs(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
306
PACKET supported_sig_algs;
crypto/openssl/ssl/statem/extensions_srvr.c
329
int tls_parse_ctos_status_request(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
333
PACKET responder_id_list, exts;
crypto/openssl/ssl/statem/extensions_srvr.c
378
PACKET responder_id;
crypto/openssl/ssl/statem/extensions_srvr.c
42
int tls_parse_ctos_renegotiate(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
433
int tls_parse_ctos_npn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_srvr.c
451
int tls_parse_ctos_alpn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_srvr.c
454
PACKET protocol_list, save_protocol_list, protocol;
crypto/openssl/ssl/statem/extensions_srvr.c
488
int tls_parse_ctos_use_srtp(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
494
PACKET subpkt;
crypto/openssl/ssl/statem/extensions_srvr.c
555
int tls_parse_ctos_etm(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/extensions_srvr.c
568
int tls_parse_ctos_psk_kex_modes(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
573
PACKET psk_kex_modes;
crypto/openssl/ssl/statem/extensions_srvr.c
620
static int tls_accept_ksgroup(SSL_CONNECTION *s, uint16_t ksgroup, PACKET *encoded_pubkey)
crypto/openssl/ssl/statem/extensions_srvr.c
651
static KS_EXTRACTION_RESULT extract_keyshares(SSL_CONNECTION *s, PACKET *key_share_list,
crypto/openssl/ssl/statem/extensions_srvr.c
654
uint16_t **keyshares_arr, PACKET **encoded_pubkey_arr,
crypto/openssl/ssl/statem/extensions_srvr.c
657
PACKET encoded_pubkey;
crypto/openssl/ssl/statem/extensions_srvr.c
747
PACKET *tmp_pkt;
crypto/openssl/ssl/statem/extensions_srvr.c
824
int tls_parse_ctos_key_share(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/extensions_srvr.c
828
PACKET key_share_list;
crypto/openssl/ssl/statem/extensions_srvr.c
833
PACKET *encoded_pubkey_arr = NULL;
crypto/openssl/ssl/statem/statem.c
592
PACKET pkt;
crypto/openssl/ssl/statem/statem.c
593
MSG_PROCESS_RETURN (*process_message)(SSL_CONNECTION *s, PACKET *pkt);
crypto/openssl/ssl/statem/statem_clnt.c
1091
PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
1362
MSG_PROCESS_RETURN dtls_process_hello_verify(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
1365
PACKET cookiepkt;
crypto/openssl/ssl/statem/statem_clnt.c
1466
MSG_PROCESS_RETURN tls_process_server_hello(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
1468
PACKET session_id, extpkt;
crypto/openssl/ssl/statem/statem_clnt.c
1838
PACKET *extpkt)
crypto/openssl/ssl/statem/statem_clnt.c
1906
MSG_PROCESS_RETURN tls_process_server_rpk(SSL_CONNECTION *sc, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
1995
PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
2052
PACKET extensions;
crypto/openssl/ssl/statem/statem_clnt.c
2188
MSG_PROCESS_RETURN tls_process_server_compressed_certificate(SSL_CONNECTION *sc, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
2191
PACKET tmppkt;
crypto/openssl/ssl/statem/statem_clnt.c
2202
static int tls_process_ske_psk_preamble(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
2205
PACKET psk_identity_hint;
crypto/openssl/ssl/statem/statem_clnt.c
2241
static int tls_process_ske_srp(SSL_CONNECTION *s, PACKET *pkt, EVP_PKEY **pkey)
crypto/openssl/ssl/statem/statem_clnt.c
2244
PACKET prime, generator, salt, server_pub;
crypto/openssl/ssl/statem/statem_clnt.c
2286
static int tls_process_ske_dhe(SSL_CONNECTION *s, PACKET *pkt, EVP_PKEY **pkey)
crypto/openssl/ssl/statem/statem_clnt.c
2288
PACKET prime, generator, pub_key;
crypto/openssl/ssl/statem/statem_clnt.c
2383
static int tls_process_ske_ecdhe(SSL_CONNECTION *s, PACKET *pkt, EVP_PKEY **pkey)
crypto/openssl/ssl/statem/statem_clnt.c
2385
PACKET encoded_pt;
crypto/openssl/ssl/statem/statem_clnt.c
2442
MSG_PROCESS_RETURN tls_process_key_exchange(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
2448
PACKET save_param_start, signature;
crypto/openssl/ssl/statem/statem_clnt.c
2489
PACKET params;
crypto/openssl/ssl/statem/statem_clnt.c
2601
PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
2614
PACKET reqctx, extensions;
crypto/openssl/ssl/statem/statem_clnt.c
2658
PACKET ctypes;
crypto/openssl/ssl/statem/statem_clnt.c
2672
PACKET sigalgs;
crypto/openssl/ssl/statem/statem_clnt.c
2725
PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
2731
PACKET nonce;
crypto/openssl/ssl/statem/statem_clnt.c
2813
PACKET extpkt;
crypto/openssl/ssl/statem/statem_clnt.c
2908
int tls_process_cert_status_body(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
2938
MSG_PROCESS_RETURN tls_process_cert_status(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
3001
MSG_PROCESS_RETURN tls_process_server_done(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
34
PACKET *pkt);
crypto/openssl/ssl/statem/statem_clnt.c
36
PACKET *pkt);
crypto/openssl/ssl/statem/statem_clnt.c
4034
MSG_PROCESS_RETURN tls_process_hello_req(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
4065
PACKET *pkt)
crypto/openssl/ssl/statem/statem_clnt.c
4067
PACKET extensions;
crypto/openssl/ssl/statem/statem_lib.c
1129
int tls_process_rpk(SSL_CONNECTION *sc, PACKET *pkt, EVP_PKEY **peer_rpk)
crypto/openssl/ssl/statem/statem_lib.c
1134
PACKET extensions;
crypto/openssl/ssl/statem/statem_lib.c
1135
PACKET context;
crypto/openssl/ssl/statem/statem_lib.c
2220
PACKET versionslist;
crypto/openssl/ssl/statem/statem_lib.c
2687
int parse_ca_names(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_lib.c
2691
PACKET cadns;
crypto/openssl/ssl/statem/statem_lib.c
2861
PACKET *pkt,
crypto/openssl/ssl/statem/statem_lib.c
2862
PACKET *tmppkt,
crypto/openssl/ssl/statem/statem_lib.c
441
MSG_PROCESS_RETURN tls_process_cert_verify(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_lib.c
713
MSG_PROCESS_RETURN tls_process_key_update(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_lib.c
788
PACKET *pkt)
crypto/openssl/ssl/statem/statem_lib.c
843
MSG_PROCESS_RETURN tls_process_finished(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_local.h
107
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
120
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
121
__owur MSG_PROCESS_RETURN tls_process_finished(SSL_CONNECTION *s, PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
130
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
137
PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
138
PACKET *tmppkt,
crypto/openssl/ssl/statem/statem_local.h
146
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
148
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
150
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
151
__owur int tls_process_cert_status_body(SSL_CONNECTION *s, PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
153
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
155
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
175
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
177
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
179
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
182
__owur int tls_process_rpk(SSL_CONNECTION *s, PACKET *pkt, EVP_PKEY **peer_rpk);
crypto/openssl/ssl/statem/statem_local.h
184
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
189
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
195
__owur MSG_PROCESS_RETURN tls_process_hello_req(SSL_CONNECTION *s, PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
196
__owur MSG_PROCESS_RETURN dtls_process_hello_verify(SSL_CONNECTION *s, PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
202
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
222
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
225
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
228
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
232
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
235
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
240
PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
260
__owur int tls_collect_extensions(SSL_CONNECTION *s, PACKET *packet,
crypto/openssl/ssl/statem/statem_local.h
281
int tls_parse_ctos_renegotiate(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
284
int tls_parse_ctos_server_name(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
287
int tls_parse_ctos_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
291
int tls_parse_ctos_srp(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
294
int tls_parse_ctos_early_data(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
297
int tls_parse_ctos_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
300
int tls_parse_ctos_supported_groups(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
303
int tls_parse_ctos_session_ticket(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
306
int tls_parse_ctos_sig_algs_cert(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
309
int tls_parse_ctos_sig_algs(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
312
int tls_parse_ctos_status_request(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
317
int tls_parse_ctos_npn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
320
int tls_parse_ctos_alpn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
323
int tls_parse_ctos_use_srtp(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
326
int tls_parse_ctos_etm(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
328
int tls_parse_ctos_key_share(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
330
int tls_parse_ctos_cookie(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
332
int tls_parse_ctos_ems(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
334
int tls_parse_ctos_psk_kex_modes(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
337
int tls_parse_ctos_psk(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
339
int tls_parse_ctos_post_handshake_auth(SSL_CONNECTION *, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
491
int tls_parse_stoc_renegotiate(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
494
int tls_parse_stoc_server_name(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
497
int tls_parse_stoc_early_data(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
500
int tls_parse_stoc_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
503
int tls_parse_stoc_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
506
int tls_parse_stoc_session_ticket(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
510
int tls_parse_stoc_status_request(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
515
int tls_parse_stoc_sct(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
519
int tls_parse_stoc_npn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
522
int tls_parse_stoc_alpn(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
525
int tls_parse_stoc_use_srtp(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
528
int tls_parse_stoc_etm(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
530
int tls_parse_stoc_ems(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
532
int tls_parse_stoc_supported_versions(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
535
int tls_parse_stoc_key_share(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
537
int tls_parse_stoc_cookie(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
539
int tls_parse_stoc_psk(SSL_CONNECTION *s, PACKET *pkt, unsigned int context,
crypto/openssl/ssl/statem/statem_local.h
555
int tls_parse_ctos_client_cert_type(SSL_CONNECTION *sc, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
558
int tls_parse_stoc_client_cert_type(SSL_CONNECTION *sc, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
567
int tls_parse_ctos_server_cert_type(SSL_CONNECTION *sc, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
570
int tls_parse_stoc_server_cert_type(SSL_CONNECTION *s, PACKET *pkt,
crypto/openssl/ssl/statem/statem_local.h
74
int parse_ca_names(SSL_CONNECTION *s, PACKET *pkt);
crypto/openssl/ssl/statem/statem_local.h
92
PACKET *pkt);
crypto/openssl/ssl/statem/statem_srvr.c
1280
PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
1476
PACKET sni, tmppkt;
crypto/openssl/ssl/statem/statem_srvr.c
1504
MSG_PROCESS_RETURN tls_process_client_hello(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
1507
PACKET session_id, compression, extensions, cookie;
crypto/openssl/ssl/statem/statem_srvr.c
1590
PACKET challenge;
crypto/openssl/ssl/statem/statem_srvr.c
2935
static int tls_process_cke_psk_preamble(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
2940
PACKET psk_identity;
crypto/openssl/ssl/statem/statem_srvr.c
2995
static int tls_process_cke_rsa(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
2998
PACKET enc_premaster;
crypto/openssl/ssl/statem/statem_srvr.c
3093
static int tls_process_cke_dhe(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3144
static int tls_process_cke_ecdhe(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3200
static int tls_process_cke_srp(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3239
static int tls_process_cke_gost(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3344
static int tls_process_cke_gost18(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3423
PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3556
MSG_PROCESS_RETURN tls_process_client_rpk(SSL_CONNECTION *sc, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3642
PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3650
PACKET spkt, context;
crypto/openssl/ssl/statem/statem_srvr.c
3717
PACKET extensions;
crypto/openssl/ssl/statem/statem_srvr.c
3841
MSG_PROCESS_RETURN tls_process_client_compressed_certificate(SSL_CONNECTION *sc, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
3844
PACKET tmppkt;
crypto/openssl/ssl/statem/statem_srvr.c
4375
MSG_PROCESS_RETURN tls_process_next_proto(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/statem/statem_srvr.c
4377
PACKET next_proto, padding;
crypto/openssl/ssl/statem/statem_srvr.c
4418
MSG_PROCESS_RETURN tls_process_end_of_early_data(SSL_CONNECTION *s, PACKET *pkt)
crypto/openssl/ssl/t1_lib.c
3545
int tls1_save_u16(PACKET *pkt, uint16_t **pdest, size_t *pdestlen)
crypto/openssl/ssl/t1_lib.c
3576
int tls1_save_sigalgs(SSL_CONNECTION *s, PACKET *pkt, int cert)
crypto/openssl/test/asynciotest.c
143
PACKET pkt;
crypto/openssl/test/asynciotest.c
149
PACKET payload, wholebody, sessionid, extensions;
crypto/openssl/test/asynciotest.c
191
PACKET extbody;
crypto/openssl/test/bad_dtls_test.c
200
PACKET pkt, pkt2;
crypto/openssl/test/bad_dtls_test.c
600
PACKET pkt;
crypto/openssl/test/clienthellotest.c
59
PACKET pkt, pkt2, pkt3;
crypto/openssl/test/helpers/pktsplitbio.c
85
PACKET pkt;
crypto/openssl/test/helpers/quictestlib.c
103
PACKET pkt;
crypto/openssl/test/helpers/quictestlib.c
1085
PACKET pkt, sub, subext;
crypto/openssl/test/helpers/quictestlib.c
1174
PACKET pkt;
crypto/openssl/test/helpers/quictestlib.c
951
PACKET pkt;
crypto/openssl/test/packettest.c
102
PACKET pkt;
crypto/openssl/test/packettest.c
119
PACKET pkt;
crypto/openssl/test/packettest.c
135
PACKET pkt, subpkt;
crypto/openssl/test/packettest.c
157
PACKET pkt;
crypto/openssl/test/packettest.c
181
PACKET pkt;
crypto/openssl/test/packettest.c
19
PACKET pkt;
crypto/openssl/test/packettest.c
205
PACKET pkt;
crypto/openssl/test/packettest.c
223
PACKET pkt;
crypto/openssl/test/packettest.c
245
PACKET pkt;
crypto/openssl/test/packettest.c
271
PACKET pkt;
crypto/openssl/test/packettest.c
289
PACKET pkt;
crypto/openssl/test/packettest.c
306
PACKET pkt;
crypto/openssl/test/packettest.c
321
PACKET pkt;
crypto/openssl/test/packettest.c
333
PACKET pkt;
crypto/openssl/test/packettest.c
34
PACKET pkt;
crypto/openssl/test/packettest.c
353
PACKET pkt, short_pkt, subpkt;
crypto/openssl/test/packettest.c
378
PACKET pkt, short_pkt, subpkt;
crypto/openssl/test/packettest.c
402
PACKET pkt, short_pkt, subpkt;
crypto/openssl/test/packettest.c
426
PACKET pkt, exact_pkt, subpkt;
crypto/openssl/test/packettest.c
450
PACKET pkt, exact_pkt, subpkt;
crypto/openssl/test/packettest.c
501
PACKET pkt;
crypto/openssl/test/packettest.c
51
PACKET pkt;
crypto/openssl/test/packettest.c
543
PACKET pkt, subpkt = { 0 };
crypto/openssl/test/packettest.c
68
PACKET pkt;
crypto/openssl/test/packettest.c
85
PACKET pkt;
crypto/openssl/test/quic_multistream_test.c
3623
PACKET pkt;
crypto/openssl/test/quic_record_test.c
10015
PACKET pkt = { 0 };
crypto/openssl/test/quic_txp_test.c
74
PACKET pkt;
crypto/openssl/test/quic_wire_test.c
1022
static int encode_case_20_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
1070
static int encode_case_21_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
1105
static int encode_case_22_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
1192
static int encode_case_23_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
1282
PACKET pkt;
crypto/openssl/test/quic_wire_test.c
1315
PACKET pkt2;
crypto/openssl/test/quic_wire_test.c
1342
int (*deserializer)(PACKET *pkt);
crypto/openssl/test/quic_wire_test.c
1430
static int ack_generic_decode(PACKET *pkt)
crypto/openssl/test/quic_wire_test.c
1484
PACKET pkt;
crypto/openssl/test/quic_wire_test.c
1593
PACKET pkt = { 0 };
crypto/openssl/test/quic_wire_test.c
1682
PACKET pkt;
crypto/openssl/test/quic_wire_test.c
187
static int encode_case_4_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
232
static int encode_case_5_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
24
int (*deserializer)(PACKET *pkt, ossl_ssize_t fail);
crypto/openssl/test/quic_wire_test.c
272
static int encode_case_6_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
319
static int encode_case_7_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
36
static int encode_case_1_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
364
static int encode_case_8_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
426
static int encode_case_9_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
475
static int encode_case_10_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
509
static int encode_case_11_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
553
static int encode_case_12_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
62
static int encode_case_2_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
628
static int encode_case_13_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
664
static int encode_case_14_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
708
static int encode_case_15_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
797
static int encode_case_16_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
859
static int encode_case_16b_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
891
static int encode_case_17_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
927
static int encode_case_18_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
96
static int encode_case_3_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quic_wire_test.c
969
static int encode_case_19_dec(PACKET *pkt, ossl_ssize_t fail)
crypto/openssl/test/quicapitest.c
2185
PACKET pkt = { 0 };
crypto/openssl/test/servername_test.c
44
PACKET pkt, pkt2, pkt3, pkt4, pkt5;
crypto/openssl/test/sslapitest.c
7365
PACKET pkt, pkt2, pkt3;
crypto/openssl/test/tls13ccstest.c
93
PACKET pkt, msg, msgbody, sessionid;
crypto/openssl/test/wpackettest.c
586
PACKET read_pkt = { 0 };
sbin/dhclient/conflex.c
456
return (PACKET);