Home | History | Annotate | Download | only in tls

Lines Matching refs:cipher_suite

40 	u16 cipher_suite;
128 cipher_suite = 0;
129 for (i = 0; !cipher_suite && i < conn->num_cipher_suites; i++) {
134 if (!cipher_suite && tmp == conn->cipher_suites[i]) {
135 cipher_suite = tmp;
141 if (!cipher_suite) {
149 if (tlsv1_record_set_cipher_suite(&conn->rl, cipher_suite) < 0) {
157 conn->cipher_suite = cipher_suite;
730 suite = tls_get_cipher_suite(conn->rl.cipher_suite);