OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXKEYLEN
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/pax/
tables.h
52
#define
MAXKEYLEN
64 /* max number of chars for hash */
tables.c
1311
*
MAXKEYLEN
chars (should be at LEAST large enough to pick off the file
1314
* prime sized tables (
MAXKEYLEN
was 128 in test). Hashes (sizeof int)
1333
* only look at the tail up to
MAXKEYLEN
, we do not need to waste
1337
if (len >
MAXKEYLEN
) {
1338
pt = &(name[len -
MAXKEYLEN
]);
1339
len =
MAXKEYLEN
;
/src/lib/libtelnet/
encrypt.c
162
#define
MAXKEYLEN
64
165
unsigned char keyid[
MAXKEYLEN
];
700
static unsigned char str_keyid[(
MAXKEYLEN
*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
Completed in 13 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025