Searched refs:digest_pos (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtmpproto.c422 int i, digest_pos = 0; local
425 digest_pos += buf[i];
426 digest_pos = (digest_pos % 728) + 12;
428 rtmp_calc_digest(buf, RTMP_HANDSHAKE_PACKET_SIZE, digest_pos,
430 buf + digest_pos);
431 return digest_pos;
443 int i, digest_pos = 0; local
447 digest_pos += buf[i + off];
448 digest_pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpproto.c949 int i, digest_pos = 0; local
952 digest_pos += buf[i + off];
953 digest_pos = digest_pos % mod_val + add_val;
955 return digest_pos;
968 int ret, digest_pos; local
971 digest_pos = ff_rtmp_calc_digest_pos(buf, 772, 728, 776);
973 digest_pos = ff_rtmp_calc_digest_pos(buf, 8, 728, 12);
975 ret = ff_rtmp_calc_digest(buf, RTMP_HANDSHAKE_PACKET_SIZE, digest_pos,
977 buf + digest_pos);
994 int ret, digest_pos; local
[all...]

Completed in 109 milliseconds