summaryrefslogtreecommitdiff
path: root/crypto/gc-libgcrypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Mem alloca stuff for libgcrypt.Simon Josefsson2004-08-221-5/+3
| | | | Indent.
* Fix warnings.Simon Josefsson2004-08-221-4/+6
|
* (gc_hmac_sha1): Add (for PKCS5 KDF).Simon Josefsson2004-08-211-0/+33
|
* (gc_hash_buffer): Add.Simon Josefsson2004-08-211-0/+28
|
* Add one-call interface.Simon Josefsson2004-08-171-0/+62
|
* Indent.Simon Josefsson2004-08-161-8/+10
|
* Move hashing to generic crypto API.Simon Josefsson2004-08-161-2/+115
| | | | Implement hashing for nettle/libgcrypt in generic crypto API.
* Move randomness calls to generic crypto API.Simon Josefsson2004-08-161-0/+33
| | | | Implement randomness for libgcrypt and nettle wrappers.
* Reorder.Simon Josefsson2004-08-151-4/+4
|
* Fix warnings.Simon Josefsson2004-08-151-3/+5
|
* Initiate move of all libgcrypt calls to crypto/gc* wrapper.Simon Josefsson2004-08-151-0/+170
Currently only encryption/decryption goes through generic API.