HomeSort by relevance Sort by last modified time
    Searched refs:tls_get_cipher_suite (Results 1 - 10 of 10) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_common.c 87 * tls_get_cipher_suite - Get TLS cipher suite
91 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite) function
116 suite = tls_get_cipher_suite(cipher);
tlsv1_common.h 207 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite);
tlsv1_record.c 45 suite = tls_get_cipher_suite(cipher_suite);
tlsv1_server_write.c 167 suite = tls_get_cipher_suite(conn->rl.cipher_suite);
257 suite = tls_get_cipher_suite(conn->rl.cipher_suite);
tlsv1_client_write.c 386 suite = tls_get_cipher_suite(conn->rl.cipher_suite);
tlsv1_client_read.c 543 suite = tls_get_cipher_suite(conn->rl.cipher_suite);
tlsv1_server_read.c 730 suite = tls_get_cipher_suite(conn->rl.cipher_suite);
  /external/wpa_supplicant/
tlsv1_common.h 221 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite);
tlsv1_common.c 90 * tls_get_cipher_suite - Get TLS cipher suite
94 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite) function
189 suite = tls_get_cipher_suite(cipher_suite);
tlsv1_client.c 409 suite = tls_get_cipher_suite(conn->rl.cipher_suite);
763 suite = tls_get_cipher_suite(conn->rl.cipher_suite);
    [all...]

Completed in 898 milliseconds