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

12

/freebsd-10.1-release/crypto/openssl/crypto/
H A Dcryptlib.h102 extern unsigned int OPENSSL_ia32cap_P[];
H A Dcryptlib.c656 unsigned int OPENSSL_ia32cap_P[2]; variable
661 * If 32-bit application pulls address of OPENSSL_ia32cap_P[0]
665 OPENSSL_ia32cap_P[1] = 0;
666 return (unsigned long *)OPENSSL_ia32cap_P;
706 OPENSSL_ia32cap_P[0] = (unsigned int)vec | (1 << 10);
707 OPENSSL_ia32cap_P[1] = (unsigned int)(vec >> 32);
H A Dx86_64cpuid.pl26 .hidden OPENSSL_ia32cap_P
27 .comm OPENSSL_ia32cap_P,8,4
/freebsd-10.1-release/crypto/openssl/crypto/engine/
H A Deng_rdrand.c134 extern unsigned int OPENSSL_ia32cap_P[];
136 if (OPENSSL_ia32cap_P[1] & (1 << (62 - 32))) {
/freebsd-10.1-release/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl133 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
136 COMM ${nmdecor}OPENSSL_ia32cap_P:QWORD
139 # comment out OPENSSL_ia32cap_P declarations
140 grep {s/(^EXTERN\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
H A Dx86nasm.pl117 { if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out)
120 ${drdecor}common ${nmdecor}OPENSSL_ia32cap_P 8
122 # comment out OPENSSL_ia32cap_P declarations
123 grep {s/(^extern\s+${nmdecor}OPENSSL_ia32cap_P)/\;$1/} @out;
H A Dx86gas.pl159 if (grep {/\b${nmdecor}OPENSSL_ia32cap_P\b/i} @out) {
160 my $tmp=".comm\t${nmdecor}OPENSSL_ia32cap_P,8";
/freebsd-10.1-release/crypto/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_sha1.c97 extern unsigned int OPENSSL_ia32cap_P[2];
582 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
588 return (OPENSSL_ia32cap_P[1] & AESNI_CAPABLE ?
H A De_aes.c159 extern unsigned int OPENSSL_ia32cap_P[2];
162 # define VPAES_CAPABLE (OPENSSL_ia32cap_P[1]&(1<<(41-32)))
165 # define BSAES_CAPABLE (OPENSSL_ia32cap_P[1]&(1<<(41-32)))
170 # define AESNI_CAPABLE (OPENSSL_ia32cap_P[1]&(1<<(57-32)))
/freebsd-10.1-release/secure/lib/libcrypto/i386/
H A Dx86cpuid.s144 leal OPENSSL_ia32cap_P,%ecx
156 leal OPENSSL_ia32cap_P,%ecx
214 leal OPENSSL_ia32cap_P,%ecx
333 .comm OPENSSL_ia32cap_P,8,4
H A Drc4-586.s36 leal OPENSSL_ia32cap_P,%ebp
279 leal OPENSSL_ia32cap_P,%edx
351 leal OPENSSL_ia32cap_P,%edx
373 .comm OPENSSL_ia32cap_P,8,4
H A Dx86-gf2m.s244 leal OPENSSL_ia32cap_P,%edx
344 .comm OPENSSL_ia32cap_P,8,4
H A Dx86-mont.s46 leal OPENSSL_ia32cap_P,%eax
457 .comm OPENSSL_ia32cap_P,8,4
H A Dbn-586.s9 leal OPENSSL_ia32cap_P,%eax
289 leal OPENSSL_ia32cap_P,%eax
468 leal OPENSSL_ia32cap_P,%eax
1522 .comm OPENSSL_ia32cap_P,8,4
H A Dsha512-586.s29 leal OPENSSL_ia32cap_P,%edx
836 .comm OPENSSL_ia32cap_P,8,4
H A Daes-586.s998 leal OPENSSL_ia32cap_P,%eax
2188 leal OPENSSL_ia32cap_P,%eax
2244 leal OPENSSL_ia32cap_P,%eax
3237 .comm OPENSSL_ia32cap_P,8,4
/freebsd-10.1-release/secure/lib/libcrypto/amd64/
H A Dx86_64cpuid.S7 .hidden OPENSSL_ia32cap_P
8 .comm OPENSSL_ia32cap_P,8,4
H A Drc4-x86_64.S27 movl OPENSSL_ia32cap_P(%rip),%r8d
534 movl OPENSSL_ia32cap_P(%rip),%r8d
598 movl OPENSSL_ia32cap_P(%rip),%edx
H A Dx86_64-gf2m.S205 movq OPENSSL_ia32cap_P(%rip),%rax
/freebsd-10.1-release/crypto/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
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl165 .extern OPENSSL_ia32cap_P
170 mov OPENSSL_ia32cap_P(%rip),%rax
/freebsd-10.1-release/crypto/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl85 .extern OPENSSL_ia32cap_P
92 mov OPENSSL_ia32cap_P+0(%rip),%r10d
93 mov OPENSSL_ia32cap_P+4(%rip),%r11d
/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-x86_64.pl218 .extern OPENSSL_ia32cap_P
224 mov OPENSSL_ia32cap_P+0(%rip),%r9d
225 mov OPENSSL_ia32cap_P+4(%rip),%r8d
/freebsd-10.1-release/crypto/openssl/crypto/modes/
H A Dgcm128.c697 extern unsigned int OPENSSL_ia32cap_P[2];
769 if (OPENSSL_ia32cap_P[0] & (1 << 24) && /* check FXSR bit */
770 OPENSSL_ia32cap_P[1] & (1 << 1)) { /* check PCLMULQDQ bit */
780 if (OPENSSL_ia32cap_P[0] & (1 << 25)) { /* check SSE bit */
782 if (OPENSSL_ia32cap_P[0] & (1 << 23)) { /* check MMX bit */

Completed in 121 milliseconds

12