Home
last modified time | relevance | path

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

/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()
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_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/test/core/end2end/fixtures/
Dh2_ssl.cc42 grpc_tls_version tls_version; member
47 grpc_tls_version tls_version) { in chttp2_create_fixture_secure_fullstack()
Dh2_ssl_cred_reload.cc42 grpc_tls_version tls_version; member
83 grpc_tls_version tls_version) { in chttp2_create_fixture_secure_fullstack()
Dh2_tls.cc55 grpc_tls_version tls_version; member
61 grpc_tls_version tls_version) { in chttp2_create_fixture_secure_fullstack()
Dh2_oauth2.cc44 grpc_tls_version tls_version; member
99 grpc_tls_version tls_version) { in chttp2_create_fixture_secure_fullstack()
/third_party/libcoap/src/
Dcoap_debug.c755 coap_tls_version_t *tls_version = coap_get_tls_library_version(); in coap_string_tls_version() local
847 coap_tls_version_t *tls_version = coap_get_tls_library_version(); in coap_string_tls_support() local
Dcoap_gnutls.c431 coap_tls_version_t* tls_version = coap_get_tls_library_version(); in coap_dtls_new_context() local
1718 coap_tls_version_t* tls_version = coap_get_tls_library_version(); in setup_client_ssl_session() local
/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc141 tsi_tls_version grpc_get_tsi_tls_version(grpc_tls_version tls_version) { in grpc_get_tsi_tls_version()
/third_party/node/src/
Dnode_crypto.cc2309 const char* tls_version = SSL_get_version(w->ssl_.get()); in GetProtocol() local