/openssl-master/include/internal/ |
A D | packet.h | 27 } PACKET; typedef 30 static ossl_inline void packet_forward(PACKET *pkt, size_t len) in packet_forward() 39 static ossl_inline size_t PACKET_remaining(const PACKET *pkt) in PACKET_remaining() 69 __owur static ossl_inline int PACKET_buf_init(PACKET *pkt, in PACKET_buf_init() 83 static ossl_inline void PACKET_null_init(PACKET *pkt) in PACKET_null_init() 347 __owur static ossl_inline int PACKET_get_bytes(PACKET *pkt, in PACKET_get_bytes() 486 PACKET tmp = *pkt; in PACKET_get_length_prefixed_1() 508 PACKET tmp = *pkt; in PACKET_as_length_prefixed_1() 534 PACKET tmp = *pkt; in PACKET_get_length_prefixed_2() 557 PACKET tmp = *pkt; in PACKET_as_length_prefixed_2() [all …]
|
/openssl-master/ssl/statem/ |
A D | statem_local.h | 65 int parse_ca_names(SSL *s, PACKET *pkt); 106 __owur MSG_PROCESS_RETURN tls_process_finished(SSL *s, PACKET *pkt); 112 __owur MSG_PROCESS_RETURN tls_process_key_update(SSL *s, PACKET *pkt); 119 __owur MSG_PROCESS_RETURN tls_process_server_hello(SSL *s, PACKET *pkt); 122 __owur int tls_process_cert_status_body(SSL *s, PACKET *pkt); 123 __owur MSG_PROCESS_RETURN tls_process_cert_status(SSL *s, PACKET *pkt); 124 __owur MSG_PROCESS_RETURN tls_process_server_done(SSL *s, PACKET *pkt); 140 __owur MSG_PROCESS_RETURN tls_process_hello_req(SSL *s, PACKET *pkt); 156 __owur MSG_PROCESS_RETURN tls_process_cert_verify(SSL *s, PACKET *pkt); 158 __owur MSG_PROCESS_RETURN tls_process_next_proto(SSL *s, PACKET *pkt); [all …]
|
A D | extensions_srvr.c | 98 PACKET sni, hostname; in tls_parse_ctos_server_name() 206 PACKET srp_I; in tls_parse_ctos_srp() 226 PACKET ec_point_format_list; in tls_parse_ctos_ec_pt_formats() 265 PACKET supported_sig_algs; in tls_parse_ctos_sig_algs_cert() 284 PACKET supported_sig_algs; in tls_parse_ctos_sig_algs() 304 PACKET responder_id_list, exts; in tls_parse_ctos_status_request() 349 PACKET responder_id; in tls_parse_ctos_status_request() 466 PACKET subpkt; in tls_parse_ctos_use_srtp() 544 PACKET psk_kex_modes; in tls_parse_ctos_psk_kex_modes() 890 PACKET supported_groups_list; in tls_parse_ctos_supported_groups() [all …]
|
A D | extensions_clnt.c | 849 PACKET prots, alpnpkt; in tls_construct_ctos_early_data() 1200 int tls_parse_stoc_renegotiate(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_renegotiate() 1292 int tls_parse_stoc_server_name(SSL *s, PACKET *pkt, unsigned int context, in tls_parse_stoc_server_name() 1324 PACKET ecptformatlist; in tls_parse_stoc_ec_pt_formats() 1426 int tls_parse_stoc_sct(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_stoc_sct() 1494 static int ssl_next_proto_validate(SSL *s, PACKET *pkt) in ssl_next_proto_validate() 1496 PACKET tmp_protocol; in ssl_next_proto_validate() 1514 PACKET tmppkt; in tls_parse_stoc_npn() 1735 PACKET encoded_pt; in tls_parse_stoc_key_share() 1869 PACKET cookie; in tls_parse_stoc_cookie() [all …]
|
A D | statem_clnt.c | 1281 PACKET cookiepkt; in dtls_process_hello_verify() 1376 PACKET session_id, extpkt; in tls_process_server_hello() 1815 PACKET extensions; in tls_process_server_certificate() 1937 PACKET psk_identity_hint; in tls_process_ske_psk_preamble() 2116 PACKET encoded_pt; in tls_process_ske_ecdhe() 2218 PACKET params; in tls_process_key_exchange() 2381 PACKET ctypes; in tls_process_certificate_request() 2395 PACKET sigalgs; in tls_process_certificate_request() 2452 PACKET nonce; in tls_process_new_session_ticket() 2532 PACKET extpkt; in tls_process_new_session_ticket() [all …]
|
A D | extensions.c | 42 static int tls_parse_certificate_authorities(SSL *s, PACKET *pkt, 78 int (*parse_ctos)(SSL *s, PACKET *pkt, unsigned int context, X509 *x, 81 int (*parse_stoc)(SSL *s, PACKET *pkt, unsigned int context, X509 *x, 547 int tls_collect_extensions(SSL *s, PACKET *packet, unsigned int context, in tls_collect_extensions() 550 PACKET extensions = *packet; in tls_collect_extensions() 576 PACKET extension; in tls_collect_extensions() 682 int (*parser)(SSL *s, PACKET *pkt, unsigned int context, X509 *x, in tls_parse_extension() 1235 static int tls_parse_certificate_authorities(SSL *s, PACKET *pkt, in tls_parse_certificate_authorities() 1550 PACKET hashprefix, msg; in tls_psk_do_binder()
|
A D | statem_srvr.c | 1350 PACKET sni, tmppkt; in ssl_check_for_safari() 1460 PACKET challenge; in tls_process_client_hello() 2804 PACKET psk_identity; in tls_process_cke_psk_preamble() 2858 static int tls_process_cke_rsa(SSL *s, PACKET *pkt) in tls_process_cke_rsa() 2861 PACKET enc_premaster; in tls_process_cke_rsa() 2955 static int tls_process_cke_dhe(SSL *s, PACKET *pkt) in tls_process_cke_dhe() 3062 static int tls_process_cke_srp(SSL *s, PACKET *pkt) in tls_process_cke_srp() 3101 static int tls_process_cke_gost(SSL *s, PACKET *pkt) in tls_process_cke_gost() 3420 PACKET spkt, context; in tls_process_client_certificate() 3475 PACKET extensions; in tls_process_client_certificate() [all …]
|
A D | statem_lib.c | 396 MSG_PROCESS_RETURN tls_process_cert_verify(SSL *s, PACKET *pkt) in tls_process_cert_verify() 651 MSG_PROCESS_RETURN tls_process_key_update(SSL *s, PACKET *pkt) in tls_process_key_update() 725 MSG_PROCESS_RETURN tls_process_change_cipher_spec(SSL *s, PACKET *pkt) in tls_process_change_cipher_spec() 781 MSG_PROCESS_RETURN tls_process_finished(SSL *s, PACKET *pkt) in tls_process_finished() 1802 PACKET versionslist; in ssl_choose_server_version() 2240 int parse_ca_names(SSL *s, PACKET *pkt) in parse_ca_names() 2244 PACKET cadns; in parse_ca_names()
|
A D | statem.c | 552 PACKET pkt; in read_state_machine() 553 MSG_PROCESS_RETURN(*process_message) (SSL *s, PACKET *pkt); in read_state_machine()
|
/openssl-master/test/ |
A D | packettest.c | 19 PACKET pkt; in test_PACKET_remaining() 34 PACKET pkt; in test_PACKET_end() 51 PACKET pkt; in test_PACKET_get_1() 68 PACKET pkt; in test_PACKET_get_4() 85 PACKET pkt; in test_PACKET_get_net_2() 102 PACKET pkt; in test_PACKET_get_net_3() 119 PACKET pkt; in test_PACKET_get_net_4() 157 PACKET pkt; in test_PACKET_get_bytes() 181 PACKET pkt; in test_PACKET_copy_bytes() 205 PACKET pkt; in test_PACKET_copy_all() [all …]
|
A D | asynciotest.c | 143 PACKET pkt; in async_write() 149 PACKET payload, wholebody, sessionid, extensions; in async_write() 191 PACKET extbody; in async_write()
|
A D | bad_dtls_test.c | 119 PACKET pkt, pkt2; in validate_client_hello() 395 PACKET pkt; in validate_ccs()
|
A D | clienthellotest.c | 67 PACKET pkt, pkt2, pkt3; in test_client_hello()
|
A D | servername_test.c | 45 PACKET pkt, pkt2, pkt3, pkt4, pkt5; in get_sni_from_client_hello()
|
A D | tls13ccstest.c | 93 PACKET pkt, msg, msgbody, sessionid; in watchccs_write()
|
A D | README-dev.md | 37 70 PACKET layer
|
/openssl-master/crypto/ |
A D | asn1_dsa.c | 155 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt) in ossl_decode_der_length() 187 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n) in ossl_decode_der_integer() 189 PACKET contpkt, tmppkt; in ossl_decode_der_integer() 237 PACKET pkt, contpkt; in ossl_decode_der_dsa_sig()
|
/openssl-master/include/crypto/ |
A D | asn1_dsa.h | 19 int ossl_decode_der_length(PACKET *pkt, PACKET *subpkt); 20 int ossl_decode_der_integer(PACKET *pkt, BIGNUM *n);
|
/openssl-master/ssl/ |
A D | ssl_rsa.c | 548 PACKET pkt, data; in serverinfo_find_extension() 651 PACKET pkt; in serverinfo_process_buffer() 665 PACKET data; in serverinfo_process_buffer()
|
A D | ssl_local.h | 713 PACKET data; 732 PACKET ciphersuites; 735 PACKET extensions; 2396 __owur int ssl_cache_cipherlist(SSL *s, PACKET *cipher_suites, int sslv2format); 2397 __owur int bytes_to_cipher_list(SSL *s, PACKET *cipher_suites, 2705 __owur int tls1_save_u16(PACKET *pkt, uint16_t **pdest, size_t *pdestlen); 2706 __owur int tls1_save_sigalgs(SSL *s, PACKET *pkt, int cert);
|
A D | d1_lib.c | 451 PACKET pkt, msgpkt, msgpayload, session, cookiepkt; in DTLSv1_listen()
|
A D | t1_enc.c | 113 PACKET pkt, subpkt; in count_unprocessed_records()
|
/openssl-master/doc/internal/man7/ |
A D | DERlib.pod | 23 int DER_r_something(PACKET *pkt, int tag, ...);
|
/openssl-master/util/ |
A D | indent.pro | 624 -T PACKET
|
/openssl-master/ssl/record/ |
A D | rec_layer_d1.c | 556 PACKET alert; in dtls1_read_bytes()
|