/ssl/ |
A D | extensions.cc | 57 uint16_t type; in tls1_check_duplicate_extensions() local 187 uint16_t type; in ssl_client_hello_get_extension() local 633 uint8_t type; in ext_ech_parse_clienthello() local 2052 ssl_client_hello_type_t type) { in ext_psk_key_exchange_modes_add_clienthello() 2435 ssl_client_hello_type_t type) { in ext_supported_versions_add_clienthello() 2592 ssl_client_hello_type_t type) { in ext_certificate_authorities_add_clienthello() 2795 ssl_client_hello_type_t type) { in ext_quic_transport_params_add_clienthello() 2802 ssl_client_hello_type_t type) { in ext_quic_transport_params_add_clienthello_legacy() 2950 ssl_client_hello_type_t type) { in ext_delegated_credential_add_clienthello() 4044 uint16_t type; in ssl_scan_clienthello_tlsext() local [all …]
|
A D | ssl_file.cc | 132 int SSL_use_certificate_file(SSL *ssl, const char *file, int type) { in SSL_use_certificate_file() 162 int SSL_use_RSAPrivateKey_file(SSL *ssl, const char *file, int type) { in SSL_use_RSAPrivateKey_file() 191 int SSL_use_PrivateKey_file(SSL *ssl, const char *file, int type) { in SSL_use_PrivateKey_file() 221 int SSL_CTX_use_certificate_file(SSL_CTX *ctx, const char *file, int type) { in SSL_CTX_use_certificate_file() 250 int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, int type) { in SSL_CTX_use_RSAPrivateKey_file() 279 int SSL_CTX_use_PrivateKey_file(SSL_CTX *ctx, const char *file, int type) { in SSL_CTX_use_PrivateKey_file()
|
A D | tls_record.cc | 108 uint8_t type; in tls_open_record() local 264 uint8_t *out_suffix, uint8_t type, const uint8_t *in, in do_seal_record() 316 static size_t tls_seal_scatter_prefix_len(const SSL *ssl, uint8_t type, in tls_seal_scatter_prefix_len() 334 uint8_t type, size_t in_len) { in tls_seal_scatter_suffix_len() 362 uint8_t *out_suffix, uint8_t type, in tls_seal_scatter_record() 407 size_t max_out_len, uint8_t type, const uint8_t *in, in tls_seal_record()
|
A D | ssl_aead_ctx.cc | 208 uint8_t storage[13], uint8_t type, uint16_t record_version, uint64_t seqnum, in GetAdditionalData() 226 bool SSLAEADContext::Open(Span<uint8_t> *out, uint8_t type, in Open() 300 uint8_t *out_suffix, uint8_t type, in SealScatter() 384 uint8_t type, uint16_t record_version, in Seal()
|
A D | s3_pkt.cc | 130 static int do_tls_write(SSL *ssl, size_t *out_bytes_written, uint8_t type, in do_tls_write() 242 uint8_t type; in tls_open_app_data() local 295 uint8_t type; in tls_open_change_cipher_spec() local
|
A D | s3_both.cc | 40 static bool add_record_to_flight(SSL *ssl, uint8_t type, in add_record_to_flight() 74 bool tls_init_message(const SSL *ssl, CBB *cbb, CBB *body, uint8_t type) { in tls_init_message() 506 uint8_t type; in tls_open_handshake() local
|
A D | handshake_client.cc | 94 ssl_client_hello_type_t type) { in ssl_write_client_cipher_list() 182 ssl_client_hello_type_t type, in ssl_write_client_hello_without_extensions() 222 ssl_client_hello_type_t type = hs->selected_ech_config in ssl_add_client_hello() local
|
A D | d1_pkt.cc | 165 uint8_t type; in dtls1_open_app_data() local 268 int dtls1_write_record(SSL *ssl, int type, Span<const uint8_t> in, in dtls1_write_record()
|
A D | handshake.cc | 113 bool ssl_check_message_type(SSL *ssl, const SSLMessage &msg, int type) { in ssl_check_message_type() 188 uint16_t type; in ssl_parse_extensions() local
|
A D | dtls_record.cc | 159 uint8_t type = 0; member 481 size_t *out_len, size_t max_out, uint8_t type, in dtls_seal_record()
|
A D | d1_both.cc | 374 uint8_t type; in dtls1_open_handshake() local 547 bool dtls1_init_message(const SSL *ssl, CBB *cbb, CBB *body, uint8_t type) { in dtls1_init_message()
|
A D | internal.h | 970 uint8_t type; member 1447 bssl::SSLCredentialType type; member 2235 : type(type_arg), allowed(allowed_arg), present(false) { in type() function 2239 uint16_t type; member 2933 uint8_t type; member 2952 uint8_t type = 0; member
|
A D | ssl_lib.cc | 206 void ssl_do_info_callback(const SSL *ssl, int type, int value) { in ssl_do_info_callback() 2021 const char *SSL_get_servername(const SSL *ssl, const int type) { in SSL_get_servername() 2497 void (*cb)(const SSL *ssl, int type, int value)) { in SSL_set_info_callback() 3131 uint8_t type; in SSL_process_tls13_new_session_ticket() local 3156 int SSL_set_tlsext_status_type(SSL *ssl, int type) { in SSL_set_tlsext_status_type()
|
A D | handoff.cc | 296 handback_t type; in SSL_serialize_handback() local 496 handback_t type = static_cast<handback_t>(type_u64); in SSL_apply_handback() local
|
A D | ssl_privkey.cc | 360 int SSL_use_PrivateKey_ASN1(int type, SSL *ssl, const uint8_t *der, in SSL_use_PrivateKey_ASN1() 413 int SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx, const uint8_t *der, in SSL_CTX_use_PrivateKey_ASN1()
|
A D | ssl_credential.cc | 495 SSLCredentialType type, Span<const uint8_t> context, in ssl_credential_new_spake2plusv1()
|
A D | tls13_server.cc | 804 uint8_t type, config_id; in do_read_second_client_hello() local
|
A D | encrypted_client_hello.cc | 473 uint16_t type; in parse_ech_config() local
|
A D | handshake_server.cc | 402 uint8_t type; in decrypt_ech() local
|
A D | ssl_session.cc | 1213 int type, int value)) { in SSL_CTX_set_info_callback()
|
/ssl/test/ |
A D | mock_quic_transport.cc | 153 uint8_t type; in ReadHandshake() local 185 uint8_t type = 0; in ReadApplicationData() local 240 uint8_t type, const uint8_t *data, in WriteRecord()
|
A D | test_config.cc | 264 CredentialConfigType type) { in NewCredentialFlag() 875 uint8_t type; in MessageCallback() local 986 static void InfoCallback(const SSL *ssl, int type, int val) { in InfoCallback()
|
A D | async_bio.cc | 35 static int type = [] { in AsyncBioMethodType() local
|
A D | packeted_bio.cc | 62 static int type = [] { in PacketedBioMethodType() local
|
A D | bssl_shim.cc | 303 static bool CheckListContains(const char *type, in CheckListContains()
|