Searched refs:tls_cipher_suite_match (Results 1 – 1 of 1) sorted by relevance
/hostap-3.7.0/src/eap_common/ |
D | eap_teap_common.c | 238 static int tls_cipher_suite_match(const u16 *list, size_t count, u16 cs) in tls_cipher_suite_match() function 268 return tls_cipher_suite_match(sha1_cs, ARRAY_SIZE(sha1_cs), cs); in tls_cipher_suite_mac_sha1() 293 return tls_cipher_suite_match(sha256_cs, ARRAY_SIZE(sha256_cs), cs); in tls_cipher_suite_mac_sha256() 313 return tls_cipher_suite_match(sha384_cs, ARRAY_SIZE(sha384_cs), cs); in tls_cipher_suite_mac_sha384() 743 return tls_cipher_suite_match(ok_cs, ARRAY_SIZE(ok_cs), cs); in eap_teap_allowed_anon_prov_cipher_suite()
|