/src/sys/crypto/nist_hash_drbg/ |
nist_hash_drbg.c | 126 * 1. seed_material = entropy_input || nonce || personalization_string local in function:nist_hash_drbg_instantiate 128 const struct hvec seed_material[] = { 135 * 2. seed = Hash_df(seed_material, seedlen) 139 hash_df(D->V, sizeof D->V, seed_material, arraycount(seed_material)); 164 /* 1. seed_material = 0x01 || V || entropy_input || additional_input */ 165 const struct hvec seed_material[] = { 174 * 2. seed = Hash_df(seed_material, seedlen) 178 hash_df(seed, sizeof seed, seed_material, arraycount(seed_material)); 162 const struct hvec seed_material[] = { local in function:nist_hash_drbg_reseed [all...] |
nist_hash_drbg.c | 126 * 1. seed_material = entropy_input || nonce || personalization_string local in function:nist_hash_drbg_instantiate 128 const struct hvec seed_material[] = { 135 * 2. seed = Hash_df(seed_material, seedlen) 139 hash_df(D->V, sizeof D->V, seed_material, arraycount(seed_material)); 164 /* 1. seed_material = 0x01 || V || entropy_input || additional_input */ 165 const struct hvec seed_material[] = { 174 * 2. seed = Hash_df(seed_material, seedlen) 178 hash_df(seed, sizeof seed, seed_material, arraycount(seed_material)); 162 const struct hvec seed_material[] = { local in function:nist_hash_drbg_reseed [all...] |