Home
last modified time | relevance | path

Searched refs:hello_verify_request (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
Dd1_clnt.c523 CBS hello_verify_request, cookie; in dtls1_get_hello_verify() local
542 CBS_init(&hello_verify_request, ssl->init_msg, n); in dtls1_get_hello_verify()
544 if (!CBS_get_u16(&hello_verify_request, &server_version) || in dtls1_get_hello_verify()
545 !CBS_get_u8_length_prefixed(&hello_verify_request, &cookie) || in dtls1_get_hello_verify()
546 CBS_len(&hello_verify_request) != 0) { in dtls1_get_hello_verify()