Home
last modified time | relevance | path

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

/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session_manager.c26 SpekeSession *spekeSession; member
76 static uint32_t AddSessionInner(KeyAgreeSession *session, SpekeSession *spekeSession) in AddSessionInner() argument
H A Dkey_agree_sdk.c107 static int32_t InitKeyAgreeStartSessionParams(SpekeSession *spekeSession, const KeyAgreeBlob *sharedSecret, in InitKeyAgreeStartSessionParams() argument
155 SpekeSession *spekeSession = CreateSpekeSession(osAccountId); KeyAgreeInitSession() local
203 SpekeSession *spekeSession = GetManagerInstance()->getSession(session); KeyAgreeStartSession() local
238 SpekeSession *spekeSession = GetManagerInstance()->getSession(session); KeyAgreeGenerateNextMessage() local
278 SpekeSession *spekeSession = sessionManager->getSession(session); KeyAgreeIsFinish() local
307 SpekeSession *spekeSession = sessionManager->getSession(session); KeyAgreeGetResult() local
338 SpekeSession *spekeSession = sessionManager->getSession(session); KeyAgreeFreeSession() local
[all...]
H A Dkey_agree_session.c363 static int32_t FillExtraData(SpekeSession *spekeSession, const CJson *jsonMessage) in FillExtraData() argument
396 static int32_t FillPskAndDeviceId(SpekeSession *spekeSession) in FillPskAndDeviceId() argument
486 PackageMsgForPakeResponse(SpekeSession *spekeSession, CJson *outJson, PackageExtraData packageExtraData) PackageMsgForPakeResponse() argument
521 BuildAndPutOutMessage(SpekeSession *spekeSession, KeyAgreeBlob *out, PackageExtraData packageExtraData) BuildAndPutOutMessage() argument
551 PakeResponse(SpekeSession *spekeSession, KeyAgreeBlob *out) PakeResponse() argument
572 CheckPeerProtocolVersion(SpekeSession *spekeSession, CJson *inParams) CheckPeerProtocolVersion() argument
588 PakeConfirm(SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *out) PakeConfirm() argument
624 PakeServerConfirm(SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *out) PakeServerConfirm() argument
650 PakeClientVerifyConfirm(SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *out) PakeClientVerifyConfirm() argument
668 ProcessStep(ProtocolStep step, SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *out) ProcessStep() argument
709 ProcessSpekeSession(SpekeSession *spekeSession, const KeyAgreeBlob *in, KeyAgreeBlob *out) ProcessSpekeSession() argument
737 InitSpekeSession(SpekeSession *spekeSession, KeyAgreeProtocol protocol) InitSpekeSession() argument
782 ProcessProtocolInitial(SpekeSession *spekeSession, KeyAgreeBlob *out) ProcessProtocolInitial() argument
826 ProcessProtocolConfirm(SpekeSession *spekeSession, const KeyAgreeBlob *in, KeyAgreeBlob *out) ProcessProtocolConfirm() argument
877 ProcessProtocolAgree(SpekeSession *spekeSession, const KeyAgreeBlob *in, KeyAgreeBlob *out) ProcessProtocolAgree() argument
894 CheckAndInitProtocol(SpekeSession *spekeSession, KeyAgreeProtocol protocol) CheckAndInitProtocol() argument
933 DestroySpekeSession(SpekeSession *spekeSession) DestroySpekeSession() argument
948 SpekeSession *spekeSession = (SpekeSession *)HcMalloc(sizeof(SpekeSession), 0); CreateSpekeSession() local
[all...]

Completed in 3 milliseconds