aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/builtin/pbkdf2.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Rename hmac() functionThomas Klausner1-4/+6
2018-07-18Eliminate preprocessor-disabled dead codeRobbie Harwood1-36/+2
2016-10-06Improve builtin PBKDF2 code hygieneGreg Hudson1-9/+4
2016-10-03Enable PBKDF2 with SHA-256 and SHA-384Greg Hudson1-52/+41
2011-07-24Clean up a number of variables set but not used warningsEzra Peisach1-2/+1
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-5/+1
2011-03-02Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson1-8/+7
2010-01-09krb5int_pbkdf2_hmac_sha1 fails to set enctype on keyblockEzra Peisach1-0/+1
2009-12-06Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson1-6/+11
2009-11-28Mark and reindent lib/cryptoGreg Hudson1-69/+70
2009-10-31make mark-cstyleTom Yu1-2/+2
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov1-1/+1
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson1-68/+67
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov1-0/+265