Searched defs:spekeSession (Results 1 – 3 of 3) sorted by relevance
/base/security/device_auth/services/key_agree_sdk/src/ |
D | key_agree_sdk.c | 107 static int32_t InitKeyAgreeStartSessionParams(SpekeSession *spekeSession, const KeyAgreeBlob *share… in InitKeyAgreeStartSessionParams() 154 SpekeSession *spekeSession = CreateSpekeSession(); in KeyAgreeInitSession() local 202 SpekeSession *spekeSession = GetManagerInstance()->getSession(session); in KeyAgreeStartSession() local 237 SpekeSession *spekeSession = GetManagerInstance()->getSession(session); in KeyAgreeGenerateNextMessage() local 277 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeIsFinish() local 306 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeGetResult() local 337 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeFreeSession() local
|
D | key_agree_session.c | 363 static int32_t FillExtraData(SpekeSession *spekeSession, const CJson *jsonMessage) in FillExtraData() 396 static int32_t FillPskAndDeviceId(SpekeSession *spekeSession) in FillPskAndDeviceId() 486 static int32_t PackageMsgForPakeResponse(SpekeSession *spekeSession, CJson *outJson, PackageExtraDa… in PackageMsgForPakeResponse() 521 static int32_t BuildAndPutOutMessage(SpekeSession *spekeSession, KeyAgreeBlob *out, PackageExtraDat… in BuildAndPutOutMessage() 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() 650 static int32_t PakeClientVerifyConfirm(SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *o… in PakeClientVerifyConfirm() 668 static int32_t ProcessStep(ProtocolStep step, SpekeSession *spekeSession, CJson *inParams, KeyAgree… in ProcessStep() [all …]
|
D | key_agree_session_manager.c | 26 SpekeSession *spekeSession; member 76 static uint32_t AddSessionInner(KeyAgreeSession *session, SpekeSession *spekeSession) in AddSessionInner()
|