Lines Matching full:rct
92 /* From an SP800-90B perspective, this RCT cutoff value is equal to 31. */
93 /* However, our RCT implementation starts at 1, so we subtract 1 here. */
97 /* From an SP800-90B perspective, this RCT cutoff value is equal to 61. */
98 /* However, our RCT implementation starts at 1, so we subtract 1 here. */
202 * (RCT) specified in SP800-90B section 4.4.1. Instead of counting identical
203 * back-to-back values, the input to the RCT is the counting of the stuck
206 * The RCT is applied with an alpha of 2^{-30} compliant to FIPS 140-2 IG 9.8.
208 * During the counting operation, the Jitter RNG always calculates the RCT
225 /* Reset RCT */ in jent_rct_insert()
267 /* RCT with a stuck bit */ in jent_stuck()
272 /* RCT with a non-stuck bit */ in jent_stuck()
278 /* RCT health test failure detection */
636 /* Required for RCT */ in jent_entropy_init()