aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_rdrand.c
Commit message (Collapse)AuthorAgeFilesLines
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
| | | | | Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4217)
* Copyright consolidation 09/10Rich Salz2016-05-171-46/+6
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Rename int_*() functions to *_int()Matt Caswell2016-04-131-2/+2
| | | | | | | | | | There is a preference for suffixes to indicate that a function is internal rather than prefixes. Note: the suffix is only required to disambiguate internal functions and public symbols with the same name (but different case) Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-131-2/+2
| | | | | | | | There was a lot of naming inconsistency, so we try and standardise on one form. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
* Auto init/deinit libcryptoMatt Caswell2016-02-091-3/+4
| | | | | | | This builds on the previous commit to auto initialise/deinitialise libcrypto. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
| | | | | | | Continuing from previous commit ensure our style is consistent for malloc return checks. Reviewed-by: Kurt Roeckx <kurt@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-68/+74
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Don't use rdrand engine as default unless explicitly requested.Dr. Stephen Henson2013-12-131-0/+1
| | | | (cherry picked from commit 16898401bd47a153fbf799127ff57fdcfcbd324f)
* eng_rdrand.c: make it link in './config 386' case.Andy Polyakov2011-08-141-1/+1
|
* prevent compilation errors and warningsDr. Stephen Henson2011-08-111-3/+5
|
* Add provisory support for RDRAND instruction.Andy Polyakov2011-08-101-0/+140