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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_common.c26 static const struct tls_cipher_suite tls_cipher_suites[] = { variable in typeref:struct:tls_cipher_suite
73 #define NUM_TLS_CIPHER_SUITES ARRAY_SIZE(tls_cipher_suites)
111 if (tls_cipher_suites[i].suite == suite)
112 return &tls_cipher_suites[i];
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_common.c26 static const struct tls_cipher_suite tls_cipher_suites[] = { variable in typeref:struct:tls_cipher_suite
73 #define NUM_TLS_CIPHER_SUITES ARRAY_SIZE(tls_cipher_suites)
111 if (tls_cipher_suites[i].suite == suite)
112 return &tls_cipher_suites[i];
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_common.c26 static const struct tls_cipher_suite tls_cipher_suites[] = { variable in typeref:struct:tls_cipher_suite
73 #define NUM_TLS_CIPHER_SUITES ARRAY_SIZE(tls_cipher_suites)
111 if (tls_cipher_suites[i].suite == suite)
112 return &tls_cipher_suites[i];

Completed in 1149 milliseconds