summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/pbkdf2.c
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-031-265/+0
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-2/+2
* Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn2008-08-021-4/+1
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-3/+3
* * pbkdf2.c (hmac1): Make a local copy of the supplied keyblock structure, inKen Raeburn2004-03-221-0/+3
* Change crypto "provider" structures to hold numeric values instead of functionKen Raeburn2003-07-221-2/+2
* crypto library has bogus dependence on com_errKen Raeburn2003-07-221-2/+0
* Finish implementation of CBC+CTS decryption and truncated HMAC for AES.Ken Raeburn2003-04-131-3/+22
* Clean up PBKDF2 interface. Add s2k-params to string-to-key interface, exceptKen Raeburn2003-03-051-37/+5
* * pbkdf2.c (F): Now takes krb5_data for password and salt.Ken Raeburn2003-03-031-36/+36
* Cleanup unusedEzra Peisach2002-12-231-3/+3
* * pbkdf2.c, t_hmac.c, t_pkcs5.c: New filesKen Raeburn2002-10-101-0/+280