Searched refs:MAXKEYLEN (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/bin/pax/
H A Dtables.h51 #define MAXKEYLEN 64 /* max number of chars for hash */ macro
H A Dtables.c1218 * MAXKEYLEN chars (should be at LEAST large enough to pick off the file
1221 * prime sized tables (MAXKEYLEN was 128 in test). Hashes (sizeof int)
1240 * only look at the tail up to MAXKEYLEN, we do not need to waste
1244 if (len > MAXKEYLEN) {
1245 pt = &(name[len - MAXKEYLEN]);
1246 len = MAXKEYLEN;
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dencrypt.c172 #define MAXKEYLEN 64 macro
175 unsigned char keyid[MAXKEYLEN];
703 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
724 if (len > MAXKEYLEN)
725 len = MAXKEYLEN;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c164 #define MAXKEYLEN 64 macro
167 unsigned char keyid[MAXKEYLEN];
730 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
739 if (len > MAXKEYLEN)
740 len = MAXKEYLEN;

Completed in 106 milliseconds