Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_common.c338 int tlsv12_key_x_server_params_hash(u16 tls_version, u8 hash_alg, in tlsv12_key_x_server_params_hash()
378 int tls_key_x_server_params_hash(u16 tls_version, const u8 *client_random, in tls_key_x_server_params_hash()
416 int tls_verify_signature(u16 tls_version, struct crypto_public_key *pk, in tls_verify_signature()
Dtlsv1_record.h32 u16 tls_version; member
Dtlsv1_client_write.c51 u16 tls_version = tls_client_highest_ver(conn); in tls_send_client_hello() local
Dtlsv1_client.c43 u16 tls_version = TLS_VERSION; in tls_client_highest_ver() local
Dtlsv1_client_read.c84 u16 tls_version; in tls_process_server_hello() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_common.c338 int tlsv12_key_x_server_params_hash(u16 tls_version, u8 hash_alg, in tlsv12_key_x_server_params_hash()
378 int tls_key_x_server_params_hash(u16 tls_version, const u8 *client_random, in tls_key_x_server_params_hash()
414 int tls_verify_signature(u16 tls_version, struct crypto_public_key *pk, in tls_verify_signature()
Dtlsv1_record.h32 u16 tls_version; member
Dtlsv1_client_write.c51 u16 tls_version = TLS_VERSION; in tls_send_client_hello() local
Dtlsv1_client_read.c84 u16 tls_version; in tls_process_server_hello() local
/third_party/grpc/src/cpp/common/
Dtls_credentials_options.cc106 void TlsCredentialsOptions::set_min_tls_version(grpc_tls_version tls_version) { in set_min_tls_version()
112 void TlsCredentialsOptions::set_max_tls_version(grpc_tls_version tls_version) { in set_max_tls_version()
/third_party/grpc/test/core/end2end/fixtures/
Dh2_tls_common.h56 enum TlsVersion { V_12 = 0, V_13 = 1 } tls_version; member
70 TlsFixture(SecurityPrimitives::TlsVersion tls_version, in TlsFixture() argument
Dh2_ssl_tls_common.h37 explicit SslTlsFixture(grpc_tls_version tls_version) in SslTlsFixture()
Dh2_ssl_cred_reload_fixture.h37 explicit SslCredReloadFixture(grpc_tls_version tls_version) in SslCredReloadFixture()
Dh2_oauth2_common.h38 explicit Oauth2Fixture(grpc_tls_version tls_version) in Oauth2Fixture()
/third_party/backends/backend/escl/
Descl.c148 int tls_version = 0; in escl_is_tls() local
265 int tls_version = 0; in escl_device_add() local
/third_party/mbedtls/library/
Dssl_msg.c670 tls_version, in ssl_extract_add_data_from_record()
3716 mbedtls_ssl_protocol_version tls_version; in ssl_parse_record_header() local
6291 mbedtls_ssl_protocol_version tls_version) in mbedtls_ssl_write_version()
6311 uint16_t tls_version = MBEDTLS_GET_UINT16_BE(version, 0); in mbedtls_ssl_read_version() local
Dssl_tls13_server.c788 uint16_t tls_version; in ssl_tls13_parse_supported_versions_ext() local
Dssl_tls.c8567 mbedtls_ssl_protocol_version tls_version, in ssl_tls12_populate_transform()
9700 mbedtls_ssl_protocol_version tls_version, in mbedtls_ssl_check_cert_usage()
/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc117 tsi_tls_version grpc_get_tsi_tls_version(grpc_tls_version tls_version) { in grpc_get_tsi_tls_version()
/third_party/grpc/test/core/tsi/
Dssl_transport_security_test.cc152 SslTsiTestFixture(tsi_tls_version tls_version, bool send_client_ca_list) { in SslTsiTestFixture()
669 void SetUpSslFixture(tsi_tls_version tls_version, bool send_client_ca_list) { in SetUpSslFixture()
/third_party/libcoap/src/
Dcoap_debug.c1061 coap_tls_version_t *tls_version = coap_get_tls_library_version(); in coap_string_tls_version() local
Dcoap_gnutls.c480 coap_tls_version_t *tls_version = coap_get_tls_library_version(); in coap_dtls_new_context() local
1704 coap_tls_version_t *tls_version = coap_get_tls_library_version(); in setup_client_ssl_session() local
/third_party/mbedtls/include/mbedtls/
Dssl.h4386 mbedtls_ssl_protocol_version tls_version) in mbedtls_ssl_conf_max_tls_version()
4443 mbedtls_ssl_protocol_version tls_version) in mbedtls_ssl_conf_min_tls_version()
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c1254 mbedtls_ssl_protocol_version tls_version, in mbedtls_test_ssl_build_transforms()
/third_party/openssl/test/
Dsslapitest.c1153 int tls_version, const char *cipher) in execute_test_ktls()
1285 static int execute_test_ktls_sendfile(int tls_version, const char *cipher) in execute_test_ktls_sendfile()
1417 int tls_version; member

12