Searched refs:IsoGenSessionKey (Results 1 – 2 of 2) sorted by relevance
213 static int IsoGenSessionKey(IsoBaseParams *params, Uint8Buff *pskBuf, bool isClient) in IsoGenSessionKey() function316 res = IsoGenSessionKey(params, &pskBuf, true); in IsoClientGenSessionKey()377 res = IsoGenSessionKey(params, &pskBuf, false); in IsoServerGenSessionKeyAndCalToken()
210 static int32_t IsoGenSessionKey(IsoProtocol *impl, bool isClient) in IsoGenSessionKey() function567 res = IsoGenSessionKey(impl, false); in ServerGenSessKeyProcEvent()638 res = IsoGenSessionKey(impl, true); in ClientGenSessKeyProcEvent()