Home | History | Annotate | Download | only in ssl

Lines Matching defs:client_random

739   /* The client_random is the V2ClientHello challenge. Truncate or
817 CBS client_random, session_id, cipher_suites, compression_methods;
884 !CBS_get_bytes(&client_hello, &client_random, SSL3_RANDOM_SIZE) ||
897 memcpy(s->s3->client_random, CBS_data(&client_random), SSL3_RANDOM_SIZE);
1115 * client_random
1486 !EVP_DigestSignUpdate(&md_ctx, s->s3->client_random,