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

  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.h 71 unsigned reseed_counter; member in struct:nist_hash_drbg
nist_hash_drbg.h 71 unsigned reseed_counter; member in struct:nist_hash_drbg
nist_hash_drbg.c 111 D->reseed_counter = UINT_MAX; /* paranoia: make generate fail */
149 /* 5. reseed_counter = 1 */
150 D->reseed_counter = 1;
189 /* 5. reseed_counter = 1 */
190 D->reseed_counter = 1;
206 uint8_t reseed_counter[4];
211 * 1. If reseed_counter > reseed_interval, then return an
214 if (D->reseed_counter > NIST_HASH_DRBG_RESEED_INTERVAL)
243 /* 5. V = (V + H + C + reseed_counter) mod 2^seedlen */
244 be32enc(reseed_counter, D->reseed_counter)
202 uint8_t reseed_counter[4]; local in function:nist_hash_drbg_generate
1061 unsigned reseed_counter; local in function:nist_hash_drbg_initialize
    [all...]
nist_hash_drbg.c 111 D->reseed_counter = UINT_MAX; /* paranoia: make generate fail */
149 /* 5. reseed_counter = 1 */
150 D->reseed_counter = 1;
189 /* 5. reseed_counter = 1 */
190 D->reseed_counter = 1;
206 uint8_t reseed_counter[4];
211 * 1. If reseed_counter > reseed_interval, then return an
214 if (D->reseed_counter > NIST_HASH_DRBG_RESEED_INTERVAL)
243 /* 5. V = (V + H + C + reseed_counter) mod 2^seedlen */
244 be32enc(reseed_counter, D->reseed_counter)
202 uint8_t reseed_counter[4]; local in function:nist_hash_drbg_generate
1061 unsigned reseed_counter; local in function:nist_hash_drbg_initialize
    [all...]

Completed in 22 milliseconds