Searched refs:padding (Results 1 - 25 of 33) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmm_private.h34 char padding[4]; member in struct:grub_mm_header
36 char padding[8]; member in struct:grub_mm_header
H A Dkernel.h59 grub_uint32_t padding; member in struct:grub_module_info64
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A DAFSplitter.c39 int padding = size % hash->mdlen; local
55 if (padding)
59 grub_memcpy (temp + sizeof (IV), src + hash->mdlen * i, padding);
60 grub_crypto_hash (hash, final, temp, sizeof (IV) + padding);
61 grub_memcpy (dst + hash->mdlen * i, final, padding);
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrncpy.s31 / Copies s2 to s1, truncating or null-padding to always copy n bytes
/osnet-11/usr/src/lib/libcurses/screen/
H A Dcexpand.c57 * Remove the padding sequences from the input string.
58 * Return the new string without the padding sequences
59 * and the padding itself in padbuffer.
62 *rmpadding(char *str, char *padbuffer, int *padding) argument
74 if (padding)
75 *padding = 0;
109 /* Termcap does not support mandatory padding */
115 "padding removed\n",
119 /* oops, not a padding spec after all */
127 /* Flag padding inf
[all...]
/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dllib-lsoftcrypto41 #include <padding.h>
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDSA.h35 #include <padding/padding.h>
H A DsoftRSA.h35 #include <padding/padding.h>
H A DsoftASN1.c64 * Add one leading byte of zero-padding only in these cases to ensure
70 int padding; local
88 padding = (src->big_value[0] < 0x80) ? 0 : 1;
89 dst->big_value_len = src->big_value_len + padding;
97 (void) memcpy(&(dst->big_value[padding]), src->big_value,
103 * Sometimes there is one bytes of zero-padding, if a big integer may
106 * of zero-padding in those cases from the decoded octet strings.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/t/
H A Dwarn.t68 Premature padding of base64 data at $0 line 34.
71 Premature padding of base64 data at $0 line 42.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Daead.c283 /* Use empty padding since tokens don't indicate the padding length. */
303 unsigned int header, padding; local
308 * encrypted, but that's okay since it has no padding. If there is ever an
315 padding = ktp->crypto_length(ktp, KRB5_CRYPTO_TYPE_PADDING);
316 if (padding == 0 || (data_length % padding) == 0)
319 return padding - (data_length % padding);
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s32 * Copy string s2 to s1, truncating or null-padding to always copy n bytes
120 ! remaining src bytes and then start padding with null bytes
127 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
131 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
135 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
139 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
143 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
147 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
151 movz %ncc, %g0, %o1 ! if so, start padding with null bytes
227 movz %ncc, %g0, %o1 ! if so, start padding wit
[all...]
H A Dstrchr.s122 nop ! padding
160 nop ! padding
214 nop ! padding
H A Dstrcpy.s249 nop ! padding, do not remove!!!
250 nop ! padding, do not remove!!!
H A Dstrcmp.s166 nop ! padding
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.pm67 silently ignored. Characters occurring after a '=' padding character
71 non-base64 chars, is not a multiple of 4 or if padding occurs too early,
95 the padding was there.
97 =item Premature padding of base64 data
99 The '=' padding character occurs as the first or second character
108 line up and that you do not end up with padding in the middle. 57
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.h52 char padding[438]; member in struct:reiserfs_super_block
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s32 * Copy string s2 to s1, truncating or null-padding to always copy n bytes
113 ! remaining src bytes and then start padding with null bytes
121 andn %i1, %g1, %i1 ! if byte == 0, start padding with null bytes
127 andn %i1, %g1, %i1 ! if byte == 0, start padding with null bytes
133 andn %i1, %g1, %i1 ! if byte == 0, start padding with null bytes
209 andn %i1, %g1, %i1 ! if byte == 0, start padding with null
217 andn %i1, %g1, %i1 ! if byte == 0, start padding with null
225 andn %i1, %g1, %i1 ! if byte == 0, start padding with null
H A Dstrchr.s122 nop ! padding
160 nop ! padding
214 nop ! padding
H A Dstrcpy.s165 nop ! padding
166 nop ! padding
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_common.h69 unsigned int padding : 29; member in struct:fuse_file_info
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c589 size_t size, padding; local
646 * Finally, remove the PKCS#1 padding and return the size of the
649 padding = strnlen((char *)fek, size) + 1;
650 if (padding > size) {
651 ntfs_log_error("Failed to remove PKCS#1 padding from "
655 size -= padding;
656 memmove(fek, fek + padding, size);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm351 Outputs a literal string with appropriate padding for the current terminal.
360 '*' then the padding will be increased by an amount relative to this number,
366 Will be used to modify the padding applied to string as described above.
414 A count passed to Tpad to modify the padding applied to the output string.
/osnet-11/usr/src/lib/libsoftcrypto/
H A DMakefile.com100 PAD_DIR = $(SRC_REL)/common/crypto/padding
/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c915 size_t padding; local
1108 padding = ALIGN(newbrk, HUNKSIZE) - newbrk;
1110 if (padding > 0 && (uintptr_t)sbrk(padding) != newbrk) {

Completed in 58 milliseconds

12