summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/crypto.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r17488: - add SHA1 and HMACSHA1 functions, based on rfc 2104,2202,3174Stefan Metzmacher1-2/+4
- and add torture tests also based on the rfc's metze (This used to be commit d48930a02f9560640697fd57e4bba03dc0abe284)
2007-10-10r9421: Move arcfour code into it's own file, in lib/crypto.Andrew Bartlett1-0/+6
Andrew Bartlett (This used to be commit ca6cf462708810637544d4b4bef0f404fb89a002)
2007-10-10r6462: Move the arcfour sbox state into it's own structure, and allocate itAndrew Bartlett1-0/+6
with talloc() for the NTLMSSP system. Andrew Bartlett (This used to be commit 7a93ac49c28d433ccf0f077294f473fe728b9995)
2007-10-10r3462: separate out the crypto includesAndrew Tridgell1-0/+24
(This used to be commit 3f75117db921e493bb77a5dc14b8ce91a6288f30)