| Commit message (Expand) | Author | Age | Files | Lines |
* | add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) | Alex Beregszaszi | 2007-01-19 | 2 | -8/+31 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -5/+5 |
* | change while loops to do-while as the condition is true the first time and th... | Michael Niedermayer | 2007-01-18 | 1 | -4/+4 |
* | simpler branch structure in init (16 bytes smaller object file) | Michael Niedermayer | 2007-01-17 | 1 | -1/+1 |
* | doxygenize | Michael Niedermayer | 2007-01-17 | 1 | -2/+2 |
* | avoid code duplication | Michael Niedermayer | 2007-01-17 | 1 | -3/+1 |
* | better to set things to NULL instead of random in case of out of mem | Michael Niedermayer | 2007-01-17 | 1 | -1/+1 |
* | simplify av_fifo_realloc() | Michael Niedermayer | 2007-01-17 | 1 | -11/+7 |
* | remove near duplicate function | Michael Niedermayer | 2007-01-17 | 1 | -15/+6 |
* | simplify | Michael Niedermayer | 2007-01-17 | 1 | -8/+3 |
* | simplify | Michael Niedermayer | 2007-01-17 | 1 | -5/+2 |
* | 10l (aes_crypt -> av_aes_crypt) | Michael Niedermayer | 2007-01-17 | 2 | -5/+5 |
* | fix CONFIG_SMALL again | Michael Niedermayer | 2007-01-16 | 1 | -18/+8 |
* | 30byte smaller object file | Michael Niedermayer | 2007-01-16 | 1 | -3/+3 |
* | 10l typo | Michael Niedermayer | 2007-01-16 | 1 | -1/+1 |
* | public API | Michael Niedermayer | 2007-01-16 | 1 | -0/+10 |
* | cbc support | Michael Niedermayer | 2007-01-16 | 1 | -12/+23 |
* | avoid memcpy() | Michael Niedermayer | 2007-01-16 | 1 | -4/+3 |
* | give crypt a src and dst | Michael Niedermayer | 2007-01-16 | 1 | -23/+21 |
* | change subshift a little, this reduces the object size a litlle | Michael Niedermayer | 2007-01-16 | 1 | -5/+7 |
* | use 2 state arrays so that fewer temporary variables are needed | Michael Niedermayer | 2007-01-16 | 1 | -33/+32 |
* | remove useless parameter | Michael Niedermayer | 2007-01-16 | 1 | -4/+4 |
* | unused variable | Michael Niedermayer | 2007-01-16 | 1 | -1/+1 |
* | merge shift into mix | Michael Niedermayer | 2007-01-15 | 1 | -20/+28 |
* | make aes_en/decrypt() static until we decided on the public API | Michael Niedermayer | 2007-01-15 | 1 | -5/+5 |
* | move #include log.h into the selftesting code where it belongs | Michael Niedermayer | 2007-01-15 | 1 | -1/+1 |
* | remove dependancy on *malloc() | Michael Niedermayer | 2007-01-15 | 2 | -21/+24 |
* | check the last? entry written for detecting already initalized tables | Michael Niedermayer | 2007-01-15 | 1 | -1/+1 |
* | replace / by >> this makes the .o ~150 bytes smaller | Michael Niedermayer | 2007-01-15 | 1 | -4/+4 |
* | cosmetic | Michael Niedermayer | 2007-01-15 | 1 | -2/+0 |
* | av_aes_init() | Michael Niedermayer | 2007-01-15 | 1 | -0/+7 |
* | the missing header ... | Michael Niedermayer | 2007-01-15 | 1 | -0/+26 |
* | simplify | Michael Niedermayer | 2007-01-14 | 1 | -10/+4 |
* | simplify multiply table init | Michael Niedermayer | 2007-01-14 | 1 | -11/+11 |
* | simplify selftest | Michael Niedermayer | 2007-01-14 | 1 | -27/+17 |
* | revert simplification (broke 192 bit keys) | Michael Niedermayer | 2007-01-14 | 1 | -3/+6 |
* | simplify | Michael Niedermayer | 2007-01-14 | 1 | -6/+3 |
* | fix 2 warnings | Michael Niedermayer | 2007-01-14 | 1 | -2/+2 |
* | seems i didnt copy anything from aes128.c so this should be more correct ? | Michael Niedermayer | 2007-01-14 | 1 | -1/+3 |
* | unneeded | Michael Niedermayer | 2007-01-14 | 1 | -1/+0 |
* | unused think | Michael Niedermayer | 2007-01-14 | 1 | -2/+2 |
* | merge encrypt and decrypt so the source is simpler and the compiler can choos... | Michael Niedermayer | 2007-01-14 | 1 | -23/+18 |
* | indent | Michael Niedermayer | 2007-01-14 | 1 | -5/+5 |
* | remove duplicate round_key | Michael Niedermayer | 2007-01-14 | 1 | -22/+24 |
* | make decode look more like encode | Michael Niedermayer | 2007-01-14 | 1 | -3/+3 |
* | dont use encode tables for decoding | Michael Niedermayer | 2007-01-14 | 1 | -5/+7 |
* | remove no longer corret comment | Michael Niedermayer | 2007-01-14 | 1 | -1/+1 |
* | unused stuff removial | Michael Niedermayer | 2007-01-14 | 1 | -10/+9 |
* | merge inv_sbox into inv_mix | Michael Niedermayer | 2007-01-14 | 1 | -24/+29 |
* | merge sbox with mix on the encryption side | Michael Niedermayer | 2007-01-14 | 1 | -12/+45 |