HomeSort by relevance Sort by last modified time
    Searched refs:shaext (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/sha/asm/
sha1-586.pl 134 $shaext=$xmm; ### set to zero if compiling for 1.0.1
315 &static_label("shaext_shortcut") if ($shaext);
333 if ($shaext) {
415 if ($shaext) {
    [all...]
sha256-586.pl 89 $shaext=$xmm; ### set to zero if compiling for 1.0.1
214 &test ("edx",1<<29) if ($shaext); # check for SHA
215 &jnz (&label("shaext")) if ($shaext);
514 if ($shaext) {
531 &set_label("shaext",32);
    [all...]
sha1-x86_64.pl 114 $shaext=0; ### set to zero if compiling for 1.0.1
115 $avx=1 if (!$shaext && $avx);
256 $code.=<<___ if ($shaext);
332 if ($shaext) {{{
    [all...]
sha512-x86_64.pl 130 $shaext=0; ### set to zero if compiling for 1.0.1
131 $avx=1 if (!$shaext && $avx);
269 $code.=<<___ if ($SZ==4 && $shaext);
528 if ($SZ==4 && $shaext) {{{
    [all...]

Completed in 64 milliseconds