Home | History | Annotate | Download | only in tls

Lines Matching refs:cipher_suite

22  * @cipher_suite: New cipher suite
31 u16 cipher_suite)
37 cipher_suite);
38 rl->cipher_suite = cipher_suite;
40 suite = tls_get_cipher_suite(cipher_suite);
78 "0x%04x", rl->cipher_suite);
79 rl->write_cipher_suite = rl->cipher_suite;
112 "0x%04x", rl->cipher_suite);
113 rl->read_cipher_suite = rl->cipher_suite;