Searched refs:hash_df_block (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/crypto/nist_hash_drbg/ |
H A D | nist_hash_drbg.c | 99 static void hash_df_block(secret void *, uint8_t, uint8_t[4], 339 hash_df_block(p, counter++, hbits, input, inputlen); in hash_df() 347 hash_df_block(t, counter, hbits, input, inputlen); in hash_df() 355 hash_df_block(secret void *h, uint8_t counter, uint8_t hbits[4], in hash_df_block() function
|