Searched refs:IsoCalToken (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
H A D | iso_protocol.c | 155 static int32_t IsoCalToken(const IsoProtocol *protocol, Uint8Buff *token, bool isSelf) in IsoCalToken() function 364 res = IsoCalToken(impl, &tokenS, true); in ServerGenTokenProcEvent() 470 int32_t res = IsoCalToken(impl, &tokenS, false); in ClientGenTokenProcEvent() 482 res = IsoCalToken(impl, &tokenC, true); in ClientGenTokenProcEvent() 547 int32_t res = IsoCalToken(impl, &tokenC, false); in ServerGenSessKeyProcEvent()
|