av_rc4_crypt      165 libavformat/asfcrypt.c     av_rc4_crypt(&rc4, (uint8_t *)rc4buff, NULL, sizeof(rc4buff), NULL, 1);
av_rc4_crypt      175 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      290 libavformat/rtmpcrypt.c         av_rc4_crypt(&rt->key_in, buf, buf, ret, NULL, 1);
av_rc4_crypt      303 libavformat/rtmpcrypt.c         av_rc4_crypt(&rt->key_out, buf, buf, size, NULL, 1);
av_rc4_crypt       48 libavutil/rc4.h void av_rc4_crypt(struct AVRC4 *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);