HomeSort by relevance Sort by last modified time
    Searched refs:is_v2_hello (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/ssl/
s3_lib.cc 171 is_v2_hello(false),
s3_both.cc 395 ssl->s3->is_v2_hello = true;
423 out->is_v2_hello = ssl->s3->is_v2_hello;
433 if (!out->is_v2_hello) {
575 ssl->s3->is_v2_hello = false;
handoff.cc 95 s3->is_v2_hello = true;
handshake.cc 217 if (msg.is_v2_hello) {
internal.h 971 bool is_v2_hello; member in struct:bssl::SSLMessage
2267 bool is_v2_hello:1; member in struct:bssl::SSL3_STATE
    [all...]
d1_both.cc 418 out->is_v2_hello = false;

Completed in 125 milliseconds