summaryrefslogtreecommitdiff
path: root/lib/crypto/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-30Remove redundant check and fallback for AES CMAC 128 as we now require GnuTLS...Andrew Bartlett1-1/+0
2019-12-10lib:crypto: Remove our implementation of AES GCMAndreas Schneider1-1/+0
2019-12-10lib:crypto: Remove our implementation of AES CCMAndreas Schneider1-1/+0
2019-07-26lib:crypto: Remove arcfour.h from crypto.hAndreas Schneider1-1/+0
2019-05-21lib:crypto: Remove obsolete MD5 and HMAC MD5Andreas Schneider1-2/+0
2019-04-30lib:crypto: Remove unused SHA256 and HMAC SHA256Andreas Schneider1-2/+0
2018-10-10lib: Remove lib/crypto/crc32.[ch]Volker Lendecke1-1/+0
2015-03-23lib/crypto: fix header guard for crypto.hMichael Adam1-1/+1
2014-10-16lib/crypto: add aes_gcm_128 support.Stefan Metzmacher1-0/+1
2014-09-19lib/crypto: Protect crypto.h against multiple inclusionMartin Schwenke1-0/+4
2012-07-23lib/crypto: add aes_ccm_128Stefan Metzmacher1-0/+1
2012-02-29lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher1-0/+1
2009-09-16lib/crypto: include aes.h into crypto.hStefan Metzmacher1-1/+1
2008-09-24Use common arcfour implementation.Jelmer Vernooij1-10/+1
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-0/+37