aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ppccpuid.pl
Commit message (Collapse)AuthorAgeFilesLines
* PPC: Try out if mftb works before using itBernd Edlinger2019-01-211-21/+102
| | | | | | | | | | | | | If this fails try out if mfspr268 works. Use OPENSSL_ppccap=0x20 for enabling mftb, OPENSSL_ppccap=0x40 for enabling mfspr268, and OPENSSL_ppccap=0 for enabling neither. Fixes #8012 Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8043)
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
| | | | | | | [skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7827)
* Add assembly CRYPTO_memcmp.Andy Polyakov2016-05-191-0/+26
| | | | | | GH: #102 Reviewed-by: Richard Levitte <levitte@openssl.org>
* Copyright consolidation: perl filesRich Salz2016-04-201-1/+8
| | | | | | | | | Add copyright to most .pl files This does NOT cover any .pl file that has other copyright in it. Most of those are Andy's but some are public domain. Fix typo's in some existing files. Reviewed-by: Richard Levitte <levitte@openssl.org>
* PPC assebmly pack: initial POWER9 support tidbits.Andy Polyakov2016-04-131-0/+10
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* crpyto/ppccpuid.pl: add FPU probe and fix OPENSSL_rdtsc.Andy Polyakov2015-12-141-0/+19
| | | | Reviewed-by: Kurt Roeckx <kurt@openssl.org>
* aesp8-ppc.pl: fix typos.Andy Polyakov2014-06-041-1/+1
|
* Engage POWER8 AES support.Andy Polyakov2014-06-011-0/+10
|
* PPC assembly pack: add .size directives.Andy Polyakov2013-10-151-0/+8
|
* ppccpuid.pl: branch hints in OPENSSL_cleanse impact small block performanceAndy Polyakov2012-04-271-2/+2
| | | | | | | of digest algorithms, mosty SHA, on Power7. Mystery of century, why SHA, why slower algorithm are affected more... PR: 2794 Submitted by: Ashley Lai
* PPC assembler pack: adhere closer to ABI specs, add PowerOpen traceback data.Andy Polyakov2011-05-271-0/+20
|
* Multiple assembler packs: add experimental memory bus instrumentation.Andy Polyakov2011-04-171-2/+85
|
* crypto/ppc[cpuid|cap]: call CPU detection once and detect AltiVec.Andy Polyakov2010-09-101-0/+6
|
* OPENSSL_cleanse to accept zero length parameter [matching C implementation].Andy Polyakov2010-01-241-0/+2
|
* Minor updates to ppccap.c and ppccpuid.pl.Andy Polyakov2010-01-171-0/+14
|
* ppc64-mont.pl: adapt for 32-bit and engage for all builds.Andy Polyakov2009-12-261-2/+4
|
* AIX build updates.Andy Polyakov2008-09-121-0/+1
|
* Unify ppc assembler make rules.Andy Polyakov2008-01-131-4/+3
|
* Typo in ppccpuid.pl.Andy Polyakov2007-07-311-2/+2
|
* Make ppccpuid AIX friendly.Andy Polyakov2007-07-301-2/+2
|
* Throw in ppccpuid module.Andy Polyakov2007-05-151-0/+94