Home
last modified time | relevance | path

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

/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/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/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/openssl/test/
Dsslapitest.c1152 int tls_version, const char *cipher) in execute_test_ktls()
1284 static int execute_test_ktls_sendfile(int tls_version, const char *cipher) in execute_test_ktls_sendfile()
1416 int tls_version; member
Devp_test.c539 int tls_version; member
/third_party/node/src/
Dnode_crypto.cc2309 const char* tls_version = SSL_get_version(w->ssl_.get()); in GetProtocol() local