• Home
  • Raw
  • Download

Lines Matching full:entropy

62 /* The entropy pool */
106 * entropy, saves MEMORY_SIZE RAM for
107 * entropy collector */
131 * @ec [in] Reference to entropy collector
142 * Insert a new entropy event into APT
144 * @ec [in] Reference to entropy collector
188 * @ec [in] Reference to entropy collector
206 * In addition, we require an entropy value H of 1/OSR as this in jent_rct_insert()
207 * is the minimum entropy required to provide full entropy. in jent_rct_insert()
209 * the entropy pool which should then have (close to) 64 bits in jent_rct_insert()
210 * of entropy. in jent_rct_insert()
229 * @ec [in] Reference to entropy collector
257 * @ec [in] Reference to entropy collector
293 * @ec [in] Reference to entropy collector
314 * an entropy collection.
317 * @ec entropy collector struct -- may be NULL
360 * entropy pool using an LFSR.
369 * @ec [in] entropy collector struct
427 * the entropy pool. Although this operation should not do any harm in jent_lfsr_time()
428 * even when the time stamp has no entropy, SP800-90B requires that in jent_lfsr_time()
455 * @ec [in] Reference to the entropy collector with the memory access data -- if
500 * Start of entropy processing logic
503 * This is the heart of the entropy generation: calculate time deltas and
505 * entropy pool.
511 * @ec [in] Reference to entropy collector
545 * @ec [in] Reference to entropy collector
569 * Entry function: Obtain entropy for the caller.
571 * This function invokes the entropy gathering logic as often to generate
572 * as many bytes as requested by the caller. The entropy gathering logic
575 * This function truncates the last 64 bit entropy value output to the exact
578 * @ec [in] Reference to entropy collector
717 * jitter entropy that could potentially be caught here. But in jent_entropy_init()
744 /* Invoke core entropy collection logic */ in jent_entropy_init()
783 * than 10% of the overall generated raw entropy values in jent_entropy_init()
810 * for the calculation of entropy -- perform this check in jent_entropy_init()
833 * than 1 to ensure the entropy estimation in jent_entropy_init()