Home | History | Annotate | Download | only in ssl

Lines Matching refs:client_random

690    * renegerate the client_random. The random must be reused. */
692 !ssl_fill_hello_random(ssl->s3->client_random,
693 sizeof(ssl->s3->client_random), 0 /* client */)) {
705 !CBB_add_bytes(&cbb, ssl->s3->client_random, SSL3_RANDOM_SIZE) ||
1265 !EVP_DigestVerifyUpdate(&md_ctx, ssl->s3->client_random,