Searched refs:IsoGenSessionKey (Results 1 - 2 of 2) sorted by relevance
/base/security/device_auth/services/protocol/src/iso_protocol/ |
H A D | iso_protocol_common.c | 213 static int IsoGenSessionKey(IsoBaseParams *params, Uint8Buff *pskBuf, bool isClient) in IsoGenSessionKey() function 316 res = IsoGenSessionKey(params, &pskBuf, true); in IsoClientGenSessionKey() 318 LOGE("IsoGenSessionKey failed, res: %x.", res); in IsoClientGenSessionKey() 377 res = IsoGenSessionKey(params, &pskBuf, false); in IsoServerGenSessionKeyAndCalToken() 379 LOGE("IsoGenSessionKey failed, res: %x.", res); in IsoServerGenSessionKeyAndCalToken()
|
/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
H A D | iso_protocol.c | 210 static int32_t IsoGenSessionKey(IsoProtocol *impl, bool isClient) in IsoGenSessionKey() function 567 res = IsoGenSessionKey(impl, false); in ServerGenSessKeyProcEvent() 569 LOGE("IsoGenSessionKey failed, res: %d", res); in ServerGenSessKeyProcEvent() 638 res = IsoGenSessionKey(impl, true); in ClientGenSessKeyProcEvent() 640 LOGE("IsoGenSessionKey failed, res: %x.", res); in ClientGenSessKeyProcEvent()
|
Completed in 3 milliseconds