Home | History | Annotate | Download | only in nist_hash_drbg

Lines Matching defs:seed_material

126 	 * 1. seed_material = entropy_input || nonce || personalization_string
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));