Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h213 struct tls_cipher_suite { struct
248 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite);
Dtlsv1_common.c26 static const struct tls_cipher_suite tls_cipher_suites[] = {
107 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite) in tls_get_cipher_suite()
129 const struct tls_cipher_suite *suite; in tls_server_key_exchange_allowed()
Dtlsv1_server_write.c161 const struct tls_cipher_suite *suite; in tls_write_server_certificate()
246 const struct tls_cipher_suite *suite; in tls_write_server_key_exchange()
Dtlsv1_record.c33 const struct tls_cipher_suite *suite; in tlsv1_record_set_cipher_suite()
Dtlsv1_client_write.c377 const struct tls_cipher_suite *suite; in tls_write_client_key_exchange()
Dtlsv1_client_read.c576 const struct tls_cipher_suite *suite; in tls_process_server_key_exchange()
Dtlsv1_server_read.c700 const struct tls_cipher_suite *suite; in tls_process_client_key_exchange()