Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_common.c76 static const struct tls_cipher_data tls_ciphers[] = { variable
99 #define NUM_TLS_CIPHER_DATA ARRAY_SIZE(tls_ciphers)
121 if (tls_ciphers[i].cipher == cipher) in tls_get_cipher_data()
122 return &tls_ciphers[i]; in tls_get_cipher_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_common.c76 static const struct tls_cipher_data tls_ciphers[] = { variable
99 #define NUM_TLS_CIPHER_DATA ARRAY_SIZE(tls_ciphers)
121 if (tls_ciphers[i].cipher == cipher) in tls_get_cipher_data()
122 return &tls_ciphers[i]; in tls_get_cipher_data()

Completed in 2 milliseconds