Searched refs:hello_body (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/ |
D | s3_both.c | 627 CBB client_hello, hello_body, cipher_suites; in read_v2_client_hello() local 633 !CBB_add_u24_length_prefixed(&client_hello, &hello_body) || in read_v2_client_hello() 634 !CBB_add_u16(&hello_body, version) || in read_v2_client_hello() 635 !CBB_add_bytes(&hello_body, random, SSL3_RANDOM_SIZE) || in read_v2_client_hello() 637 !CBB_add_u8(&hello_body, 0) || in read_v2_client_hello() 638 !CBB_add_u16_length_prefixed(&hello_body, &cipher_suites)) { in read_v2_client_hello() 665 if (!CBB_add_u8(&hello_body, 1) || !CBB_add_u8(&hello_body, 0) || in read_v2_client_hello()
|