Home
last modified time | relevance | path

Searched refs:processSession (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/services/frameworks/src/plugin_adapter/
Daccount_auth_plugin_proxy.c40 … g_accountAuthPlugin->excuteCredMgrCmd == NULL || g_accountAuthPlugin->processSession == NULL) { in SetAccountAuthPlugin()
73 if (g_accountAuthPlugin == NULL || g_accountAuthPlugin->processSession == NULL) { in ProcessAuthSession()
77 return g_accountAuthPlugin->processSession(sessionId, in, out, status); in ProcessAuthSession()
/base/security/device_auth/services/key_agree_sdk/inc/
Dkey_agree_session.h88 …int32_t (*processSession)(struct SpekeSessionT *spekeSession, const KeyAgreeBlob *in, KeyAgreeBlob… member
/base/security/device_auth/interfaces/inner_api/
Ddevice_auth_ext.h87 int32_t (*processSession)(int32_t *sessionId, const cJSON *in, cJSON *out, int32_t *status); member
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_sdk.c255 …if (spekeSession->processSession(spekeSession, messageReceived, messageToTransmit) != HC_SUCCESS) { in KeyAgreeGenerateNextMessage()
Dkey_agree_session.c868 res = spekeSession->processSession(spekeSession, in, out); in ProcessProtocolConfirm()
959 spekeSession->processSession = ProcessSpekeSession; in CreateSpekeSession()