Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h167 } tls_cipher; typedef
178 tls_cipher cipher;
188 tls_cipher cipher;
208 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher);
209 int tls_server_key_exchange_allowed(tls_cipher cipher);
Dtlsv1_common.c101 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) in tls_get_cipher_data()
111 int tls_server_key_exchange_allowed(tls_cipher cipher) in tls_server_key_exchange_allowed()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dtlsv1_common.h167 } tls_cipher; typedef
178 tls_cipher cipher;
188 tls_cipher cipher;
208 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher);
209 int tls_server_key_exchange_allowed(tls_cipher cipher);
Dtlsv1_common.c101 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) in tls_get_cipher_data()
111 int tls_server_key_exchange_allowed(tls_cipher cipher) in tls_server_key_exchange_allowed()
/external/wpa_supplicant/
Dtlsv1_common.h164 } tls_cipher; typedef
175 tls_cipher cipher;
185 tls_cipher cipher;
Dtlsv1_common.c104 static const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) in tls_get_cipher_data()