summaryrefslogtreecommitdiff
path: root/aes-internal.h
Commit message (Expand)AuthorAgeFilesLines
* Reviewed FIXME-comments.Niels Möller2008-09-151-1/+1
* * aes-internal.h (struct aes_table): Deleted idx and sparc_idxNiels Möller2005-10-171-11/+0
* Reduced support for AES_SMALL.Niels Möller2005-10-141-11/+1
* (_aes_decrypt_table): Don't declare, it's noNiels Möller2005-10-141-11/+15
* (AES_ROUND, AES_FINAL_ROUND): New macros.Niels Möller2005-10-141-7/+28
* * New name mangling, to reduce the risk of link collisions. AllNiels Möller2003-04-121-7/+13
* * aes-internal.h (struct aes_table): sparc_idx[0] should nowNiels Möller2002-05-151-1/+6
* * aes-internal.h (struct aes_table): Renamed the shift_idx fieldNiels Möller2002-05-151-3/+3
* (struct aes_table): New subtable idx_shift.Niels Möller2002-02-151-0/+5
* (struct aes_table): New structure, including allNiels Möller2002-02-141-15/+27
* (itable): New bigger table, generated by aesdata.c.Niels Möller2002-02-131-6/+7
* * aes-internal.h (AES_SMALL): New macro.Niels Möller2002-02-121-2/+14
* (dtbl): Replaced with table generated by aesdata.Niels Möller2002-02-121-3/+3
* * aes-set-key.c, aes-tables.c: New files, split off from aes.c.Niels Möller2002-02-111-0/+51