HomeSort by: relevance | last modified time | path
    Searched defs:hash_df (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c 99 static void hash_df(secret void *, size_t, const struct hvec *, size_t);
135 * 2. seed = Hash_df(seed_material, seedlen)
139 hash_df(D->V, sizeof D->V, seed_material, arraycount(seed_material));
141 /* 4. C = Hash_df((0x00 || V), seedlen) */
147 hash_df(D->C, sizeof D->C, hv, arraycount(hv));
174 * 2. seed = Hash_df(seed_material, seedlen)
178 hash_df(seed, sizeof seed, seed_material, arraycount(seed_material));
181 /* 3. C = Hash_df((0x00 || V), seedlen) */
187 hash_df(D->C, sizeof D->C, hv, arraycount(hv));
330 /* 10.4.1 Derivation Function Using a Hash Function (Hash_df) */
327 hash_df(void *h, size_t hlen, const struct hvec *input, size_t inputlen) function in typeref:typename:void
    [all...]
nist_hash_drbg.c 99 static void hash_df(secret void *, size_t, const struct hvec *, size_t);
135 * 2. seed = Hash_df(seed_material, seedlen)
139 hash_df(D->V, sizeof D->V, seed_material, arraycount(seed_material));
141 /* 4. C = Hash_df((0x00 || V), seedlen) */
147 hash_df(D->C, sizeof D->C, hv, arraycount(hv));
174 * 2. seed = Hash_df(seed_material, seedlen)
178 hash_df(seed, sizeof seed, seed_material, arraycount(seed_material));
181 /* 3. C = Hash_df((0x00 || V), seedlen) */
187 hash_df(D->C, sizeof D->C, hv, arraycount(hv));
330 /* 10.4.1 Derivation Function Using a Hash Function (Hash_df) */
327 hash_df(void *h, size_t hlen, const struct hvec *input, size_t inputlen) function in typeref:typename:void
    [all...]
nist_hash_drbg.c 99 static void hash_df(secret void *, size_t, const struct hvec *, size_t);
135 * 2. seed = Hash_df(seed_material, seedlen)
139 hash_df(D->V, sizeof D->V, seed_material, arraycount(seed_material));
141 /* 4. C = Hash_df((0x00 || V), seedlen) */
147 hash_df(D->C, sizeof D->C, hv, arraycount(hv));
174 * 2. seed = Hash_df(seed_material, seedlen)
178 hash_df(seed, sizeof seed, seed_material, arraycount(seed_material));
181 /* 3. C = Hash_df((0x00 || V), seedlen) */
187 hash_df(D->C, sizeof D->C, hv, arraycount(hv));
330 /* 10.4.1 Derivation Function Using a Hash Function (Hash_df) */
327 hash_df(void *h, size_t hlen, const struct hvec *input, size_t inputlen) function in typeref:typename:void
    [all...]

Completed in 132 milliseconds