summaryrefslogtreecommitdiff
path: root/libavutil/cast5.c
Commit message (Collapse)AuthorAge
* libavutil: Added cbc mode to cast128Supraja Meedinti2014-12-19
| | | | | | Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Previous version reviewed-by: Giorgio Vazzana <mywing81@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavutil: cosmetic: inserted spaces wherever necessarySupraja Meedinti2014-12-17
| | | | | Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/cast5: Fix off by one errorMichael Niedermayer2014-10-20
| | | | | | Fixes fate-cast5 on alpha Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavutil: Add missing av_free() to cast5 selftestGiorgio Vazzana2014-10-18
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavutil: Add CAST128 symmetric block cipherSupraja Meedinti2014-10-18
Only ECB mode is supported at the moment Signed-off-by: Supraja Meedinti <supraja0493@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>