/src/sys/arch/amd64/stand/prekern/ |
prng.c | 46 uint32_t entropy; member in struct:__anon3e15344a0108 103 "size mismatch in entropy file"); 110 SHA1Update(&sig, (uint8_t *)&rndsave->entropy, 111 sizeof(rndsave->entropy)); 116 "bad SHA1 checksum in entropy file"); 124 print_state(STATE_WARNING, "No entropy file could be loaded"); 176 print_state(STATE_WARNING, "No CPU entropy feature detected");
|
prng.c | 46 uint32_t entropy; member in struct:__anon3e15344a0108 103 "size mismatch in entropy file"); 110 SHA1Update(&sig, (uint8_t *)&rndsave->entropy, 111 sizeof(rndsave->entropy)); 116 "bad SHA1 checksum in entropy file"); 124 print_state(STATE_WARNING, "No entropy file could be loaded"); 176 print_state(STATE_WARNING, "No CPU entropy feature detected");
|
/src/sys/sys/ |
rndio.h | 41 * Exposed "size" of entropy pool, for convenience in load/save 47 uint32_t entropy; member in struct:__anon55e960fb0108 68 uint32_t total; /* entropy from this source */ 76 uint32_t dt_total; /* time-delta entropy estimate */ 78 uint32_t dv_total; /* value-delta entropy estimate */ 90 #define RND_FLAG_ESTIMATE_TIME 0x00004000 /* estimate entropy on time */ 91 #define RND_FLAG_ESTIMATE_VALUE 0x00008000 /* estimate entropy on value */ 155 * Add entropy to the pool. len is the data length, in bytes. 156 * entropy is the number of bits of estimated entropy in the data 160 uint32_t entropy; member in struct:__anon55e960fb0a08 [all...] |
rndio.h | 41 * Exposed "size" of entropy pool, for convenience in load/save 47 uint32_t entropy; member in struct:__anon55e960fb0108 68 uint32_t total; /* entropy from this source */ 76 uint32_t dt_total; /* time-delta entropy estimate */ 78 uint32_t dv_total; /* value-delta entropy estimate */ 90 #define RND_FLAG_ESTIMATE_TIME 0x00004000 /* estimate entropy on time */ 91 #define RND_FLAG_ESTIMATE_VALUE 0x00008000 /* estimate entropy on value */ 155 * Add entropy to the pool. len is the data length, in bytes. 156 * entropy is the number of bits of estimated entropy in the data 160 uint32_t entropy; member in struct:__anon55e960fb0a08 [all...] |
/src/etc/defaults/ |
rc.conf | 387 # Entropy load/save to/from /dev/random at startup/shutdown 391 # Set to `check' to abort multi-user boot if not enough entropy, or 392 # `wait' to wait until enough entropy, or `' (empty) to boot without 395 entropy="wait" key
|
rc.conf | 387 # Entropy load/save to/from /dev/random at startup/shutdown 391 # Set to `check' to abort multi-user boot if not enough entropy, or 392 # `wait' to wait until enough entropy, or `' (empty) to boot without 395 entropy="wait" key
|
/src/sys/arch/powerpc/oea/ |
pmap.c | 1154 register_t entropy = MFTB(); local in function:pmap_pinit 1169 * entropy from the timebase register. This is to make the 1174 pmap_vsidcontext = (pmap_vsidcontext * 0x1105) + entropy; 1177 entropy += 0xbadf00d; 1186 entropy = hash ^ (hash >> 16);
|
pmap.c | 1154 register_t entropy = MFTB(); local in function:pmap_pinit 1169 * entropy from the timebase register. This is to make the 1174 pmap_vsidcontext = (pmap_vsidcontext * 0x1105) + entropy; 1177 entropy += 0xbadf00d; 1186 entropy = hash ^ (hash >> 16);
|