projects
/
libav.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Replace Subversion revisions in comments by Git hashes.
[libav.git]
/
libavutil
/
aes.c
2011-12-21
Diego Biurrun
Replace Subversion revisions in comments by Git hashes.
blob
|
commitdiff
2011-11-10
Alex Converse
aes: Avoid illegal read and don't generate more key...
blob
|
commitdiff
|
diff to current
2011-07-04
Mans Rullgard
aes: allow unaligned input and output buffers
blob
|
commitdiff
|
diff to current
2011-07-03
Mans Rullgard
aes: fix for big endian systems
blob
|
commitdiff
|
diff to current
2011-07-03
Mans Rullgard
aes: fix invalid array indexing in init code
blob
|
commitdiff
|
diff to current
2011-07-03
Mans Rullgard
aes: use direct assignments instead of memcpy() or...
blob
|
commitdiff
|
diff to current
2011-06-30
Mans Rullgard
aes: whitespace cosmetics
blob
|
commitdiff
|
diff to current
2011-06-30
Mans Rullgard
aes: improve test program and add fate test
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2010-07-04
Måns Rullgård
aes: fix array index out of bounds warning
blob
|
commitdiff
|
diff to current
2010-07-02
Reimar Döffinger
Make mix function more readable.
blob
|
commitdiff
|
diff to current
2010-06-30
Reimar Döffinger
Change AES code to be strict-aliasing-safe.
blob
|
commitdiff
|
diff to current
2010-06-28
Reimar Döffinger
Pass subshift an argument of the proper type.
blob
|
commitdiff
|
diff to current
2010-06-28
Reimar Döffinger
Use a consistent type for multbl array function parameters.
blob
|
commitdiff
|
diff to current
2009-04-10
Diego Biurrun
cosmetics: Rename prn variable to prng (Pseudo Random...
blob
|
commitdiff
|
diff to current
2009-03-20
Diego Biurrun
Replace random() usage in test programs by av_lfg_*().
blob
|
commitdiff
|
diff to current
2009-03-20
Diego Biurrun
Make AES test program compile again: Setting the av_log...
blob
|
commitdiff
|
diff to current
2009-01-28
Reimar Döffinger
Add "const" to AES function arguments where possible...
blob
|
commitdiff
|
diff to current
2009-01-13
Aurelien Jacobs
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
blob
|
commitdiff
|
diff to current
2008-01-08
Diego Biurrun
Fix test program compilation, random() needs to be...
blob
|
commitdiff
|
diff to current
2007-11-23
Diego Biurrun
main() --> main(void)
blob
|
commitdiff
|
diff to current
2007-07-18
Reimar Döffinger
Document aes init code writing on purpose beyond round_...
blob
|
commitdiff
|
diff to current
2007-07-02
Diego Biurrun
Move comment to a slightly better place.
blob
|
commitdiff
|
diff to current
2007-05-13
Michael Niedermayer
correct last element inited check
blob
|
commitdiff
|
diff to current
2007-02-11
Baptiste Coudurier
make key parameter const
blob
|
commitdiff
|
diff to current
2007-01-17
Michael Niedermayer
10l (aes_crypt -> av_aes_crypt)
blob
|
commitdiff
|
diff to current
2007-01-16
Michael Niedermayer
fix CONFIG_SMALL again
blob
|
commitdiff
|
diff to current
2007-01-16
Michael Niedermayer
30byte smaller object file
blob
|
commitdiff
|
diff to current
2007-01-16
Michael Niedermayer
cbc support
blob
|
commitdiff
|
diff to current
2007-01-16
Michael Niedermayer
avoid memcpy()
blob
|
commitdiff
|
diff to current
2007-01-16
Michael Niedermayer
give crypt a src and dst
blob
|
commitdiff
|
diff to current
2007-01-16
Michael Niedermayer
change subshift a little, this reduces the object size...
blob
|
commitdiff
|
diff to current
2007-01-16
Michael Niedermayer
use 2 state arrays so that fewer temporary variables...
blob
|
commitdiff
|
diff to current
2007-01-16
Michael Niedermayer
remove useless parameter
blob
|
commitdiff
|
diff to current
2007-01-16
Michael Niedermayer
unused variable
blob
|
commitdiff
|
diff to current
2007-01-15
Michael Niedermayer
merge shift into mix
blob
|
commitdiff
|
diff to current
2007-01-15
Michael Niedermayer
make aes_en/decrypt() static until we decided on the...
blob
|
commitdiff
|
diff to current
2007-01-15
Michael Niedermayer
move #include log.h into the selftesting code where...
blob
|
commitdiff
|
diff to current
2007-01-15
Michael Niedermayer
remove dependancy on *malloc()
blob
|
commitdiff
|
diff to current
2007-01-15
Michael Niedermayer
check the last? entry written for detecting already...
blob
|
commitdiff
|
diff to current
2007-01-15
Michael Niedermayer
replace / by >> this makes the .o ~150 bytes smaller
blob
|
commitdiff
|
diff to current
2007-01-15
Michael Niedermayer
cosmetic
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
simplify
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
simplify multiply table init
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
simplify selftest
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
revert simplification (broke 192 bit keys)
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
simplify
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
fix 2 warnings
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
seems i didnt copy anything from aes128.c so this shoul...
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
unneeded
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
unused think
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
merge encrypt and decrypt so the source is simpler...
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
indent
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
remove duplicate round_key
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
make decode look more like encode
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
dont use encode tables for decoding
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
remove no longer corret comment
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
unused stuff removial
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
merge inv_sbox into inv_mix
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
merge sbox with mix on the encryption side
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
1 test vector
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
fix CONFIG_SMALL case
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
simplify special round
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
benchmark
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
init multbl
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
ascii
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
cosmetic
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
simplify round_key generation by writing over the end...
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
cosmetics
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
memcpy
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
seems the larger rcon values are never accessed
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
copyright fix
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
stealing multbl trick from reimar
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
stealing reimars XOR_BLOCK
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
cosmetic
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
memleak
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
simplify sbox init
blob
|
commitdiff
|
diff to current
2007-01-14
Michael Niedermayer
aes support (unfinished)
blob
|
commitdiff
|
diff to current