Searched refs:RTMP_SWF_HASHLEN (Results 1 – 3 of 3) sorted by relevance
188 #define RTMP_SWF_HASHLEN 32 macro194 uint8_t SWFHash[RTMP_SWF_HASHLEN];195 char SWFVerificationResponse[RTMP_SWF_HASHLEN+10];
111 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()
781 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()