Home
last modified time | relevance | path

Searched refs:RTMP_SWF_HASHLEN (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h188 #define RTMP_SWF_HASHLEN 32 macro
194 uint8_t SWFHash[RTMP_SWF_HASHLEN];
195 char SWFVerificationResponse[RTMP_SWF_HASHLEN+10];
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpgw.c111 unsigned char hash[RTMP_SWF_HASHLEN];
526 req.swfHash.av_len = RTMP_SWF_HASHLEN; in processTCPrequest()
803 if (!res || res != RTMP_SWF_HASHLEN) in ParseOption()
807 "Couldn't parse swf hash hex string, not hexstring or not %d bytes, ignoring!", RTMP_SWF_HASHLEN); in ParseOption()
809 req->swfHash.av_len = RTMP_SWF_HASHLEN; in ParseOption()
H A Drtmpdump.c781 unsigned char hash[RTMP_SWF_HASHLEN]; in main()
878 if (res != RTMP_SWF_HASHLEN) in main()
882 … "Couldn't parse swf hash hex string, not hexstring or not %d bytes, ignoring!", RTMP_SWF_HASHLEN); in main()
884 swfHash.av_len = RTMP_SWF_HASHLEN; in main()
1151 swfHash.av_len = RTMP_SWF_HASHLEN; in main()