Searched defs:noise (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dentropy.c275 * noise source.
329 noise_sample_t noise; local
335 /* Get noise sample */
336 if ( ( rc = get_noise ( &noise ) ) != 0 )
343 if ( ( rc = repetition_count_test ( noise ) ) != 0 )
345 if ( ( rc = adaptive_proportion_test ( noise ) ) != 0 )
349 *entropy = noise;
367 /* At least max(N,C) samples shall be generated by the noise
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k.h415 s8 noise; member in struct:survey_info

Completed in 34 milliseconds