/src/sys/crypto/nist_hash_drbg/ |
nist_hash_drbg.c | 1070 const unsigned truncation[] = { 0, 1, 32, 63 }; 1075 for (j = 0; j < arraycount(truncation); j++) { 1076 const unsigned trunc = truncation[j]; 1052 const unsigned truncation[] = { 0, 1, 32, 63 }; local in function:nist_hash_drbg_initialize
|
nist_hash_drbg.c | 1070 const unsigned truncation[] = { 0, 1, 32, 63 }; 1075 for (j = 0; j < arraycount(truncation); j++) { 1076 const unsigned trunc = truncation[j]; 1052 const unsigned truncation[] = { 0, 1, 32, 63 }; local in function:nist_hash_drbg_initialize
|