summaryrefslogtreecommitdiff
path: root/lib/crypto/arcfour.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-16lib/crypto: only include what is needed.Günther Deschner1-1/+1
2008-10-11Use data_blob() for now, since it seems to be the only function available in ...Jelmer Vernooij1-1/+1
2008-10-11Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij1-1/+1
2008-10-11Prevent errors with data_blob() being a macro in s4 and function in s3.Jelmer Vernooij1-1/+1
2008-09-24Use common arcfour implementation.Jelmer Vernooij1-1/+1
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-0/+91