Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 27) sorted by relevance

12

/ssl/
A Dextensions.cc57 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 Dssl_file.cc132 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 Dtls_record.cc108 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 Dssl_aead_ctx.cc208 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 Ds3_pkt.cc130 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 Ds3_both.cc40 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 Dhandshake_client.cc94 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 Dd1_pkt.cc165 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 Dhandshake.cc113 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 Ddtls_record.cc159 uint8_t type = 0; member
481 size_t *out_len, size_t max_out, uint8_t type, in dtls_seal_record()
A Dd1_both.cc374 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 Dinternal.h970 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 Dssl_lib.cc206 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 Dhandoff.cc296 handback_t type; in SSL_serialize_handback() local
496 handback_t type = static_cast<handback_t>(type_u64); in SSL_apply_handback() local
A Dssl_privkey.cc360 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 Dssl_credential.cc495 SSLCredentialType type, Span<const uint8_t> context, in ssl_credential_new_spake2plusv1()
A Dtls13_server.cc804 uint8_t type, config_id; in do_read_second_client_hello() local
A Dencrypted_client_hello.cc473 uint16_t type; in parse_ech_config() local
A Dhandshake_server.cc402 uint8_t type; in decrypt_ech() local
A Dssl_session.cc1213 int type, int value)) { in SSL_CTX_set_info_callback()
/ssl/test/
A Dmock_quic_transport.cc153 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 Dtest_config.cc264 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 Dasync_bio.cc35 static int type = [] { in AsyncBioMethodType() local
A Dpacketed_bio.cc62 static int type = [] { in PacketedBioMethodType() local
A Dbssl_shim.cc303 static bool CheckListContains(const char *type, in CheckListContains()

Completed in 98 milliseconds

12