summaryrefslogtreecommitdiff
path: root/gcm.h
Commit message (Expand)AuthorAgeFilesLines
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* * gcm-aes.c (gcm_aes_set_iv): Use GCM_SET_IV.Niels Möller2011-02-161-13/+25
* * gcm.h (GCM_UPDATE): Renamed, from...Niels Möller2011-02-131-10/+8
* (GCM_TABLE_BITS): Increase table size to 8 bits,Niels Möller2011-02-131-1/+1
* (union gcm_block): Use correct length for w array.Niels Möller2011-02-101-1/+1
* * gcm.c (gcm_hash_sizes): New function.Niels Möller2011-02-091-1/+2
* * gcm.c (gcm_set_key): Replaced context argument by a structNiels Möller2011-02-091-25/+39
* * gcm.h (struct gcm_ctx): The hash key is now always an array,Niels Möller2011-02-081-4/+1
* * gcm.c: Use the new union gcm_block for all gf operations.Niels Möller2011-02-081-5/+12
* (GCM_TABLE_BITS): Set to 4.Niels Möller2011-02-071-1/+1
* Typo fix.Niels Möller2011-02-051-1/+1
* * gcm.h: New file, contributed by Nikos Mavrogiannopoulos.Niels Möller2011-02-051-1/+1
* * gcm.c: New file.Nikos Mavrogiannopoulos2011-02-051-0/+157