Searched refs:fake_key_bytes (Results 1 – 1 of 1) sorted by relevance
2361 u_char fake_key_bytes[4096 / 8]; local2452 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)