Lines Matching defs:bytes
30 const unsigned char bytes[] = {0x00};
33 if (!TEST_int_eq(SSL_bytes_to_cipher_list(s, bytes, 0, 0, &sk, &scsv), 0)
49 const unsigned char bytes[] = {0xc0, 0x0f, 0x00, 0x2f, 0x01, 0x00};
52 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes),
74 const unsigned char bytes[] = {0x00, 0x00, 0x35, 0x01, 0x00, 0x80,
78 if (!TEST_true(SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 1,
104 const unsigned char bytes[] = {0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff,
108 if (!SSL_bytes_to_cipher_list(s, bytes, sizeof(bytes), 0, &sk, &scsv)