Home
last modified time | relevance | path

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

/trueos/crypto/heimdal/lib/asn1/
HDhash.c191 #define HIGH_BITS (~((unsigned)(~0) >> TWELVE)) macro
202 if ((g = h & HIGH_BITS)) in hashjpw()
203 h = (h ^ (g >> SEVENTYFIVE)) & ~HIGH_BITS; in hashjpw()