aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms/prfs/prf_hmac_sha1.c
Commit message (Collapse)AuthorAgeFilesLines
* - prf_hmac_sha1 is now a generig prf_hmacMartin Willi2005-11-221-113/+0
| | | | | - supports md5
* - implementedMartin Willi2005-11-221-10/+60
| | | | | - not tested!
* - removed key from constructorMartin Willi2005-11-221-1/+1
| | | | | - added set_key
* - skeletons for:Martin Willi2005-11-211-0/+63
- prf - prf_hmac_sha1 - hasher - hasher_sha1