Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/protocol/src/iso_protocol/
H A Diso_protocol_common.c213 static int IsoGenSessionKey(IsoBaseParams *params, Uint8Buff *pskBuf, bool isClient) in IsoGenSessionKey() function
316 res = IsoGenSessionKey(params, &pskBuf, true); in IsoClientGenSessionKey()
377 res = IsoGenSessionKey(params, &pskBuf, false); in IsoServerGenSessionKeyAndCalToken()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol.c210 static int32_t IsoGenSessionKey(IsoProtocol *impl, bool isClient) in IsoGenSessionKey() function
567 res = IsoGenSessionKey(impl, false); in ServerGenSessKeyProcEvent()
638 res = IsoGenSessionKey(impl, true); in ClientGenSessKeyProcEvent()