summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/e_sm4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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