summaryrefslogtreecommitdiffstats
path: root/crypto/sparc_arch.h
AgeCommit message (Collapse)Author
2019-09-27Fix header file include guard namesDr. Matthias St. Pierre
Make the include guards consistent by renaming them systematically according to the naming conventions below The public header files (in the 'include/openssl' directory) are not changed in 1.1.1, because it is a stable release. For the private header files files, the guard names try to match the path specified in the include directives, with all letters converted to upper case and '/' and '.' replaced by '_'. An extra 'OSSL_' is added as prefix. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9681)
2016-05-17Copyright consolidation 09/10Rich Salz
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-25crypto/sparc_arch.h: reserve more SPARCv9 capability bits.Andy Polyakov
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-20sparcv9cap.c: add Fujitsu SPARC64 X AES capability detection.Andy Polyakov
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2012-11-17Support for SPARC T4 MONT[MUL|SQR] instructions.Andy Polyakov
Submitted by: David Miller, Andy Polyakov
2012-10-25SPARCv9 assembly pack: harmonize ABI handling (so that it's handled in oneAndy Polyakov
place at a time, by pre-processor in .S case and perl - in .s).
2012-09-28sparc_arch.h: add assembler helpers (and make it work on Solaris).Andy Polyakov
Submitted by: David Miller
2012-09-23sparcv9cap.c: add SPARC-T4 feature detection.Andy Polyakov
Submitted by: David Miller