Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h872 char *vend = r->Link.SWFVerificationResponse+sizeof(r->Link.SWFVerificationResponse); in HandShake()
874 memcpy(r->Link.SWFVerificationResponse, swfVerify, 2); in HandShake()
875 AMF_EncodeInt32(&r->Link.SWFVerificationResponse[2], vend, r->Link.SWFSize); in HandShake()
876 AMF_EncodeInt32(&r->Link.SWFVerificationResponse[6], vend, r->Link.SWFSize); in HandShake()
880 (uint8_t *)&r->Link.SWFVerificationResponse[10]); in HandShake()
1240 char *vend = r->Link.SWFVerificationResponse+sizeof(r->Link.SWFVerificationResponse); in SHandShake()
1242 memcpy(r->Link.SWFVerificationResponse, swfVerify, 2); in SHandShake()
1243 AMF_EncodeInt32(&r->Link.SWFVerificationResponse[2], vend, r->Link.SWFSize); in SHandShake()
1244 AMF_EncodeInt32(&r->Link.SWFVerificationResponse[6], vend, r->Link.SWFSize); in SHandShake()
1248 (uint8_t *)&r->Link.SWFVerificationResponse[10]); in SHandShake()
H A Drtmp.h195 char SWFVerificationResponse[RTMP_SWF_HASHLEN+10]; member
H A Drtmp.c2371 memcpy(buf, r->Link.SWFVerificationResponse, 42); in RTMP_SendCtrl()