Searched refs:SIGN_HASH_NUM (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/syslogd/
H A Dsign.h109 * to have a SIGN_HASH_NUM that is a multiple of SIGN_HASH_DIVISION_NUM */
112 #define SIGN_HASH_NUM (SIGN_HASH_DIVISION_NUM * SIGN_RESENDCOUNT_HASHES) macro
H A Dsign.c656 hashes_in_sb = MIN(sg_num_hashes, SIGN_HASH_NUM);
659 "sg_num_hashes = %zu, hashes_in_sb = %zu, SIGN_HASH_NUM = %d\n",
660 sg_num_hashes, hashes_in_sb, SIGN_HASH_NUM);
661 if (sg_num_hashes > SIGN_HASH_NUM) {
663 " > SIGN_HASH_NUM -- This should not happen!\n");
704 if (sg_num_hashes >= SIGN_HASH_NUM) {

Completed in 200 milliseconds