Home | History | Annotate | Download | only in tls

Lines Matching refs:cipher_suite

126 	u16 cipher_suite;
229 cipher_suite = 0;
230 for (i = 0; !cipher_suite && i < conn->num_cipher_suites; i++) {
237 if (!cipher_suite && tmp == conn->cipher_suites[i]) {
238 cipher_suite = tmp;
244 if (!cipher_suite) {
251 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) {
259 conn->cipher_suite = cipher_suite;
834 suite = tls_get_cipher_suite(conn->rl.cipher_suite);