summaryrefslogtreecommitdiff
path: root/lib/crypto/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* lib:crypto: Remove our implementation of AES GCMAndreas Schneider2019-12-101-1/+0
* lib:crypto: Remove our implementation of AES CCMAndreas Schneider2019-12-101-1/+0
* lib:crypto: Remove arcfour.h from crypto.hAndreas Schneider2019-07-261-1/+0
* lib:crypto: Remove obsolete MD5 and HMAC MD5Andreas Schneider2019-05-211-2/+0
* lib:crypto: Remove unused SHA256 and HMAC SHA256Andreas Schneider2019-04-301-2/+0
* lib: Remove lib/crypto/crc32.[ch]Volker Lendecke2018-10-101-1/+0
* lib/crypto: fix header guard for crypto.hMichael Adam2015-03-231-1/+1
* lib/crypto: add aes_gcm_128 support.Stefan Metzmacher2014-10-161-0/+1
* lib/crypto: Protect crypto.h against multiple inclusionMartin Schwenke2014-09-191-0/+4
* lib/crypto: add aes_ccm_128Stefan Metzmacher2012-07-231-0/+1
* lib/crypto: add aes_cmac_128* (rfc 4493)Stefan Metzmacher2012-02-291-0/+1
* lib/crypto: include aes.h into crypto.hStefan Metzmacher2009-09-161-1/+1
* Use common arcfour implementation.Jelmer Vernooij2008-09-241-10/+1
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-0/+37