Searched refs:l0 (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Decb3_enc.c69 /* crypto/des/ecb3_enc.c */ /* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@mincom.oz.au). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@mincom.oz.au). * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@mincom.oz.au)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@mincom.oz.au)" * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ #include "des_locl.h" void des_ecb3_encrypt(input, output, ks1, ks2, ks3, encrypt) des_cblock (*input); des_cblock (*output); des_key_schedule ks1; des_key_schedule ks2; des_key_schedule ks3; int encrypt; { register DES_LONG l0,l1; register unsigned char *in,*out; DES_LONG ll[2]; in=(unsigned char *)input; out=(unsigned char *)output; c2l(in,l0); c2l(in,l1); ll[0]=l0; ll[1]=l1; if (encrypt) des_encrypt3(ll,ks1,ks2,ks3); else des_decrypt3(ll,ks1,ks2,ks3); l0=ll[0]; l1=ll[1]; l2c(l0,out); l2c(l1,out); }
1 /* crypto/des/ecb3_enc.c */ local
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Ded.c43 lin f0, l0, f1, l1;
51 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
58 print_number_range (',', &files[0], f0, l0);
97 lin i, f0, l0, f1, l1;
100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
107 print_number_range (' ', files, f0, l0);
140 lin i, f0, l0, f1, l1;
144 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
150 translate_range (&files[0], f0, l0, &tf0, &tl0);
42 lin f0, l0, f1, l1; local
95 lin i, f0, l0, f1, l1; local
137 lin i, f0, l0, f1, l1; local
H A Dcmp.c580 word const *l0, *l1; /* Pointers into each buffer. */
593 for (l0 = p0, l1 = p1; (l = *l0) == *l1; l0++, l1++)
605 for (c0 = (char const *) l0, c1 = (char const *) l1;
624 word const *l0, *l1;
630 for (l0 = p0, l1 = p1; *l0 == *l1; l0++, l1++)
635 for (c0 = (char const *) l0, c
575 word const *l0, *l1; /* Pointers into each buffer. */ local
618 word const *l0, *l1; local
[all...]
H A Dutil.c660 lin l0, l1;
679 l0 = next->line0 + next->deleted - 1;
684 for (i = next->line0; i <= l0 && trivial; i++)
706 *last0 = l0;
651 lin l0, l1; local
/macosx-10.9.5/uucp-11/uucp/contrib/
H A DLogin.LAT37 l0:
41 timeout l0 1000 # Wait and try again
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dtest_name.c318 int l0, l1, l2, l3; local
331 ret = compare_subject(c1, c1, &l0);
340 if (l0 != 0) return 1;
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvItems.rb12 l0 = TkLabel.new(:width=>128, :height=>128,
18 :relief=>:ridge).place(:in=>l0, :relx=>0.5, :rely=>0.5,
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_div.c257 BN_ULONG q,l0; local
327 l0=bn_mul_words(tmp->d,sdiv->d,div_n,q);
329 tmp->d[div_n]=l0;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/setkey/
H A Dparse.y869 int l, l0;
895 l0 = l;
902 l = l0;
999 int l, l0;
1014 l0 = l;
1049 int l, l0, len;
1092 l0 = l;
1099 l = l0;
1197 int l, l0, len;
1347 l0
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java375 Label l0 = new Label();
377 mv.visitJumpInsn(IFNONNULL, l0);
380 mv.visitJumpInsn(IFNE, l0);
385 mv.visitLabel(l0);
953 Label l0 = new Label();
954 mv.visitJumpInsn(IFLE, l0);
971 mv.visitLabel(l0);
987 * Label l0 = new Label();
990 * mv.visitTableSwitchInsn(0, 2, TheDefLabel, new Label[] { l0, l1, l2 });
991 * mv.visitLabel(l0);
[all...]
/macosx-10.9.5/libresolv-54/
H A Dns_name.c499 int l0; local
506 if ((l0 = labellen(srcp)) < 0) {
510 l += l0 + 1;
515 srcp += l0 + 1;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/canvas/
H A Dcitygrid.tcl208 foreach t $bins(l0) { foreach n $bins(r0) { lappend neigh($t,l) $n } }
212 foreach t $bins(r0) { foreach n $bins(l0) { lappend neigh($t,r) $n } }
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c285 uint32_t l0,
289 uint32_t l0,
7487 uint32_t i, l0, l1; local
7497 memcpy((char *)&l0, sect + i, sizeof(uint32_t));
7502 l0 = SWAP_INT(l0);
7505 print_literal8(l0, l1, d);
7512 uint32_t l0,
7516 printf("0x%08x 0x%08x", (unsigned int)l0, (unsigned int)l1);
7517 /* l0 i
7511 print_literal8( uint32_t l0, uint32_t l1, double d) argument
7542 uint32_t i, l0, l1, l2, l3; local
7569 print_literal16( uint32_t l0, uint32_t l1, uint32_t l2, uint32_t l3) argument
7602 uint32_t i, j, k, li, l0, l1, l2, l3, left, size, lp_size; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dnotebook.test466 .nb insert end [ttk::label .nb.l0] -text "L0"
473 } -result [list [list .nb.l2 .nb.l0 .nb.l1] L2 L0 L1] -cleanup { destroy .nb }
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dformant.tcl305 label .f2.l0$i -text F$i -width 2
310 grid .f2.l0$i .f2.f$i .f2.l1$i .f2.b$i .f2.l2$i -sticky news
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DClassReader.java1486 long l0 = readInt(index + 4) & 0xFFFFFFFFL;
1487 return (l1 << 32) | l0;
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp591 PassRefPtr<Label> BytecodeGenerator::emitLabel(Label* l0) argument
594 l0->setLocation(newLabelIndex);
601 return l0;
609 return l0;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dcaltest.cpp2732 Locale l0 = cal->getLocale(ULOC_VALID_LOCALE, status); local
2736 if(l0!=l) {
2737 errln("Error: cloned locale %s != original locale %s, status %s\n", l0.getName(), l.getName(), u_errorName(status));
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dtermcap.src4125 :LF=\E&j@:LO=\E&jB:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
5168 :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
7304 :kh=\EH:kl=^H:kr=\EC:ku=\EA:l0=segment advance:\
8523 :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:\
8533 :k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:l2=F3:\
8587 :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
8711 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:\
8786 :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
9496 :k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:l0=f10:le=^Y:nd=^X:\
9512 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb=^Y:l0
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmsdos.c453 int l0 = len;
466 dosv_refresh_virtual_screen (t0, l0);
451 int l0 = len; local
/macosx-10.9.5/ncurses-42/ncurses/include/
H A DCaps.uwin382 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
H A DCaps414 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
H A DCaps.aix4414 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
H A DCaps.hpux11416 lab_f0 lf0 str l0 - - -B-G-* label on function key f0 if not f0
/macosx-10.9.5/ruby-104/ruby/
H A Dfile.c3619 rmext(const char *p, long l0, long l1, const char *e, long l2, rb_encoding *enc) argument
3629 if (c == '.') return l0;

Completed in 605 milliseconds

12