Searched refs:OPENSSL_ia32cap_P (Results 1 - 25 of 66) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.h102 extern unsigned long OPENSSL_ia32cap_P;
H A Dcryptlib.c546 unsigned long OPENSSL_ia32cap_P=0; variable
547 unsigned long *OPENSSL_ia32cap_loc(void) { return &OPENSSL_ia32cap_P; }
560 OPENSSL_ia32cap_P = strtoul(env,NULL,0)|(1<<10);
562 OPENSSL_ia32cap_P = OPENSSL_ia32_cpuid()|(1<<10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcryptlib.h102 extern unsigned int OPENSSL_ia32cap_P[];
H A Dcryptlib.c656 extern unsigned int OPENSSL_ia32cap_P[4];
661 * If 32-bit application pulls address of OPENSSL_ia32cap_P[0]
665 OPENSSL_ia32cap_P[1] = 0;
667 OPENSSL_ia32cap_P[2] = 0;
669 return (unsigned long *)OPENSSL_ia32cap_P;
700 vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P) & ~vec;
702 vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P);
704 OPENSSL_ia32cap_P[2] = 0;
711 OPENSSL_ia32cap_P[2] &= ~vecx;
713 OPENSSL_ia32cap_P[
727 unsigned int OPENSSL_ia32cap_P[4]; variable
[all...]
H A Dx86_64cpuid.pl26 .hidden OPENSSL_ia32cap_P
27 .comm OPENSSL_ia32cap_P,16,4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcryptlib.h102 extern unsigned int OPENSSL_ia32cap_P[];
H A Dcryptlib.c656 extern unsigned int OPENSSL_ia32cap_P[4];
661 * If 32-bit application pulls address of OPENSSL_ia32cap_P[0]
665 OPENSSL_ia32cap_P[1] = 0;
667 OPENSSL_ia32cap_P[2] = 0;
669 return (unsigned long *)OPENSSL_ia32cap_P;
700 vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P) & ~vec;
702 vec = OPENSSL_ia32_cpuid(OPENSSL_ia32cap_P);
704 OPENSSL_ia32cap_P[2] = 0;
711 OPENSSL_ia32cap_P[2] &= ~vecx;
713 OPENSSL_ia32cap_P[
727 unsigned int OPENSSL_ia32cap_P[4]; variable
[all...]
H A Dx86_64cpuid.pl26 .hidden OPENSSL_ia32cap_P
27 .comm OPENSSL_ia32cap_P,16,4
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_rdrand.c134 extern unsigned int OPENSSL_ia32cap_P[];
136 if (OPENSSL_ia32cap_P[1] & (1 << (62 - 32))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_rdrand.c134 extern unsigned int OPENSSL_ia32cap_P[];
136 if (OPENSSL_ia32cap_P[1] & (1 << (62 - 32))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/perlasm/
H A Dx86masm.pl135 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
138 COMM ${nmdecor}OPENSSL_ia32cap_P:DWORD:4
141 # comment out OPENSSL_ia32cap_P declarations
142 grep {s/(^EXTERN\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
H A Dx86nasm.pl119 { if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
122 ${drdecor}common ${nmdecor}OPENSSL_ia32cap_P 16
124 # comment out OPENSSL_ia32cap_P declarations
125 grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
H A Dx86gas.pl161 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out) {
162 my $tmp=".comm\t${nmdecor}OPENSSL_ia32cap_P,16";
199 elsif ($sym eq "OPENSSL_ia32cap_P" && $::elf>0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/perlasm/
H A Dx86masm.pl135 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
138 COMM ${nmdecor}OPENSSL_ia32cap_P:DWORD:4
141 # comment out OPENSSL_ia32cap_P declarations
142 grep {s/(^EXTERN\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
H A Dx86nasm.pl119 { if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
122 ${drdecor}common ${nmdecor}OPENSSL_ia32cap_P 16
124 # comment out OPENSSL_ia32cap_P declarations
125 grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
H A Dx86gas.pl161 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out) {
162 my $tmp=".comm\t${nmdecor}OPENSSL_ia32cap_P,16";
199 elsif ($sym eq "OPENSSL_ia32cap_P" && $::elf>0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc4/
H A Drc4_skey.c129 if (OPENSSL_ia32cap_P & (1<<28)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_rc4_hmac_md5.c124 extern unsigned int OPENSSL_ia32cap_P[];
140 (OPENSSL_ia32cap_P[0] & (1 << 20)) == 0) {
184 (OPENSSL_ia32cap_P[0] & (1 << 20)) == 0) {
H A De_aes_cbc_hmac_sha256.c98 extern unsigned int OPENSSL_ia32cap_P[];
511 if (OPENSSL_ia32cap_P[1] & (1 << (60 - 32)) && /* AVX? */
512 ((OPENSSL_ia32cap_P[1] & (1 << (43 - 32))) /* XOP? */
513 | (OPENSSL_ia32cap_P[0] & (1<<30))) && /* "Intel CPU"? */
877 if (inp_len >= 8192 && OPENSSL_ia32cap_P[2] & (1 << 5))
963 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
970 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_rc4_hmac_md5.c124 extern unsigned int OPENSSL_ia32cap_P[];
140 (OPENSSL_ia32cap_P[0] & (1 << 20)) == 0) {
184 (OPENSSL_ia32cap_P[0] & (1 << 20)) == 0) {
H A De_aes_cbc_hmac_sha256.c98 extern unsigned int OPENSSL_ia32cap_P[];
511 if (OPENSSL_ia32cap_P[1] & (1 << (60 - 32)) && /* AVX? */
512 ((OPENSSL_ia32cap_P[1] & (1 << (43 - 32))) /* XOP? */
513 | (OPENSSL_ia32cap_P[0] & (1<<30))) && /* "Intel CPU"? */
877 if (inp_len >= 8192 && OPENSSL_ia32cap_P[2] & (1 << 5))
963 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
970 return ((OPENSSL_ia32cap_P[1] & AESNI_CAPABLE) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rc4/asm/
H A Drc4-x86_64.pl126 .extern OPENSSL_ia32cap_P
161 mov OPENSSL_ia32cap_P(%rip),%r8d
446 mov OPENSSL_ia32cap_P(%rip),$idx#d
510 mov OPENSSL_ia32cap_P(%rip),%edx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl126 .extern OPENSSL_ia32cap_P
161 mov OPENSSL_ia32cap_P(%rip),%r8d
446 mov OPENSSL_ia32cap_P(%rip),$idx#d
510 mov OPENSSL_ia32cap_P(%rip),%edx
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl165 .extern OPENSSL_ia32cap_P
170 mov OPENSSL_ia32cap_P(%rip),%rax
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/asm/
H A Dx86_64-gf2m.pl165 .extern OPENSSL_ia32cap_P
170 mov OPENSSL_ia32cap_P(%rip),%rax

Completed in 304 milliseconds

123