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

  /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

Completed in 24 milliseconds