aboutsummaryrefslogtreecommitdiff
path: root/crypto/sparc_arch.h
AgeCommit message (Collapse)AuthorFilesLines
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-3/+3
Make the include guards consistent by renaming them systematically according to the naming conventions below For the public header files (in the 'include/openssl' directory), the guard names try to match the path specified in the include directives, with all letters converted to upper case and '/' and '.' replaced by '_'. For the private header files files, an extra 'OSSL_' is added as prefix. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9333)
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte1-1/+1
[skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7827)
2016-05-17Copyright consolidation 09/10Rich Salz1-0/+9
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-25crypto/sparc_arch.h: reserve more SPARCv9 capability bits.Andy Polyakov1-1/+8
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-04-20sparcv9cap.c: add Fujitsu SPARC64 X AES capability detection.Andy Polyakov1-0/+1
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-80/+80
Reviewed-by: Tim Hudson <tjh@openssl.org>
2012-11-17Support for SPARC T4 MONT[MUL|SQR] instructions.Andy Polyakov1-0/+3
Submitted by: David Miller, Andy Polyakov
2012-10-25SPARCv9 assembly pack: harmonize ABI handling (so that it's handled in oneAndy Polyakov1-4/+13
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 Polyakov1-4/+58
Submitted by: David Miller
2012-09-23sparcv9cap.c: add SPARC-T4 feature detection.Andy Polyakov1-0/+35
Submitted by: David Miller