index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
aes.c
Age
Commit message (
Expand
)
Author
2011-12-21
Replace Subversion revisions in comments by Git hashes.
Diego Biurrun
2011-11-10
aes: Avoid illegal read and don't generate more key than we use.
Alex Converse
2011-07-04
aes: allow unaligned input and output buffers
Mans Rullgard
2011-07-03
aes: fix for big endian systems
Mans Rullgard
2011-07-03
aes: fix invalid array indexing in init code
Mans Rullgard
2011-07-03
aes: use direct assignments instead of memcpy() or loops
Mans Rullgard
2011-06-30
aes: whitespace cosmetics
Mans Rullgard
2011-06-30
aes: improve test program and add fate test
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-04
aes: fix array index out of bounds warning
Måns Rullgård
2010-07-02
Make mix function more readable.
Reimar Döffinger
2010-06-30
Change AES code to be strict-aliasing-safe.
Reimar Döffinger
2010-06-28
Pass subshift an argument of the proper type.
Reimar Döffinger
2010-06-28
Use a consistent type for multbl array function parameters.
Reimar Döffinger
2009-04-10
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-03-20
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-03-20
Make AES test program compile again: Setting the av_log_level variable
Diego Biurrun
2009-01-28
Add "const" to AES function arguments where possible without generating
Reimar Döffinger
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-01-08
Fix test program compilation, random() needs to be undefined.
Diego Biurrun
2007-11-23
main() --> main(void)
Diego Biurrun
2007-07-18
Document aes init code writing on purpose beyond round_key array into state a...
Reimar Döffinger
2007-07-02
Move comment to a slightly better place.
Diego Biurrun
2007-05-13
correct last element inited check
Michael Niedermayer
2007-02-11
make key parameter const
Baptiste Coudurier
2007-01-17
10l (aes_crypt -> av_aes_crypt)
Michael Niedermayer
2007-01-16
fix CONFIG_SMALL again
Michael Niedermayer
2007-01-16
30byte smaller object file
Michael Niedermayer
2007-01-16
cbc support
Michael Niedermayer
2007-01-16
avoid memcpy()
Michael Niedermayer
2007-01-16
give crypt a src and dst
Michael Niedermayer
2007-01-16
change subshift a little, this reduces the object size a litlle
Michael Niedermayer
2007-01-16
use 2 state arrays so that fewer temporary variables are needed
Michael Niedermayer
2007-01-16
remove useless parameter
Michael Niedermayer
2007-01-16
unused variable
Michael Niedermayer
2007-01-15
merge shift into mix
Michael Niedermayer
2007-01-15
make aes_en/decrypt() static until we decided on the public API
Michael Niedermayer
2007-01-15
move #include log.h into the selftesting code where it belongs
Michael Niedermayer
2007-01-15
remove dependancy on *malloc()
Michael Niedermayer
2007-01-15
check the last? entry written for detecting already initalized tables
Michael Niedermayer
2007-01-15
replace / by >> this makes the .o ~150 bytes smaller
Michael Niedermayer
2007-01-15
cosmetic
Michael Niedermayer
2007-01-14
simplify
Michael Niedermayer
2007-01-14
simplify multiply table init
Michael Niedermayer
2007-01-14
simplify selftest
Michael Niedermayer
2007-01-14
revert simplification (broke 192 bit keys)
Michael Niedermayer
2007-01-14
simplify
Michael Niedermayer
2007-01-14
fix 2 warnings
Michael Niedermayer
2007-01-14
seems i didnt copy anything from aes128.c so this should be more correct ?
Michael Niedermayer
2007-01-14
unneeded
Michael Niedermayer
[next]