Searched refs:sip_hash_salt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_gids.c82 _sasl_MD5Update(&ctx, (uchar_t *)&sip_hash_salt, sizeof (uint64_t));
106 MD5Update(&ctx, (uchar_t *)&sip_hash_salt, sizeof (uint64_t));
H A Dsip_miscdefs.h242 extern uint64_t sip_hash_salt;
H A Dsip_itf.c67 uint64_t sip_hash_salt = 0; variable
684 sip_hash_salt = tspec.tv_nsec;
686 sip_hash_salt = gethrtime();

Completed in 47 milliseconds