Searched refs:hello_request_len (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
H A Ds3_pkt.c490 while (ssl->s3->hello_request_len < sizeof(kHelloRequest)) {
495 if (rr->data[0] != kHelloRequest[ssl->s3->hello_request_len]) {
502 ssl->s3->hello_request_len++;
504 ssl->s3->hello_request_len = 0;
/external/boringssl/include/openssl/
H A Dssl.h3947 /* hello_request_len is the number of bytes of HelloRequest received, possibly
3949 uint8_t hello_request_len; member in struct:ssl3_state_st
/external/boringssl/src/include/openssl/
H A Dssl.h3947 /* hello_request_len is the number of bytes of HelloRequest received, possibly
3949 uint8_t hello_request_len; member in struct:ssl3_state_st

Completed in 166 milliseconds