summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_sm4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide public symbols in evp.hbeck2024-04-091-1/+6
* Remove unused app_data from EVP_CIPHERtb2024-01-041-6/+1
* sm4: more NULL misspellingstb2024-01-021-4/+4
* Fix some NULL misspellingstb2023-12-021-10/+10
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-6/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+6
* Make internal header file names consistenttb2022-11-261-2/+2
* Use correct length for EVP CFB mode ciphers.jsing2022-09-101-2/+2
* Stop casting a size_t to a long and then passing it as a size_t.jsing2022-09-061-6/+6
* Remove dead code.jsing2022-09-041-5/+2
* Rearrange some functions.jsing2022-09-041-2/+1
* Mechanically expand IMPLEMENT_BLOCK_CIPHER macro.jsing2022-09-031-4/+162
* Add the SM4 block cipher from the Chinese standard GB/T 32907-2016.tb2019-03-171-0/+113