Home
last modified time | relevance | path

Searched refs:getSession (Results 1 – 3 of 3) sorted by relevance

/base/security/device_auth/services/key_agree_sdk/inc/
Dkey_agree_session_manager.h25 SpekeSession *(*getSession)(KeyAgreeSession *sessionId); member
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_sdk.c202 SpekeSession *spekeSession = GetManagerInstance()->getSession(session); in KeyAgreeStartSession()
237 SpekeSession *spekeSession = GetManagerInstance()->getSession(session); in KeyAgreeGenerateNextMessage()
277 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeIsFinish()
306 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeGetResult()
337 SpekeSession *spekeSession = sessionManager->getSession(session); in KeyAgreeFreeSession()
Dkey_agree_session_manager.c144 .getSession = GetSessionInner,