OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SIGN_HASH_NUM
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/syslogd/
sign.h
109
* 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)
sign.c
656
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 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025