Searched refs:rc5 (Results 1 - 25 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A DMakefile2 # OpenSSL/crypto/rc5/Makefile
5 DIR= rc5
32 EXHEADER= rc5.h
48 r586-elf.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
49 (cd asm; $(PERL) rc5-586.pl elf $(CFLAGS) > ../$@)
51 r586-cof.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
52 (cd asm; $(PERL) rc5-586.pl coff $(CFLAGS) > ../$@)
54 r586-out.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
55 (cd asm; $(PERL) rc5-586.pl a.out $(CFLAGS) > ../$@)
95 rc5_ecb.o: ../../include/openssl/rc5
[all...]
H A Drc5_ecb.c1 /* crypto/rc5/rc5_ecb.c */
59 #include <openssl/rc5.h>
H A Drc5cfb64.c1 /* crypto/rc5/rc5cfb64.c */
59 #include <openssl/rc5.h>
H A Drc5ofb64.c1 /* crypto/rc5/rc5ofb64.c */
59 #include <openssl/rc5.h>
H A Drc5s.cpp35 #include <openssl/rc5.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/
H A Dir-functions.c206 /* decode raw samples, biphase coding, used by rc5 for example */
256 unsigned int rc5 = 0; local
263 rc5 <<= 1;
269 rc5 |= 1;
276 IR_dprintk(1, "ir-common: code=%x, rc5=%x, start=%x, toggle=%x, address=%x, "
277 "instr=%x\n", rc5, org_code, RC5_START(rc5),
278 RC5_TOGGLE(rc5), RC5_ADDR(rc5), RC5_INSTR(rc5));
289 u32 rc5 = 0; local
[all...]
H A DMakefile10 obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc5/
H A DMakefile2 # OpenSSL/crypto/rc5/Makefile
5 DIR= rc5
30 EXHEADER= rc5.h
45 rc5-586.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
46 $(PERL) asm/rc5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
88 rc5_ecb.o: ../../include/openssl/rc5.h rc5_ecb.c rc5_locl.h
89 rc5_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc5.h
91 rc5_skey.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc5.h
93 rc5cfb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc5
[all...]
H A Drc5_ecb.c1 /* crypto/rc5/rc5_ecb.c */
59 #include <openssl/rc5.h>
H A Drc5cfb64.c1 /* crypto/rc5/rc5cfb64.c */
59 #include <openssl/rc5.h>
H A Drc5ofb64.c1 /* crypto/rc5/rc5ofb64.c */
59 #include <openssl/rc5.h>
H A Drc5s.cpp35 #include <openssl/rc5.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc5/
H A DMakefile2 # OpenSSL/crypto/rc5/Makefile
5 DIR= rc5
30 EXHEADER= rc5.h
45 rc5-586.s: asm/rc5-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
46 $(PERL) asm/rc5-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@
88 rc5_ecb.o: ../../include/openssl/rc5.h rc5_ecb.c rc5_locl.h
89 rc5_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc5.h
91 rc5_skey.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc5.h
93 rc5cfb64.o: ../../include/openssl/opensslconf.h ../../include/openssl/rc5
[all...]
H A Drc5_ecb.c1 /* crypto/rc5/rc5_ecb.c */
59 #include <openssl/rc5.h>
H A Drc5cfb64.c1 /* crypto/rc5/rc5cfb64.c */
59 #include <openssl/rc5.h>
H A Drc5ofb64.c1 /* crypto/rc5/rc5ofb64.c */
59 #include <openssl/rc5.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dx86asm.sh41 (cd crypto/rc5/asm; perl rc5-586.pl cpp > r586unix.cpp)
42 (cd crypto/rc5/asm; perl rc5-586.pl win32 > r5-win32.asm)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/debian/
H A Dpostrm26 rm -f /etc/rc5.d/S20bftpd
H A Dpostinst32 cd /etc/rc5.d && ln -f -s ../init.d/bftpd S20bftpd
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dx86asm.sh41 (cd crypto/rc5/asm; perl rc5-586.pl cpp > r586unix.cpp)
42 (cd crypto/rc5/asm; perl rc5-586.pl win32 > r5-win32.asm)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dx86asm.sh41 (cd crypto/rc5/asm; perl rc5-586.pl cpp > r586unix.cpp)
42 (cd crypto/rc5/asm; perl rc5-586.pl win32 > r5-win32.asm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/IR/keymaps/
H A DMakefile18 rc-dib0700-rc5.o \
60 rc-rc5-hauppauge-new.o \
61 rc-rc5-streamzap.o \
62 rc-rc5-tv.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dprogs.pl75 "rc2", "bf", "cast", "rc5",
85 "cast-cbc", "rc5-cbc", "rc5-ecb", "rc5-cfb", "rc5-ofb")
99 elsif ($_ =~ /rc5/) { $t="#ifndef OPENSSL_NO_RC5\n${t}#endif\n"; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dprogs.pl75 "rc2", "bf", "cast", "rc5",
85 "cast-cbc", "rc5-cbc", "rc5-ecb", "rc5-cfb", "rc5-ofb")
99 elsif ($_ =~ /rc5/) { $t="#ifndef OPENSSL_NO_RC5\n${t}#endif\n"; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dprogs.pl65 "rc2", "bf", "cast", "rc5",
74 "cast-cbc", "rc5-cbc", "rc5-ecb", "rc5-cfb", "rc5-ofb")
87 elsif ($_ =~ /rc5/) { $t="#ifndef OPENSSL_NO_RC5\n${t}#endif\n"; }

Completed in 127 milliseconds

1234