Home
last modified time | relevance | path

Searched refs:SHA1BLOCKBYTES (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c117 static const char zero[SHA1BLOCKBYTES - SHA1BYTES] = {0}; in fips_random_inner()
139 SHA1BLOCKBYTES - SHA1BYTES); in fips_random_inner()
H A Dfips_random.h36 #define SHA1BLOCKBYTES (SHA1BLOCKBITS >> 3) macro