Seed material as specified in NIST SP 800-90Ar1 section 10.2.1.3.1. More...
#include <sw/device/lib/crypto/drivers/entropy.h>
Data Fields | |
size_t | len |
Number of words set in data . More... | |
uint32_t | data [kEntropySeedWords] |
Seed material in unsigned word format. | |
Seed material as specified in NIST SP 800-90Ar1 section 10.2.1.3.1.
Up to 12 words of seed material can be provided using this interface.
uint32_t entropy_seed_material::data[kEntropySeedWords] |