summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_aead.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide public symbols in evp.hbeck2024-04-091-1/+11
* Unbreak the namespace build after a broken mk.conf and tool misfire hadbeck2023-07-071-11/+1
* Hide symbols in hkdf, evp, err, ecdsa, and ecbeck2023-07-071-1/+11
* Make internal header file names consistenttb2022-11-261-2/+2
* Prepare to provide EVP_AEAD_CTX_{new,free}()tb2022-01-071-1/+17
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-5/+5
* Switch to the ISC licensed versions of these files, which Google has madejsing2014-06-211-54/+13
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* Implement an improved version of the EVP AEAD API. Thejsing2014-05-261-29/+21
* KNF.jsing2014-05-151-64/+64
* Add an AEAD EVP interface to libcrypto, along with AES-GCM AEADjsing2014-05-151-0/+192