summaryrefslogtreecommitdiff
path: root/crypto/mem_clr.c
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* Fix some style issues...FdaSilvaYY2016-08-021-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+5
* RT4116: Change cleanse to just memsetRich Salz2016-02-251-16/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Declare cleanse_ctr variable as externAlessandro Ghedini2015-11-211-0/+1
* Make sure OPENSSL_cleanse checks for NULLMatt Caswell2015-09-171-0/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-16/+16
* Fix warning.Ben Laurie2007-06-231-1/+2
* Optimize OPENSSL_cleanse.Andy Polyakov2007-06-201-5/+6
* avoid warnings when building on systems where sizeof(void *) > sizeof(int)Nils Larsch2005-04-291-1/+1
* Make CRYPTO_cleanse() independent of endianness.Richard Levitte2002-12-031-1/+1
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-271-0/+75