summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_chacha.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide public symbols in evp.hbeck2024-04-091-1/+2
* Clarify how the EVP IV is used with ChaChatb2023-08-241-8/+6
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-2/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+2
* Make internal header file names consistenttb2022-11-261-2/+2
* Reorder functions and remove unnecessary function prototypes.jsing2022-07-301-29/+24
* typotb2020-01-261-2/+2
* Improve the comment explaining why the previous change matches OpenSSL'stb2020-01-261-8/+15
* Adjust EVP_chacha20()'s behavior to match OpenSSL's semantics:tb2020-01-261-7/+14
* In chacha_init(), allow for a NULL iv. Reported by znz on github.miod2014-08-041-2/+3
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+3
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* KNF.jsing2014-05-081-1/+1
* Provide an EVP implementation for ChaCha.jsing2014-05-011-0/+65