Searched defs:selfCred (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/ |
H A D | dev_session_v2.c | 553 …tic int32_t GetPreSharedCredInfo(SessionImpl *impl, const CJson *credInfo, IdentityInfo **selfCred) in GetPreSharedCredInfo() 644 static int32_t GetCertCredInfo(SessionImpl *impl, const CJson *credInfo, IdentityInfo **selfCred) in GetCertCredInfo() 1431 static int32_t GetSharedSecret(SessionImpl *impl, const CJson *inputData, IdentityInfo *selfCred, U… in GetSharedSecret() 1514 static int32_t GenerateHandshakeRspEventData(SessionImpl *impl, IdentityInfo *selfCred, CJson *even… in GenerateHandshakeRspEventData() 1533 static int32_t AddHandshakeRspMsg(SessionImpl *impl, IdentityInfo *selfCred, CJson *sessionMsg) in AddHandshakeRspMsg() 1670 static int32_t CredNegotiate(SessionImpl *impl, const CJson *inputData, IdentityInfo *selfCred) in CredNegotiate() 1745 IdentityInfo *selfCred = HC_VECTOR_GET(&impl->credList, 0); in ProcHandshakeReqEventInner() local 1805 IdentityInfo *selfCred = impl->credList.get(&impl->credList, 0); in ProcHandshakeRspEventInner() local 1938 IdentityInfo *selfCred = HC_VECTOR_GET(&impl->credList, 0); in ProcAuthEventInner() local
|