summaryrefslogtreecommitdiffstats
path: root/libavutil/xtea.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
|
* xtea: Test inplace decryptionMichael Niedermayer2012-10-031-1/+15
| | | | | | Based on test code by: Giorgio Vazzana <mywing81@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
* xtea: Fix CBC decryption when src==dstMichael Niedermayer2012-10-031-10/+9
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* xtea: Factorize testing into a separate functionMartin Storsjö2012-10-031-11/+21
| | | | | | Based on a patch by Michael Niedermayer. Signed-off-by: Martin Storsjö <martin@martin.st>
* xtea: Make the count parameter match the documentationSamuel Pitoiset2012-07-051-4/+2
| | | | | | | | Previously it was interpreted as number of bytes, while the documentation stated that it was the number of 8 byte blocks. This makes it behave similarly to the existing AES code. Signed-off-by: Martin Storsjö <martin@martin.st>
* xtea: invert branch and loop precedenceLuca Barbato2012-07-051-7/+12
| | | | Should slightly improve performance depending on the compiler used.
* Add XTEA encryption support in libavutilSamuel Pitoiset2012-07-041-0/+165
Signed-off-by: Martin Storsjö <martin@martin.st>
OpenPOWER on IntegriCloud