Home
last modified time | relevance | path

Searched defs:selfToken (Results 1 – 3 of 3) sorted by relevance

/base/security/device_auth/services/protocol/src/iso_protocol/
Diso_protocol_common.c134 static int IsoCalPeerToken(const IsoBaseParams *params, Uint8Buff *selfToken) in IsoCalPeerToken()
246 … IsoClientCheckAndGenToken(IsoBaseParams *params, const Uint8Buff *peerToken, Uint8Buff *selfToken) in IsoClientCheckAndGenToken()
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
Diso_server_protocol_task.c83 uint8_t *selfToken = (uint8_t *)HcMalloc(ISO_TOKEN_LEN, 0); in IsoServerStart() local
Diso_client_protocol_task.c170 uint8_t selfToken[ISO_TOKEN_LEN] = { 0 }; in CalculateTokenClient() local