Searched refs:tls_cipher_suite_match (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/eap_common/
H A Deap_teap_common.c229 static int tls_cipher_suite_match(const u16 *list, size_t count, u16 cs) function
259 return tls_cipher_suite_match(sha1_cs, ARRAY_SIZE(sha1_cs), cs);
284 return tls_cipher_suite_match(sha256_cs, ARRAY_SIZE(sha256_cs), cs);
304 return tls_cipher_suite_match(sha384_cs, ARRAY_SIZE(sha384_cs), cs);
697 return tls_cipher_suite_match(ok_cs, ARRAY_SIZE(ok_cs), cs);

Completed in 102 milliseconds