summaryrefslogtreecommitdiff
path: root/libavutil/rc4.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-241-2/+3
* avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde2015-10-181-1/+1
* avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-161-7/+0
* Merge commit 'ae365453c370c85f278bff7fbf9e20d9d335cb2a'Hendrik Leppkes2015-08-021-1/+12
|\
| * rc4: add av_rc4_alloc()James Almer2015-07-311-1/+12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-081-8/+0
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-031-7/+28
* Consistently place comments in file header.Diego Biurrun2007-10-141-2/+2
* Add RC4 encryption/decryption functionReimar Döffinger2007-10-131-0/+48