summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/aes/aes_s2k.c
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-031-90/+0
* use unsigned value for shifting, avoiding undefined behaviorKen Raeburn2009-02-091-1/+1
* Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn2008-08-021-4/+1
* * aes_s2k.c (krb5int_aes_string_to_key): Widen bytes of iteration count befor...Ken Raeburn2005-04-131-1/+5
* reduce AES string-to-key iteration count to 4096Ken Raeburn2003-05-131-3/+33
* Avoid really, really huge cpu time usage caused by iteration count inKen Raeburn2003-04-131-0/+6
* Add AES string-to-key functionKen Raeburn2003-03-051-0/+53