Home
last modified time | relevance | path

Searched refs:tls_cipher (Results 1 – 3 of 3) sorted by relevance

/hostap-3.6.0/tests/hwsim/
Dtest_suite_b.py72 tls_cipher = dev[0].get_status_field("EAP TLS cipher")
73 if tls_cipher != "ECDHE-ECDSA-AES128-GCM-SHA256" and \
74 tls_cipher != "ECDHE-ECDSA-AES-128-GCM-AEAD":
75 raise Exception("Unexpected TLS cipher: " + tls_cipher)
192 tls_cipher = dev[0].get_status_field("EAP TLS cipher")
193 if tls_cipher != "ECDHE-ECDSA-AES256-GCM-SHA384" and \
194 tls_cipher != "ECDHE-ECDSA-AES-256-GCM-AEAD":
195 raise Exception("Unexpected TLS cipher: " + tls_cipher)
428 tls_cipher = dev[0].get_status_field("EAP TLS cipher")
429 if tls_cipher != "ECDHE-RSA-AES256-GCM-SHA384" and \
[all …]
/hostap-3.6.0/src/tls/
Dtlsv1_common.h206 } tls_cipher; typedef
218 tls_cipher cipher;
228 tls_cipher cipher;
251 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher);
252 int tls_server_key_exchange_allowed(tls_cipher cipher);
Dtlsv1_common.c117 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) in tls_get_cipher_data()
127 int tls_server_key_exchange_allowed(tls_cipher cipher) in tls_server_key_exchange_allowed()