Searched refs:hello_body (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/ |
D | s3_srvr.c | 647 CBB client_hello, hello_body, cipher_suites; in ssl3_get_v2_client_hello() local 716 !CBB_add_u24_length_prefixed(&client_hello, &hello_body) || in ssl3_get_v2_client_hello() 717 !CBB_add_u16(&hello_body, version) || in ssl3_get_v2_client_hello() 718 !CBB_add_bytes(&hello_body, random, SSL3_RANDOM_SIZE) || in ssl3_get_v2_client_hello() 720 !CBB_add_u8(&hello_body, 0) || in ssl3_get_v2_client_hello() 721 !CBB_add_u16_length_prefixed(&hello_body, &cipher_suites)) { in ssl3_get_v2_client_hello() 748 if (!CBB_add_u8(&hello_body, 1) || !CBB_add_u8(&hello_body, 0) || in ssl3_get_v2_client_hello()
|