Home
last modified time | relevance | path

Searched refs:fake_key_bytes (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dsshd.c2361 u_char fake_key_bytes[4096 / 8]; local
2452 if (fake_key_len > sizeof(fake_key_bytes))
2453 fake_key_len = sizeof(fake_key_bytes);
2454 arc4random_buf(fake_key_bytes, fake_key_len);
2455 if (BN_bin2bn(fake_key_bytes, fake_key_len, fake_key_int) == NULL)