OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:softonly
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-s390x.pl
53
$
softonly
=0;
82
$code.=<<___ if(!$
softonly
&& 0); # hardware is slow for single block...
122
$code.=<<___ if(!$
softonly
);
/external/openssl/crypto/modes/asm/
ghash-s390x.pl
53
$
softonly
=0;
82
$code.=<<___ if(!$
softonly
&& 0); # hardware is slow for single block...
122
$code.=<<___ if(!$
softonly
);
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-s390x.pl
98
$
softonly
=0; # allow hardware support
243
$code.=<<___ if (!$
softonly
);
569
$code.=<<___ if (!$
softonly
);
808
$code.=<<___ if (!$
softonly
);
1082
$code.=<<___ if (!$
softonly
);
1196
$code.=<<___ if (!$
softonly
);
[
all
...]
/external/openssl/crypto/aes/asm/
aes-s390x.pl
98
$
softonly
=0; # allow hardware support
243
$code.=<<___ if (!$
softonly
);
569
$code.=<<___ if (!$
softonly
);
808
$code.=<<___ if (!$
softonly
);
1082
$code.=<<___ if (!$
softonly
);
1196
$code.=<<___ if (!$
softonly
);
[
all
...]
Completed in 51 milliseconds