/freebsd/usr.bin/hexdump/ |
H A D | odsyntax.c | 45 #define PADDING " " macro 59 static char empty[] = "", padding[] = PADDING; in oldsyntax() 429 add("\""PADDING"\""); in odadd()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | maple | 34 #>0xF8 uquad x \b, PADDING 0x%16.16llx 42 #>0x3F0 uquad x \b, 2nd PADDING 0x%16.16llx
|
H A D | images | 747 #>>>>>(2.b+3) ubyte !0 \b, PADDING %#x 763 #>>>>>(4.b+5) ubyte !0 \b, PADDING %#x
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | md4-internal.c | 88 static const u8 PADDING[MD4_BLOCK_LENGTH] = { variable 161 MD4Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */ in MD4Pad()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | md5.c | 44 static u_int8_t PADDING[MD5_BLOCK_LENGTH] = { variable 120 MD5Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */ in MD5Pad()
|
/freebsd/sys/kern/ |
H A D | md4c.c | 63 static unsigned char PADDING[64] = { variable 160 MD4Update (context, PADDING, padLen); in MD4Pad()
|
H A D | md5c.c | 87 static unsigned char PADDING[64] = { variable 200 MD5Update (context, PADDING, padLen); in MD5Pad()
|
/freebsd/sbin/ipf/ipftest/ |
H A D | md5.c | 59 static unsigned char PADDING[64] = { variable 174 MD5Update (mdContext, PADDING, padLen); in MD5Final()
|
/freebsd/crypto/openssh/ |
H A D | progressmeter.c | 49 #define PADDING 1 /* padding between the progress indicators */ macro
|
/freebsd/sbin/md5/ |
H A D | md5.c | 300 #define PADDING 7 /* extra padding for "SHA512t256 (...) = ...\n" style */ macro 301 #define CHKFILELINELEN (HEX_DIGEST_LENGTH + MAXPATHLEN + PADDING)
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_control.c | 338 { 0, PADDING, "" }, /* 0 */ 495 { 0, PADDING, "" }, /* 0 */ 615 { 0, PADDING, "" }, /* 0 */ 2065 if (k->flags & PADDING) in ctl_putsys() 2079 if (k->flags & PADDING) in ctl_putsys() 2803 if (PADDING & k->flags) in ctl_putpeer() 3002 if (PADDING & k->flags) in ctl_putclock() 3016 if (PADDING & k->flags) in ctl_putclock() 3143 if (!(PADDING & v->flags)) { in ctl_getitem()
|
/freebsd/sys/opencrypto/ |
H A D | rmd160.c | 88 static u_char PADDING[64] = { variable 148 RMD160Update(ctx, PADDING, padlen - 8); /* padlen - 8 <= 64 */ in RMD160Final()
|
/freebsd/contrib/ntp/include/ |
H A D | ntpd.h | 101 #define PADDING 0x40 90 #define PADDING global() macro
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 119 #define PADDING 0 3407 return PADDING; in varfmt() 3686 case PADDING: in cookedprint() 123 #define PADDING global() macro
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 11205 # PADDING
|