Searched refs:pad (Results 26 - 50 of 414) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dx_long.c107 int clen, pad, i; local
122 /* If MSB of leading octet set we need to pad */
123 if(!(clen & 0x7)) pad = 1;
124 else pad = 0;
130 if(pad) *cont++ = (ltmp < 0) ? 0xff : 0;
137 return clen + pad;
/macosx-10.10.1/OpenSSL098-52/src/fips/sha/
H A Dfips_standalone_sha1.c71 unsigned char pad[HMAC_MAX_MD_CBLOCK]; local
85 pad[i]=0x36^keymd[i];
87 SHA1_Update(md_ctx,pad,SHA_CBLOCK);
90 pad[i]=0x5c^keymd[i];
92 SHA1_Update(o_ctx,pad,SHA_CBLOCK);
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dmktemp.c98 char *pad; local
153 pad = strchr((char *)padchar, *trv);
154 if (pad == NULL || !*++pad) {
158 *trv++ = *pad;
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfrm_data.c76 | int pad)
84 Only_Padding(WINDOW *w, int len, int pad) argument
98 if ((chtype)CharOf(cell) != ChCharOf(pad)
107 if (ChCharOf(cell) != ChCharOf(pad))
162 if (Only_Padding(form->w, check_len, field->pad))
179 if (!Only_Padding(form->w, field->cols, field->pad))
H A Dfld_dup.c76 New_Field->pad = field->pad;
H A Dfld_link.c81 New_Field->pad = field->pad;
/macosx-10.10.1/shell_cmds-179/hexdump/
H A Dconv.c55 int converr, pad, width; local
134 pad = 3 - width;
135 if (pad < 0)
136 pad = 0;
137 (void)printf("%*s%C", pad, "", wc);
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Drsautl.c101 unsigned char *rsa_in = NULL, *rsa_out = NULL, pad; local
117 pad = RSA_PKCS1_PADDING;
160 else if(!strcmp(*argv, "-raw")) pad = RSA_NO_PADDING;
161 else if(!strcmp(*argv, "-oaep")) pad = RSA_PKCS1_OAEP_PADDING;
162 else if(!strcmp(*argv, "-ssl")) pad = RSA_SSLV23_PADDING;
163 else if(!strcmp(*argv, "-pkcs")) pad = RSA_PKCS1_PADDING;
164 else if(!strcmp(*argv, "-x931")) pad = RSA_X931_PADDING;
281 rsa_outlen = RSA_public_decrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
285 rsa_outlen = RSA_private_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
289 rsa_outlen = RSA_public_encrypt(rsa_inlen, rsa_in, rsa_out, rsa, pad);
[all...]
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_rq_2.h70 uint32_t pad; member in struct:smb2_change_notify_rq
82 uint32_t pad; member in struct:smb2_close_rq
105 uint8_t pad[3]; member in struct:smb2_create_rq
139 uint16_t pad; member in struct:smb2_get_dfs_referral
201 uint32_t pad; member in struct:smb2_ioctl_rq
228 uint8_t pad[6]; member in struct:smb2_query_dir_rq
249 uint8_t pad[6]; member in struct:smb2_query_info_rq
296 uint32_t pad[4]; member in struct:smb2_set_info_file_basic_info
301 uint8_t pad[3]; member in struct:smb2_set_info_file_rename_info
310 uint16_t pad; member in struct:smb2_set_info_security
320 uint8_t pad[2]; member in struct:smb2_set_info_rq
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DDirective.pm55 sub pad { subroutine
56 my ($text, $pad) = @_;
57 $pad = ' ' x ($pad * 4);
58 $text =~ s/^(?!#line)/$pad/gm;
74 $block = pad($block, 2) if $PRETTY;
105 $block = pad($block, 2) if $PRETTY;
401 $block = pad($block, 1) if $PRETTY;
407 $block = pad($block, 1) if $PRETTY;
411 $else = pad(
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_pad.c36 * newpad -- create a new pad
37 * pnoutrefresh -- refresh a pad, no update
38 * pechochar -- add a char to a pad and refresh
171 T(("pad being refreshed"));
177 T(("pad being shifted by %d line(s)", displaced));
184 * from the pad to newscr whenever the window is wide enough that
189 * really ugly. So. What we do is consider the pad "wide" if it
251 * Clean up debris from scrolling or resizing the pad, so we do not
273 * Use the pad's current position, if it will be visible.
288 * Update our cache of the line-numbers that we displayed from the pad
303 pechochar(WINDOW *pad, const chtype ch) argument
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tools/
H A Dbench-compare.tcl64 R pad 0 both " " ; R justify 0 center
65 R pad 1 both " " ; R justify 1 left
66 R pad 2 both " " ; R justify 2 right
67 R pad 3 both " " ; R justify 3 right
68 R pad 4 both " " ; R justify 4 right
69 R pad 5 both " " ; R justify 5 right
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Ddyld_cache_format.h58 uint32_t pad; member in struct:dyld_cache_image_info
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Ddyld_cache_format.h58 uint32_t pad; member in struct:dyld_cache_image_info
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtestcurs.c680 WINDOW *pad, *spad; local
682 if ((pad = newpad(50, 100)) != 0) {
683 wattron(pad, A_REVERSE);
684 mvwaddstr(pad, 5, 2, "This is a new pad");
685 wattrset(pad, A_NORMAL);
686 mvwaddstr(pad, 8, 0,
688 mvwaddstr(pad, 11, 1, "This line should not appear.It will now");
689 wmove(pad, 10, 1);
690 wclrtoeol(pad);
[all...]
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_sprintf_comb.rb236 pad = ''
242 pad = digitmap[radix-1] * len
244 pad = '0' * len
247 pad = ' ' * len
251 if / / =~ pad
258 str = str + pad
260 str = pad + str
264 str = prefix + sign + pad + str
266 str = sign + prefix + pad + str
512 pad
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmailwasher.tcl29 set pad 4
30 $T column create -text Delete -textpadx $pad -justify center -tags delete
31 $T column create -text Bounce -textpadx $pad -justify center -tags bounce
32 $T column create -text Status -width 80 -textpadx $pad -tags status
33 $T column create -text Size -width 40 -textpadx $pad -justify right -tags size
34 $T column create -text From -width 140 -textpadx $pad -tags from
35 $T column create -text Subject -width 240 -textpadx $pad -tags subject
36 $T column create -text Received -textpadx $pad -arrow up -tags received
37 $T column create -text Attachments -textpadx $pad -tags attachments
72 set pad
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dsnprintf.c123 pad(struct snprintf_state *state, int width, char c) function
199 pad | sign | alt | zero | digits
200 sign | alt | zero | digits | pad minus_flag
204 compute the length of the rest of the string, and then pad with
218 /* pad to width */
219 len += pad(state, width, ' ');
231 /* pad to width with zeros */
233 len += pad(state, prec - nlen, '0');
235 len += pad(state, width - len - nlen, '0');
237 /* pad t
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_pflog.h91 u_int8_t pad[3]; member in struct:pfloghdr
95 /* minus pad, also used as a signature */
96 #define PFLOG_REAL_HDRLEN offsetof(struct pfloghdr, pad)
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Ddecapsulate.c198 u_char *pad; local
202 pad = (u_char *)wrapped_token->value + wrapped_token->length - 1;
203 padlength = *pad;
208 for (i = padlength; i > 0 && *pad == padlength; i--, pad--)
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-hmac.c95 unsigned char pad[HMAC_MAX_MD_CBLOCK]; local
127 pad[i] = 0x36 ^ ctx->key[i];
130 EVP_DigestUpdate(&ctx->i_ctx, pad, EVP_MD_block_size(md));
133 pad[i] = 0x5c ^ ctx->key[i];
136 EVP_DigestUpdate(&ctx->o_ctx, pad, EVP_MD_block_size(md));
/macosx-10.10.1/OpenSSL098-52/src/crypto/hmac/
H A Dhmac.c70 unsigned char pad[HMAC_MAX_MD_CBLOCK]; local
106 pad[i]=0x36^ctx->key[i];
108 EVP_DigestUpdate(&ctx->i_ctx,pad,EVP_MD_block_size(md));
111 pad[i]=0x5c^ctx->key[i];
113 EVP_DigestUpdate(&ctx->o_ctx,pad,EVP_MD_block_size(md));
/macosx-10.10.1/OpenSSL098-52/src/fips/hmac/
H A Dfips_hmac.c70 unsigned char pad[HMAC_MAX_MD_CBLOCK]; local
113 pad[i]=0x36^ctx->key[i];
115 EVP_DigestUpdate(&ctx->i_ctx,pad,M_EVP_MD_block_size(md));
118 pad[i]=0x5c^ctx->key[i];
120 EVP_DigestUpdate(&ctx->o_ctx,pad,M_EVP_MD_block_size(md));
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/
H A Dutil.c220 int i, pad, maplen;
226 pad = 4 - length;
228 /* check for more pad chars */
232 pad++, i--) {
236 if (pad > 2)
239 * (with x as legal character and = as pad-char.
243 *hasPadding = pad;
216 int i, pad, maplen; local
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dtest_crypto.in67 cert:FILE:$srcdir/data/yutaka-pad-ok-cert.pem \
68 anchor:FILE:$srcdir/data/yutaka-pad-ok-ca.pem > /dev/null || exit 1
73 cert:FILE:$srcdir/data/yutaka-pad-broken-cert.pem \
74 anchor:FILE:$srcdir/data/yutaka-pad-broken-ca.pem > /dev/null && exit 1
78 echo "Bleichenbacher bad cert (sf pad correct)"
81 cert:FILE:$srcdir/data/bleichenbacher-sf-pad-correct.pem \

Completed in 310 milliseconds

1234567891011>>