Lines Matching refs:secretKey
114 (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()
1274 InitRC4Encryption(secretKey, in SHandShake()