Searched refs:hello_body (Results 1 – 1 of 1) sorted by relevance
419 CBB hello_body, cipher_suites; in read_v2_client_hello() local428 !CBB_add_u24_length_prefixed(client_hello.get(), &hello_body) || in read_v2_client_hello()429 !CBB_add_u16(&hello_body, version) || in read_v2_client_hello()430 !CBB_add_bytes(&hello_body, random, SSL3_RANDOM_SIZE) || in read_v2_client_hello()432 !CBB_add_u8(&hello_body, 0) || in read_v2_client_hello()433 !CBB_add_u16_length_prefixed(&hello_body, &cipher_suites)) { in read_v2_client_hello()457 if (!CBB_add_u8(&hello_body, 1) || in read_v2_client_hello()458 !CBB_add_u8(&hello_body, 0) || in read_v2_client_hello()