Searched defs:peerToken (Results 1 – 6 of 6) sorted by relevance
138 static int ParseServerStartMessage(IsoParams *params, const CJson *in, Uint8Buff *peerToken) in ParseServerStartMessage()167 uint8_t peerToken[ISO_TOKEN_LEN] = { 0 }; in CalculateTokenClient() local
158 uint8_t *peerToken = NULL; in CalTokenAndGenSessionKey() local
166 …int32_t ParseIsoAuthServerGetTokenMsg(IsoAuthParams *params, const CJson *in, Uint8Buff *peerToken) in ParseIsoAuthServerGetTokenMsg()250 uint8_t peerToken[HMAC_TOKEN_SIZE] = { 0 }; in IsoAuthClientGetToken() local
249 uint8_t peerToken[HMAC_TOKEN_SIZE] = { 0 }; in IsoAuthServerCalTokenAndSessionKey() local
254 int IsoClientCheckAndGenToken(IsoBaseParams *params, const Uint8Buff *peerToken, Uint8Buff *selfTok… in IsoClientCheckAndGenToken()
866 Uint8Buff peerToken = { 0 }; variable