Lines Matching refs:tls_cipher
75 tls_cipher = dev[0].get_status_field("EAP TLS cipher")
76 if tls_cipher != "ECDHE-ECDSA-AES128-GCM-SHA256" and \
77 tls_cipher != "ECDHE-ECDSA-AES-128-GCM-AEAD":
78 raise Exception("Unexpected TLS cipher: " + tls_cipher)
195 tls_cipher = dev[0].get_status_field("EAP TLS cipher")
196 if tls_cipher != "ECDHE-ECDSA-AES256-GCM-SHA384" and \
197 tls_cipher != "ECDHE-ECDSA-AES-256-GCM-AEAD":
198 raise Exception("Unexpected TLS cipher: " + tls_cipher)
450 tls_cipher = dev[0].get_status_field("EAP TLS cipher")
451 if tls_cipher != "ECDHE-RSA-AES256-GCM-SHA384" and \
452 tls_cipher != "DHE-RSA-AES256-GCM-SHA384" and \
453 tls_cipher != "ECDHE-RSA-AES-256-GCM-AEAD" and \
454 tls_cipher != "DHE-RSA-AES-256-GCM-AEAD" and \
455 tls_cipher != "TLS_AES_256_GCM_SHA384":
456 raise Exception("Unexpected TLS cipher: " + tls_cipher)
577 tls_cipher = dev[0].get_status_field("EAP TLS cipher")
578 if tls_cipher != "ECDHE-RSA-AES256-GCM-SHA384" and \
579 tls_cipher != "ECDHE-RSA-AES-256-GCM-AEAD":
580 raise Exception("Unexpected TLS cipher: " + tls_cipher)