av_rc4_crypt      172 libavformat/asfcrypt.c     av_rc4_crypt(rc4, (uint8_t *)rc4buff, NULL, sizeof(rc4buff), NULL, 1);
av_rc4_crypt      182 libavformat/asfcrypt.c     av_rc4_crypt(rc4, data, data, len, NULL, 1);
av_rc4_crypt      229 libavformat/rtmpcrypt.c     av_rc4_crypt(&rt->key_in, buf, NULL, sizeof(buf), NULL, 1);
av_rc4_crypt      230 libavformat/rtmpcrypt.c     av_rc4_crypt(&rt->key_out, buf, NULL, sizeof(buf), NULL, 1);
av_rc4_crypt      291 libavformat/rtmpcrypt.c         av_rc4_crypt(&rt->key_in, buf, buf, ret, NULL, 1);
av_rc4_crypt      304 libavformat/rtmpcrypt.c         av_rc4_crypt(&rt->key_out, (uint8_t *)buf, buf, size, NULL, 1);
av_rc4_crypt       60 libavutil/rc4.h void av_rc4_crypt(struct AVRC4 *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);
av_rc4_crypt      180 tools/crypto_bench.c     av_rc4_crypt(rc4, output, input, size, NULL, 0);