Searched refs:client_hello (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
H A Ds3_srvr.c647 CBB client_hello, hello_body, cipher_suites; local
712 CBB_zero(&client_hello);
713 if (!CBB_init_fixed(&client_hello, (uint8_t *)ssl->init_buf->data,
715 !CBB_add_u8(&client_hello, SSL3_MT_CLIENT_HELLO) ||
716 !CBB_add_u24_length_prefixed(&client_hello, &hello_body) ||
722 CBB_cleanup(&client_hello);
731 CBB_cleanup(&client_hello);
741 CBB_cleanup(&client_hello);
749 !CBB_finish(&client_hello, NULL, &len)) {
750 CBB_cleanup(&client_hello);
774 CBS client_hello; local
[all...]
H A Dt1_lib.c250 CBS client_hello, session_id, cipher_suites, compression_methods, extensions; local
252 CBS_init(&client_hello, ctx->client_hello, ctx->client_hello_len);
255 !CBS_skip(&client_hello, 2) ||
257 !CBS_skip(&client_hello, 32) ||
259 !CBS_get_u8_length_prefixed(&client_hello, &session_id)) {
270 if (!CBS_get_u8_length_prefixed(&client_hello, &cookie)) {
276 if (!CBS_get_u16_length_prefixed(&client_hello, &cipher_suites) ||
284 if (!CBS_get_u8_length_prefixed(&client_hello, &compression_methods) ||
293 if (CBS_len(&client_hello)
[all...]
/external/boringssl/include/openssl/
H A Dssl.h2714 const uint8_t *client_hello; member in struct:ssl_early_callback_ctx
/external/boringssl/src/include/openssl/
H A Dssl.h2714 const uint8_t *client_hello; member in struct:ssl_early_callback_ctx

Completed in 110 milliseconds