summaryrefslogtreecommitdiff
path: root/crypto/ppccap.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* chacha20 performance optimizations for ppc64le with 8x lanes,Deepankar Bhattacharjee2022-02-221-0/+9
* Add support for BSD-ppc, BSD-ppc64 and BSD-ppc64le configurationspkubaj2021-12-091-4/+8
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* enable getauxval on android 10yunh2021-06-251-0/+6
* ppccap.c: Split out algorithm-specific functionsTomas Mraz2021-06-251-147/+1
* ppc: fix ambiguous if if else statementPauli2021-06-011-1/+2
* Use "" for include crypto/xxxRich Salz2021-05-271-1/+1
* Use "" for include internal/xxxRich Salz2021-05-271-1/+1
* bn: Add fixed length (n=6), unrolled PPC Montgomery MultiplicationMartin Schwenke2021-05-081-0/+12
* crypto/ppccap.c: Remove useless TODO 3.0Tomas Mraz2021-03-041-4/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* OPENSSL_cpuid_setup FreeBSD PowerPC updateDavid Carlier2021-01-141-0/+18
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-3/+3
* crypto/ppccap.c: Fix FIPS build on PPCRichard Levitte2019-06-171-5/+5
* Ensure code is compiled with correct BIGNUM assembler definesMatt Caswell2019-06-121-8/+8
* Ensure we get all the right defines for AES assembler in FIPS moduleMatt Caswell2019-06-031-8/+14
* crypto/ppccap.c: Fix which hwcap value used to check for HWCAP_ARCH_3_00Rashmica Gupta2019-05-091-2/+3
* poly1305/asm/poly1305-ppc.pl: add vector base 2^26 implementation.Andy Polyakov2019-02-011-1/+10
* PPC: Try out if mftb works before using itBernd Edlinger2019-01-211-4/+51
* crypto/armcap.c, crypto/ppccap.c: stricter use of getauxval()Richard Levitte2019-01-161-11/+8
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* crypto/ppccap.c: wire new ChaCha20_ctr32_vsx.Andy Polyakov2018-06-061-3/+8
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Fix --strict-warnings build of ppc-linux targetBernd Edlinger2018-05-081-4/+10
* crypto/ppccap.c: SIGILL-free processor capabilities detection on MacOS X.Andy Polyakov2017-04-021-0/+26
* Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte2016-11-101-0/+111
* Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte2016-11-091-111/+0
* ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov2016-10-241-29/+15
* Add ecp_nistz256-ppc64 module.Andy Polyakov2016-08-291-0/+24
* Fix some style issues...FdaSilvaYY2016-08-021-2/+2
* Copyright consolidation 09/10Rich Salz2016-05-171-0/+9
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1
* crypto/ppccap.c: fix missing declaration warning.Andy Polyakov2016-04-291-0/+1
* crypto/ppccap.c: permit build with no-chacha and no-poly1305.Andy Polyakov2016-04-291-0/+4
* PPC assebmly pack: initial POWER9 support tidbits.Andy Polyakov2016-04-131-0/+13
* Configurations: engage PPC ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-131-0/+39
* crypto/ppccap.c: add SIGILL-free processor capability detection code.Andy Polyakov2015-12-141-21/+113
* RT3990: Fix #include path.Anton Blanchard2015-08-051-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-114/+117
* Engage GHASH for PowerISA 2.0.7.Andy Polyakov2014-07-201-3/+1
* Engage SHA256/512 for PowerISA 2.07.Andy Polyakov2014-07-011-0/+16
* Engage POWER8 AES support.Andy Polyakov2014-06-011-0/+7
* ppc64-mont.pl: eliminate dependency on GPRs' upper halves.Andy Polyakov2013-11-271-1/+1
* Take vpaes-ppc module into loop.Andy Polyakov2013-11-271-1/+1
* ppccap.c: fix typo.Andy Polyakov2012-11-101-1/+1