Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-9-stable/crypto/openssh/
Dhash.c33 unsigned char padded[256]; in crypto_hash_sha512() local
44 for (i = 0;i < inlen;++i) padded[i] = in[i]; in crypto_hash_sha512()
45 padded[inlen] = 0x80; in crypto_hash_sha512()
48 for (i = inlen + 1;i < 119;++i) padded[i] = 0; in crypto_hash_sha512()
49 padded[119] = bytes >> 61; in crypto_hash_sha512()
50 padded[120] = bytes >> 53; in crypto_hash_sha512()
51 padded[121] = bytes >> 45; in crypto_hash_sha512()
52 padded[122] = bytes >> 37; in crypto_hash_sha512()
53 padded[123] = bytes >> 29; in crypto_hash_sha512()
54 padded[124] = bytes >> 21; in crypto_hash_sha512()
[all …]
DPROTOCOL.key19 string encrypted, padded list of private keys
32 The list of privatekey/comment pairs is padded with the
Dsshconnect.c1333 char *padded; in ssh_put_password() local
1340 padded = xcalloc(1, size); in ssh_put_password()
1341 strlcpy(padded, password, size); in ssh_put_password()
1342 packet_put_string(padded, size); in ssh_put_password()
1343 explicit_bzero(padded, size); in ssh_put_password()
1344 free(padded); in ssh_put_password()
/freebsd-9-stable/lib/libc/stdlib/
Dstrfmon.c88 *--bufend = *(avalue+avalue_size+padded); \
534 int padded; in __format_grouped_double() local
586 padded = 0; in __format_grouped_double()
587 while (avalue[padded] == ' ') { in __format_grouped_double()
588 padded++; in __format_grouped_double()
594 memcpy(bufend, avalue + avalue_size+padded-right_prec, in __format_grouped_double()
624 padded -= groups; in __format_grouped_double()
628 memcpy(bufend, avalue+padded, avalue_size); in __format_grouped_double()
630 padded--; /* decrease assumed $decimal_point */ in __format_grouped_double()
634 if (padded > 0) { in __format_grouped_double()
[all …]
/freebsd-9-stable/contrib/file/magic/Magdir/
Dmodem35 >>>>>>>8 ubequad !0x5dee74ad1aa56394 raw G3 (Group 3) FAX, byte-padded
36 # version 5.25 labeled the entry above "raw G3 data, byte-padded"
Dfonts40 # dfCopyright 60 byte null padded Copyright string. uncomment it to get old looking
Dfilesystems230 # DOS Emulator image is 128 byte, null right padded header + harddisc image
571 # DOS names like F11.SYS or BOOTWIZ.SYS are 8 right space padded bytes+3 bytes
653 # DOS names like NTLDR,CMLDR,$LDR$ are 8 right space padded bytes+3 bytes
842 # DOS names like IO.SYS,WINBOOT.SYS,MSDOS.SYS,WINBOOT.INI are 8 right space padded bytes+3 bytes
960 # DOS names like KERNEL.SYS,KERNEL16.SYS,KERNEL32.SYS,METAKERN.SYS are 8 right space padded bytes+3…
1013 # DOS names like STARTUP.BIN,STARTUPC.COM,STARTUPE.EXE are 8 right space padded bytes+3 bytes
1054 # Print the DOS filenames from directory entry form with 8 right space padded bytes + 3 bytes for e…
/freebsd-9-stable/share/timedef/
Dbe_BY.CP1131.src36 # (padded with a space to conform with other languages)
Dbg_BG.CP1251.src37 # (padded with a space to conform with other languages)
Dbe_BY.CP1251.src36 # (padded with a space to conform with other languages)
Dbe_BY.ISO8859-5.src36 # (padded with a space to conform with other languages)
Dbe_BY.UTF-8.src36 # (padded with a space to conform with other languages)
Dbg_BG.UTF-8.src37 # (padded with a space to conform with other languages)
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_generate_session_id.pod55 restored after the callback has finished and the session id will be padded
90 fixed length required and with a 0x00 padded id.
/freebsd-9-stable/contrib/sendmail/contrib/
Dmmuegel182 ;# %e day of month (space padded) - ` 1' to `31'
184 ;# %f month of year (space padded) - ` 1' to `12'
187 ;# %i hour (space padded) - ` 1' to `12'
190 ;# %k hour (space padded) - ` 0' to `23'
271 ;# for space padded hours (` 1' to `12' and ` 0' to `23' respectivly),
281 ;# Added `%f' format to generate space padded month numbers, added
340 X '%e', q|$rep = &date'pad($mday, 2, " ")|, # day of month (space padded) ` 1' to `31'
342 X '%f', q|$rep = &date'pad($mon+1, 2, " ")|, # month of year (space padded) ` 1' to `12'
345 X '%i', q|$rep = &date'ampmH($hour, " ")|, # hour (space padded ` 1' to `12'
348 X '%k', q|$rep = &date'pad($hour, 2, " ")|, # hour (space padded) ` 0' to `23'
[all …]
/freebsd-9-stable/crypto/openssl/doc/crypto/
DX509_NAME_print_ex.pod76 If B<XN_FLAG_FN_ALIGN> is set then field names are padded to 20 characters: this
Ddes.pod260 data then follows, padded with random data out to a multiple of 8
/freebsd-9-stable/crypto/openssl/crypto/des/
Ddes.pod209 send from Unix to VMS since a 88 byte file will suddenly be padded
/freebsd-9-stable/crypto/heimdal/doc/
Dlayman.asc751 1. The bit string is padded after the last bit with
757 2. The padded bit string is divided into octets. The
758 first eight bits of the padded bit string become
760 the last eight bits of the padded bit string.
775 03 04 06 6e 5d e0 padded with "100000"
784 primitive BER encoding, except that the bit string is padded
/freebsd-9-stable/contrib/ee/
Dee.i18n.guide25 (padded with spaces)
/freebsd-9-stable/share/misc/
Dscsi_modes43 # 'z' values are null-padded strings
/freebsd-9-stable/contrib/bsnmp/snmp_ntp/
DNTP-MIB.txt140 source), this is a four-octet, left-justified,zero-padded
/freebsd-9-stable/sys/dev/cxgbe/
Dt4_sge.c3743 int i, padded; in write_sgl_to_txd() local
3796 padded = 1; in write_sgl_to_txd()
3798 padded = 0; in write_sgl_to_txd()
3805 return (padded); in write_sgl_to_txd()
/freebsd-9-stable/contrib/dtc/Documentation/
Ddtc-paper.tex227 as a null-terminated string, padded to a 32-bit boundary. Then
241 property value (as a 32-bit value) and then the data itself padded to
/freebsd-9-stable/contrib/cvs/contrib/
Ddirfns.shar234 X * the entry. These are followed by the name padded to a 4 byte boundary

12