Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h114 (uint8_t * secretKey, in InitRC4Encryption() argument
125 HMAC_setup(ctx, secretKey, 128); in InitRC4Encryption()
134 HMAC_setup(ctx, secretKey, 128); in InitRC4Encryption()
887 uint8_t secretKey[128] = { 0 }; in HandShake() local
894 128, secretKey); in HandShake()
902 RTMP_LogHex(RTMP_LOGDEBUG, secretKey, 128); in HandShake()
904 InitRC4Encryption(secretKey, in HandShake()
1256 uint8_t secretKey[128] = { 0 }; in SHandShake() local
1264 secretKey); in SHandShake()
1272 RTMP_LogHex(RTMP_LOGDEBUG, secretKey, 128); in SHandShake()
[all …]