summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_encode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Hide public symbols in evp.hbeck2024-04-091-1/+11
| | | | | | largely mechanically done by the guentherizer 9000 ok tb@
* Zap some whitespacetb2023-12-291-2/+2
|
* Use more consistent naming for some files in evptb2023-12-291-0/+414
EVP_Digest{Init,Update,Final}() move from digest.c to evp_digest.c which will become the home of all things related to EVP_MD{,_CTX} handling. EVP_Cipher{Init,Update,Final}() move from evp_enc.c to evp_cipher.c which will become the home of all things related to EVP_CIPHER{,_CTX} handling. EVP_Encode{Init,Update,Final}() move from encode.c to evp_encode.c which already is the home of EVP_ENCODE_CTX_{new,free}(). discussed with jsing