summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ppccap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up PPC CPU capabilities and Montgomery code.jsing2024-11-011-20/+0
| | | | | | | | | | ppc64-mont.pl (which produces bn_mul_mont_fpu64()) is unused on both powerpc and powerpc64, so remove it. ppccap.c doesn't actually contain anything to do with CPU capabilities - it just provides a bn_mul_mont() that calls bn_mul_mont_int() (which ppc-mont.pl generates). Change ppc-mont.pl to generate bn_mul_mont() directly and remove ppccap.c. ok tb@
* Remove non-visible and unused OPENSSL_wipe_cpu and OPENSSL_atomic_addmiod2023-01-171-31/+1
| | | | | | | interfaces, and remove empty assembly OPENSSL_cpuid_setup routines - the default empty C fallback will work as good. ok jsing@
* avoid sys/param.h; Jonas Termansenderaadt2014-07-171-3/+4
|
* tags as requested by miod and teduderaadt2014-06-121-0/+1
|
* Detect Altivec support with the machdep.altivec sysctl rather than setmp andmiod2014-05-031-94/+18
| | | | | a SIGILL handler. Do not attempt to detect and use a 64-bit FPU yet.
* More KNF.jsing2014-04-201-1/+1
|
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-57/+55
| | | | | readable. This pass is whitespace only and can readily be verified using tr and md5.
* Import OpenSSL 1.0.1gmiod2014-04-131-0/+11
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+115