summaryrefslogtreecommitdiff
path: root/libavutil/aes.c
Commit message (Collapse)AuthorAge
...
* merge inv_sbox into inv_mixMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge sbox with mix on the encryption sideMichael Niedermayer2007-01-14
| | | | | | | | add one more test vector yes this needs a cleanup ... Originally committed as revision 7485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 test vectorMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix CONFIG_SMALL caseMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify special roundMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* benchmarkMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init multblMichael Niedermayer2007-01-14
| | | | | | | code can now decrypt its own encryption correctly can anyone provide me with a correct test AES key + cyphertext + plaintext? Originally committed as revision 7479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* asciiMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify round_key generation by writing over the end but ensuring that ↵Michael Niedermayer2007-01-14
| | | | | | theres some irrelevant stuff afterwards Originally committed as revision 7471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memcpyMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems the larger rcon values are never accessedMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright fixMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stealing multbl trick from reimarMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stealing reimars XOR_BLOCKMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleakMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify sbox initMichael Niedermayer2007-01-14
| | | | Originally committed as revision 7461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aes support (unfinished)Michael Niedermayer2007-01-14
Originally committed as revision 7460 to svn://svn.ffmpeg.org/ffmpeg/trunk