Data structure for Adaptive Proportion Test (NIST SP 800-90B 4.4.2). More...
Data structure for Adaptive Proportion Test (NIST SP 800-90B 4.4.2).
Definition at line 57 of file entropy_source.h.
#include <entropy_source.h>
| Data Fields | |
| uint8_t | old_sample | 
| Preceding sample to compare for repetition. | |
| uint16_t | cnt_prop | 
| Counter to count proportion. | |
| uint16_t | cnt_window | 
| Counter to count window size. | |
| uint16_t | c_prop | 
| Cutoff threshold. | |
| uint16_t entropy_source_tests_prop_t::c_prop | 
Cutoff threshold.
Definition at line 61 of file entropy_source.h.
| uint16_t entropy_source_tests_prop_t::cnt_prop | 
Counter to count proportion.
Definition at line 59 of file entropy_source.h.
| uint16_t entropy_source_tests_prop_t::cnt_window | 
Counter to count window size.
Definition at line 60 of file entropy_source.h.
| uint8_t entropy_source_tests_prop_t::old_sample | 
Preceding sample to compare for repetition.
Definition at line 58 of file entropy_source.h.