Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c150 uint32_t vis_sha1_svfp_threshold = 128; variable
216 svfp_ok = ((len >= vis_sha1_svfp_threshold) ? 1 : 0); in SHA1Update()