Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.c25 static const struct tls_cipher_suite tls_cipher_suites[] = { variable
61 #define NUM_TLS_CIPHER_SUITES NUM_ELEMS(tls_cipher_suites)
99 if (tls_cipher_suites[i].suite == suite) in tls_get_cipher_suite()
100 return &tls_cipher_suites[i]; in tls_get_cipher_suite()