Lines Matching +full:90 +full:h
138 * output entropy (that is what SP 800-90B Section 3.1.5.1.2 attempts to bound).
140 * The value "64" is justified in Appendix A.4 of the current 90C draft,
148 #include <linux/fips.h>
149 #include <linux/minmax.h>
150 #include "jitterentropy.h"
155 * This test complies with SP800-90B section 4.4.2.
159 * See the SP 800-90B comment #10b for the corrected cutoff for the SP 800-90B
161 * https://www.untruth.org/~josh/sp80090b/UL%20SP800-90B-final%20comments%20v1.9%2020191212.pdf
248 * (RCT) specified in SP800-90B section 4.4.1. Instead of counting identical
261 * Repetition Count Test as defined in SP800-90B section 4.4.1
273 * alpha = 2^-30 or 2^-60 as recommended in SP800-90B. in jent_rct_insert()
274 * In addition, we require an entropy value H of 1/osr as this in jent_rct_insert()
282 * code of SP800-90B section 4.4.1) starts with zero. Hence in jent_rct_insert()
284 * following SP800-90B. Thus C = ceil(-log_2(alpha)/H) = 30*osr in jent_rct_insert()
758 * SP800-90B requires at least 1024 initial test cycles. in jent_entropy_init()