| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| asn1_dsa.h | 14 #include "internal/packet.h" 19 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt); 20 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n);
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| asn1_dsa.h | 14 #include "internal/packet.h" 19 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt); 20 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n);
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| packet_quic.h | 14 #include "internal/packet.h" 22 __owur static ossl_inline int PACKET_get_quic_vlint(PACKET *pkt, 46 __owur static ossl_inline int PACKET_peek_quic_vlint_ex(PACKET *pkt, 68 __owur static ossl_inline int PACKET_peek_quic_vlint(PACKET *pkt, 77 __owur static ossl_inline int PACKET_skip_quic_vlint(PACKET *pkt) 96 * |subpkt|. Data is not copied: the |subpkt| packet will share its underlying 100 __owur static ossl_inline int PACKET_get_quic_length_prefixed(PACKET *pkt, 101 PACKET *subpkt) 105 PACKET tmp = *pkt; 119 * Starts a QUIC sub-packet headed by a QUIC variable-length integer. A 4-byt [all...] |
| quic_wire.h | 122 * Represents an inclusive range of packet numbers [start, end]. 130 * A sequence of packet number ranges [[start, end]...]. 137 * As such, ack_ranges[0].end is always the highest packet number 139 * always the lowest packet number being acknowledged. 142 * acknowledge at least one packet number. 165 * runs to the end of the packet. 168 * length. If not set, the frame runs to the end of the packet and len has 222 * Encodes zero or more QUIC PADDING frames to the packet writer. Each PADDING 229 * Encodes a QUIC PING frame to the packet writer. This frame type takes 235 * Encodes a QUIC ACK frame to the packet writer, given a logical representatio [all...] |
| packet.h | 27 } PACKET; 30 static ossl_inline void packet_forward(PACKET *pkt, size_t len) 37 * Returns the number of bytes remaining to be read in the PACKET 39 static ossl_inline size_t PACKET_remaining(const PACKET *pkt) 45 * Returns a pointer to the first byte after the packet data. 46 * Useful for integrating with non-PACKET parsing code. 48 * has consumed the entire packet contents. 50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) 56 * Returns a pointer to the PACKET's current position. 59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt [all...] |
| /src/crypto/external/bsd/openssl/dist/include/internal/ |
| packet.h | 27 } PACKET; 30 static ossl_inline void packet_forward(PACKET *pkt, size_t len) 37 * Returns the number of bytes remaining to be read in the PACKET 39 static ossl_inline size_t PACKET_remaining(const PACKET *pkt) 45 * Returns a pointer to the first byte after the packet data. 46 * Useful for integrating with non-PACKET parsing code. 48 * has consumed the entire packet contents. 50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) 56 * Returns a pointer to the PACKET's current position. 59 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ssl/ |
| packet_local.h | 26 } PACKET; 29 static ossl_inline void packet_forward(PACKET *pkt, size_t len) 36 * Returns the number of bytes remaining to be read in the PACKET 38 static ossl_inline size_t PACKET_remaining(const PACKET *pkt) 44 * Returns a pointer to the first byte after the packet data. 45 * Useful for integrating with non-PACKET parsing code. 47 * has consumed the entire packet contents. 49 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt) 55 * Returns a pointer to the PACKET's current position. 58 static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/statem/ |
| statem_local.h | 74 int parse_ca_names(SSL_CONNECTION *s, PACKET *pkt); 92 PACKET *pkt); 107 PACKET *pkt); 120 PACKET *pkt); 121 __owur MSG_PROCESS_RETURN tls_process_finished(SSL_CONNECTION *s, PACKET *pkt); 130 PACKET *pkt); 137 PACKET *pkt, 138 PACKET *tmppkt, 146 PACKET *pkt); 148 PACKET *pkt) [all...] |
| extensions_srvr.c | 19 * 2 bytes for packet length, 2 bytes for format version, 2 bytes for 42 int tls_parse_ctos_renegotiate(SSL_CONNECTION *s, PACKET *pkt, 105 int tls_parse_ctos_server_name(SSL_CONNECTION *s, PACKET *pkt, 109 PACKET sni, hostname; 177 int tls_parse_ctos_maxfragmentlen(SSL_CONNECTION *s, PACKET *pkt, 220 int tls_parse_ctos_srp(SSL_CONNECTION *s, PACKET *pkt, unsigned int context, 223 PACKET srp_I; 240 int tls_parse_ctos_ec_pt_formats(SSL_CONNECTION *s, PACKET *pkt, 244 PACKET ec_point_format_list; 264 int tls_parse_ctos_session_ticket(SSL_CONNECTION *s, PACKET *pkt [all...] |
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| statem_local.h | 70 int parse_ca_names(SSL *s, PACKET *pkt); 86 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt); 99 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt); 110 __owur MSG_PROCESS_RETURN tls_process_change_cipher_spec(SSL *s, PACKET *pkt); 111 __owur MSG_PROCESS_RETURN tls_process_finished(SSL *s, PACKET *pkt); 117 __owur MSG_PROCESS_RETURN tls_process_key_update(SSL *s, PACKET *pkt); 124 __owur MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt); 125 __owur MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt); 126 __owur MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt); 127 __owur int tls_process_cert_status_body(SSL *s, PACKET *pkt) [all...] |
| extensions_srvr.c | 18 * 2 bytes for packet length, 2 bytes for format version, 2 bytes for 41 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context, 94 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context, 98 PACKET sni, hostname; 166 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context, 208 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x, 211 PACKET srp_I; 228 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context, 231 PACKET ec_point_format_list; 251 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context [all...] |
| /src/crypto/external/bsd/openssl.old/dist/ssl/statem/ |
| statem_local.h | 62 int parse_ca_names(SSL *s, PACKET *pkt); 78 MSG_PROCESS_RETURN ossl_statem_client_process_message(SSL *s, PACKET *pkt); 91 MSG_PROCESS_RETURN ossl_statem_server_process_message(SSL *s, PACKET *pkt); 101 __owur MSG_PROCESS_RETURN tls_process_change_cipher_spec(SSL *s, PACKET *pkt); 102 __owur MSG_PROCESS_RETURN tls_process_finished(SSL *s, PACKET *pkt); 108 __owur MSG_PROCESS_RETURN tls_process_key_update(SSL *s, PACKET *pkt); 115 __owur MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt); 116 __owur MSG_PROCESS_RETURN tls_process_certificate_request(SSL *s, PACKET *pkt); 117 __owur MSG_PROCESS_RETURN tls_process_new_session_ticket(SSL *s, PACKET *pkt); 118 __owur int tls_process_cert_status_body(SSL *s, PACKET *pkt) [all...] |
| extensions_srvr.c | 18 * 2 bytes for packet length, 2 bytes for format version, 2 bytes for 41 int tls_parse_ctos_renegotiate(SSL *s, PACKET *pkt, unsigned int context, 97 int tls_parse_ctos_server_name(SSL *s, PACKET *pkt, unsigned int context, 101 PACKET sni, hostname; 180 int tls_parse_ctos_maxfragmentlen(SSL *s, PACKET *pkt, unsigned int context, 220 int tls_parse_ctos_srp(SSL *s, PACKET *pkt, unsigned int context, X509 *x, 223 PACKET srp_I; 248 int tls_parse_ctos_ec_pt_formats(SSL *s, PACKET *pkt, unsigned int context, 251 PACKET ec_point_format_list; 274 int tls_parse_ctos_session_ticket(SSL *s, PACKET *pkt, unsigned int context [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_trace.c | 81 static int frame_ack(BIO *bio, PACKET *pkt) 128 static int frame_reset_stream(BIO *bio, PACKET *pkt) 145 static int frame_stop_sending(BIO *bio, PACKET *pkt) 160 static int frame_crypto(BIO *bio, PACKET *pkt) 173 static int frame_new_token(BIO *bio, PACKET *pkt) 188 static int frame_stream(BIO *bio, PACKET *pkt, uint64_t frame_type) 250 static int frame_max_data(BIO *bio, PACKET *pkt) 262 static int frame_max_stream_data(BIO *bio, PACKET *pkt) 277 static int frame_max_streams(BIO *bio, PACKET *pkt) 289 static int frame_data_blocked(BIO *bio, PACKET *pkt [all...] |
| quic_wire.c | 445 int ossl_quic_wire_peek_frame_header(PACKET *pkt, uint64_t *type, 451 int ossl_quic_wire_skip_frame_header(PACKET *pkt, uint64_t *type) 456 static int expect_frame_header_mask(PACKET *pkt, 473 static int expect_frame_header(PACKET *pkt, uint64_t expected_frame_type) 484 int ossl_quic_wire_peek_frame_ack_num_ranges(const PACKET *orig_pkt, 487 PACKET pkt = *orig_pkt; 514 int ossl_quic_wire_decode_frame_ack(PACKET *pkt, 599 int ossl_quic_wire_decode_frame_reset_stream(PACKET *pkt, 611 int ossl_quic_wire_decode_frame_stop_sending(PACKET *pkt, 622 int ossl_quic_wire_decode_frame_crypto(PACKET *pkt [all...] |
| quic_rx_depack.c | 37 static int depack_do_frame_padding(PACKET *pkt) 44 static int depack_do_frame_ping(PACKET *pkt, QUIC_CHANNEL *ch, 61 static int depack_do_frame_ack(PACKET *pkt, QUIC_CHANNEL *ch, 99 * carried in a packet protected with old keys where any acknowledged 100 * packet was protected with newer keys MAY treat that as a connection 106 * have detected RXKU; !ch->rxku_expected, but then it sent a packet 107 * with old keys acknowledging a packet in the new key epoch. 121 "acked packet which initiated a " 142 static int depack_do_frame_reset_stream(PACKET *pkt, 218 static int depack_do_frame_stop_sending(PACKET *pkt [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| packettest.c | 19 PACKET pkt; 34 PACKET pkt; 51 PACKET pkt; 68 PACKET pkt; 85 PACKET pkt; 102 PACKET pkt; 119 PACKET pkt; 135 PACKET pkt, subpkt; 157 PACKET pkt; 181 PACKET pkt [all...] |
| quic_wire_test.c | 10 #include "internal/packet.h" 24 int (*deserializer)(PACKET *pkt, ossl_ssize_t fail); 36 static int encode_case_1_dec(PACKET *pkt, ossl_ssize_t fail) 62 static int encode_case_2_dec(PACKET *pkt, ossl_ssize_t fail) 96 static int encode_case_3_dec(PACKET *pkt, ossl_ssize_t fail) 187 static int encode_case_4_dec(PACKET *pkt, ossl_ssize_t fail) 232 static int encode_case_5_dec(PACKET *pkt, ossl_ssize_t fail) 272 static int encode_case_6_dec(PACKET *pkt, ossl_ssize_t fail) 319 static int encode_case_7_dec(PACKET *pkt, ossl_ssize_t fail) 364 static int encode_case_8_dec(PACKET *pkt, ossl_ssize_t fail [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/slh_dsa/ |
| slh_dsa_local.h | 63 PACKET *sig_rpkt, const uint8_t *msg, 76 PACKET *sig_rpkt, const uint8_t *msg, 85 PACKET *sig_rpkt, const uint8_t *pk_seed, 92 __owur int ossl_slh_fors_pk_from_sig(SLH_DSA_HASH_CTX *ctx, PACKET *sig_rpkt,
|
| slh_hypertree.c | 46 PACKET rpkt, *xmss_sig_rpkt = &rpkt; 107 int ossl_slh_ht_verify(SLH_DSA_HASH_CTX *ctx, const uint8_t *msg, PACKET *sig_pkt,
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| packettest.c | 10 #include "internal/packet.h" 19 PACKET pkt; 34 PACKET pkt; 51 PACKET pkt; 68 PACKET pkt; 85 PACKET pkt; 102 PACKET pkt; 119 PACKET pkt; 135 PACKET pkt, subpkt; 157 PACKET pkt [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| packettest.c | 19 PACKET pkt; 34 PACKET pkt; 51 PACKET pkt; 68 PACKET pkt; 85 PACKET pkt; 102 PACKET pkt; 119 PACKET pkt; 135 PACKET pkt, subpkt; 157 PACKET pkt; 181 PACKET pkt [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| asn1_dsa.c | 27 #include "internal/packet.h" 120 /* If the input packet has a NULL buffer, we don't need a dummy packet */ 155 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt) 183 * If the PACKET is supposed to only contain a single INTEGER value with no 187 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n) 189 PACKET contpkt, tmppkt; 238 PACKET pkt, contpkt;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| asn1_dsa.c | 27 #include "internal/packet.h" 120 /* If the input packet has a NULL buffer, we don't need a dummy packet */ 155 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt) 183 * If the PACKET is supposed to only contain a single INTEGER value with no 187 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n) 189 PACKET contpkt, tmppkt; 237 PACKET pkt, contpkt;
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| quic-lcidm.c | 16 #include "internal/packet.h" 53 static int get_cid(PACKET *pkt, QUIC_CONN_ID *cid) 70 PACKET pkt;
|