Searched refs:hello_body (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/ |
D | s3_srvr.c | 683 CBB client_hello, hello_body, cipher_suites; in ssl3_get_v2_client_hello() local 756 !CBB_add_u24_length_prefixed(&client_hello, &hello_body) || in ssl3_get_v2_client_hello() 757 !CBB_add_u16(&hello_body, version) || in ssl3_get_v2_client_hello() 758 !CBB_add_bytes(&hello_body, random, SSL3_RANDOM_SIZE) || in ssl3_get_v2_client_hello() 760 !CBB_add_u8(&hello_body, 0) || in ssl3_get_v2_client_hello() 761 !CBB_add_u16_length_prefixed(&hello_body, &cipher_suites)) { in ssl3_get_v2_client_hello() 788 if (!CBB_add_u8(&hello_body, 1) || !CBB_add_u8(&hello_body, 0) || in ssl3_get_v2_client_hello()
|