ff_rtmp_calc_digest_pos   65 libavformat/rtmp.h int ff_rtmp_calc_digest_pos(const uint8_t *buf, int off, int mod_val,
ff_rtmp_calc_digest_pos  130 libavformat/rtmpcrypt.c     offset = ff_rtmp_calc_digest_pos(buf, 768, 632, 8);
ff_rtmp_calc_digest_pos  154 libavformat/rtmpcrypt.c         if ((server_pos = ff_rtmp_calc_digest_pos(serverdata, 1532, 632, 772)) < 0)
ff_rtmp_calc_digest_pos  157 libavformat/rtmpcrypt.c         if ((server_pos = ff_rtmp_calc_digest_pos(serverdata, 768, 632, 8)) < 0)
ff_rtmp_calc_digest_pos  161 libavformat/rtmpcrypt.c     if ((client_pos = ff_rtmp_calc_digest_pos(clientdata, 768, 632, 8)) < 0)
ff_rtmp_calc_digest_pos 1003 libavformat/rtmpproto.c         digest_pos = ff_rtmp_calc_digest_pos(buf, 772, 728, 776);
ff_rtmp_calc_digest_pos 1005 libavformat/rtmpproto.c         digest_pos = ff_rtmp_calc_digest_pos(buf, 8, 728, 12);
ff_rtmp_calc_digest_pos 1028 libavformat/rtmpproto.c     digest_pos = ff_rtmp_calc_digest_pos(buf, off, 728, off + 4);