Home | History | Annotate | Download | only in ssl

Lines Matching refs:client_random

701   /* The client_random is the V2ClientHello challenge. Truncate or
776 CBS client_random, session_id, cipher_suites, compression_methods;
842 !CBS_get_bytes(&client_hello, &client_random, SSL3_RANDOM_SIZE) ||
855 memcpy(ssl->s3->client_random, CBS_data(&client_random), SSL3_RANDOM_SIZE);
1093 * client_random
1328 EVP_DigestUpdate(&md_ctx, ssl->s3->client_random, SSL3_RANDOM_SIZE) &&