Home | History | Annotate | Download | only in net

Lines Matching refs:cipher_suites

623 		uint16_t cipher_suites[2];
634 hello.cipher_suite_len = htons ( sizeof ( hello.cipher_suites ) );
635 hello.cipher_suites[0] = htons ( TLS_RSA_WITH_AES_128_CBC_SHA );
636 hello.cipher_suites[1] = htons ( TLS_RSA_WITH_AES_256_CBC_SHA );