ssl_fill_hello_random
__owur int ssl_fill_hello_random(SSL_CONNECTION *s, int server,
if (i && ssl_fill_hello_random(s, 0, p, sizeof(s->s3.client_random), DOWNGRADE_NONE) <= 0) {
if (ssl_fill_hello_random(s, 1, pos, SSL3_RANDOM_SIZE, dgrd) <= 0) {