Home
last modified time | relevance | path

Searched defs:spekeSession (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_sdk.c107 static int32_t InitKeyAgreeStartSessionParams(SpekeSession *spekeSession, const KeyAgreeBlob *share… in InitKeyAgreeStartSessionParams()
155 SpekeSession *spekeSession = CreateSpekeSession(osAccountId); in KeyAgreeInitSession() local
203 SpekeSession *spekeSession = GetManagerInstance()->getSession(session); in KeyAgreeStartSession() local
238 SpekeSession *spekeSession = GetManagerInstance()->getSession(session); in KeyAgreeGenerateNextMessage() local
278 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeIsFinish() local
307 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeGetResult() local
338 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeFreeSession() local
H A Dkey_agree_session.c363 static int32_t FillExtraData(SpekeSession *spekeSession, const CJson *jsonMessage) in FillExtraData()
396 static int32_t FillPskAndDeviceId(SpekeSession *spekeSession) in FillPskAndDeviceId()
551 static int32_t PakeResponse(SpekeSession *spekeSession, KeyAgreeBlob *out) in PakeResponse()
572 static int32_t CheckPeerProtocolVersion(SpekeSession *spekeSession, CJson *inParams) in CheckPeerProtocolVersion()
588 static int32_t PakeConfirm(SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *out) in PakeConfirm()
624 static int32_t PakeServerConfirm(SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *out) in PakeServerConfirm()
737 static int32_t InitSpekeSession(SpekeSession *spekeSession, KeyAgreeProtocol protocol) in InitSpekeSession()
782 static int32_t ProcessProtocolInitial(SpekeSession *spekeSession, KeyAgreeBlob *out) in ProcessProtocolInitial()
894 static int32_t CheckAndInitProtocol(SpekeSession *spekeSession, KeyAgreeProtocol protocol) in CheckAndInitProtocol()
933 void DestroySpekeSession(SpekeSession *spekeSession) in DestroySpekeSession()
[all …]
H A Dkey_agree_session_manager.c26 SpekeSession *spekeSession; member
76 static uint32_t AddSessionInner(KeyAgreeSession *session, SpekeSession *spekeSession) in AddSessionInner()