summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/pbkdf2.c
Commit message (Expand)AuthorAgeFilesLines
* * 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