Searched refs:x86_64 (Results 1 - 25 of 266) sorted by relevance

1234567891011

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A DMakefile11 obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o
12 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
13 obj-$(CONFIG_CRYPTO_SALSA20_X86_64) += salsa20-x86_64.o
23 aes-x86_64-y := aes-x86_64-asm_64.o aes_glue.o
24 twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_glue.o
25 salsa20-x86_64-y := salsa20-x86_64-asm_64.o salsa20_glue.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/pl/
H A Dunix.pl58 'md5-x86_64' => 'crypto/md5',
59 'x86_64-mont' => 'crypto/bn',
60 'x86_64-mont5' => 'crypto/bn',
61 'x86_64-gf2m' => 'crypto/bn',
62 'aes-x86_64' => 'crypto/aes',
63 'vpaes-x86_64' => 'crypto/aes',
64 'bsaes-x86_64' => 'crypto/aes',
65 'aesni-x86_64' => 'crypto/aes',
66 'aesni-sha1-x86_64' => 'crypto/aes',
67 'sha1-x86_64'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/pl/
H A Dunix.pl58 'md5-x86_64' => 'crypto/md5',
59 'x86_64-mont' => 'crypto/bn',
60 'x86_64-mont5' => 'crypto/bn',
61 'x86_64-gf2m' => 'crypto/bn',
62 'aes-x86_64' => 'crypto/aes',
63 'vpaes-x86_64' => 'crypto/aes',
64 'bsaes-x86_64' => 'crypto/aes',
65 'aesni-x86_64' => 'crypto/aes',
66 'aesni-sha1-x86_64' => 'crypto/aes',
67 'sha1-x86_64'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/aes/
H A DMakefile58 aes-x86_64.s: asm/aes-x86_64.pl
59 $(PERL) asm/aes-x86_64.pl $(PERLASM_SCHEME) > $@
60 vpaes-x86_64.s: asm/vpaes-x86_64.pl
61 $(PERL) asm/vpaes-x86_64.pl $(PERLASM_SCHEME) > $@
62 bsaes-x86_64.s: asm/bsaes-x86_64.pl
63 $(PERL) asm/bsaes-x86_64.pl $(PERLASM_SCHEME) > $@
64 aesni-x86_64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/aes/
H A DMakefile58 aes-x86_64.s: asm/aes-x86_64.pl
59 $(PERL) asm/aes-x86_64.pl $(PERLASM_SCHEME) > $@
60 vpaes-x86_64.s: asm/vpaes-x86_64.pl
61 $(PERL) asm/vpaes-x86_64.pl $(PERLASM_SCHEME) > $@
62 bsaes-x86_64.s: asm/bsaes-x86_64.pl
63 $(PERL) asm/bsaes-x86_64.pl $(PERLASM_SCHEME) > $@
64 aesni-x86_64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ms/
H A Ddo_win64a.bat6 perl ms\uplink-x86_64.pl nasm > ms\uptable.asm
11 perl ms\uplink-x86_64.pl masm > ms\uptable.asm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ms/
H A Ddo_win64a.bat6 perl ms\uplink-x86_64.pl nasm > ms\uptable.asm
11 perl ms\uplink-x86_64.pl masm > ms\uptable.asm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/tools/
H A Dtest_get_len.c41 static int x86_64; variable
84 fprintf(fp, "\t.length = %d, .x86_64 = %d, .kaddr = %p}\n",
85 insn->length, insn->x86_64, insn->kaddr);
95 x86_64 = 1;
98 x86_64 = 0;
152 insn_init(&insn, insn_buf, x86_64);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/
H A DMakefile47 rc4-x86_64.s: asm/rc4-x86_64.pl
48 $(PERL) asm/rc4-x86_64.pl $(PERLASM_SCHEME) > $@
49 rc4-md5-x86_64.s: asm/rc4-md5-x86_64.pl
50 $(PERL) asm/rc4-md5-x86_64.pl $(PERLASM_SCHEME) > $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/
H A DMakefile47 rc4-x86_64.s: asm/rc4-x86_64.pl
48 $(PERL) asm/rc4-x86_64.pl $(PERLASM_SCHEME) > $@
49 rc4-md5-x86_64.s: asm/rc4-md5-x86_64.pl
50 $(PERL) asm/rc4-md5-x86_64.pl $(PERLASM_SCHEME) > $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A DMakefile68 sha1-x86_64.s: asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $(PERLASM_SCHEME) > $@
69 sha1-mb-x86_64.s: asm/sha1-mb-x86_64.pl; $(PERL) asm/sha1-mb-x86_64.pl $(PERLASM_SCHEME) > $@
70 sha256-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
71 sha256-mb-x86_64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A DMakefile68 sha1-x86_64.s: asm/sha1-x86_64.pl; $(PERL) asm/sha1-x86_64.pl $(PERLASM_SCHEME) > $@
69 sha1-mb-x86_64.s: asm/sha1-mb-x86_64.pl; $(PERL) asm/sha1-mb-x86_64.pl $(PERLASM_SCHEME) > $@
70 sha256-x86_64.s:asm/sha512-x86_64.pl; $(PERL) asm/sha512-x86_64.pl $(PERLASM_SCHEME) $@
71 sha256-mb-x86_64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lib/
H A Dinsn.c38 * @x86_64: !0 for 64-bit kernel or 64-bit app
40 void insn_init(struct insn *insn, const void *kaddr, int x86_64) argument
45 insn->x86_64 = x86_64 ? 1 : 0;
47 if (x86_64)
86 if (insn->x86_64)
114 if (insn->x86_64) {
133 if (!insn->x86_64) {
149 if (insn->x86_64 && X86_VEX_W(b2))
241 if (insn->x86_64
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/whrlpool/
H A DMakefile48 wp-x86_64.s: asm/wp-x86_64.pl
49 $(PERL) asm/wp-x86_64.pl $(PERLASM_SCHEME) > $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/whrlpool/
H A DMakefile48 wp-x86_64.s: asm/wp-x86_64.pl
49 $(PERL) asm/wp-x86_64.pl $(PERLASM_SCHEME) > $@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsetjmp.S2 # arch/x86_64/setjmp.S
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/
H A DMakefile51 ghash-x86_64.s: asm/ghash-x86_64.pl
52 $(PERL) asm/ghash-x86_64.pl $(PERLASM_SCHEME) > $@
53 aesni-gcm-x86_64.s: asm/aesni-gcm-x86_64.pl
54 $(PERL) asm/aesni-gcm-x86_64.pl $(PERLASM_SCHEME) > $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/
H A DMakefile51 ghash-x86_64.s: asm/ghash-x86_64.pl
52 $(PERL) asm/ghash-x86_64.pl $(PERLASM_SCHEME) > $@
53 aesni-gcm-x86_64.s: asm/aesni-gcm-x86_64.pl
54 $(PERL) asm/aesni-gcm-x86_64.pl $(PERLASM_SCHEME) > $@
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/
H A DKconfig.x8616 default SUBARCH = "x86_64"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dinsn.h65 unsigned char x86_64; member in struct:insn
105 extern void insn_init(struct insn *insn, const void *kaddr, int x86_64);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/package/
H A Dbuildtar72 x86|i386|x86_64)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/windows/
H A Dbuild.bash155 PATH=$MINGW_W64_DIR/bin:$MINGW_W64_DIR/x86_64-w64-mingw32/bin:$PATH \
158 x86_64-w64-mingw32 \
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/windows/
H A Dbuild.bash155 PATH=$MINGW_W64_DIR/bin:$MINGW_W64_DIR/x86_64-w64-mingw32/bin:$PATH \
158 x86_64-w64-mingw32 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A DMakefile54 rc4-x86_64.s: asm/rc4-x86_64.pl; $(PERL) asm/rc4-x86_64.pl $@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/
H A DMakefile73 md5-x86_64.s: asm/md5-x86_64.pl; $(PERL) asm/md5-x86_64.pl $@

Completed in 141 milliseconds

1234567891011