Home | History | Annotate | Download | only in tls

Lines Matching full:suite

91  * tls_get_cipher_suite - Get TLS cipher suite
92 * @suite: Cipher suite identifier
95 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite)
99 if (tls_cipher_suites[i].suite == suite)
117 const struct tls_cipher_suite *suite;
120 suite = tls_get_cipher_suite(cipher);
121 if (suite == NULL)
124 switch (suite->key_exchange) {