Home | History | Annotate | Download | only in ssl

Lines Matching full:client_random

998 	memcpy(s->s3->client_random,p,SSL3_RANDOM_SIZE);
1425 * client_random
1969 EVP_DigestUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE);
2008 EVP_SignUpdate(&md_ctx,&(s->s3->client_random[0]),SSL3_RANDOM_SIZE);