Searched refs:processSession (Results 1 – 5 of 5) sorted by relevance
/base/security/device_auth/services/frameworks/src/plugin_adapter/ |
D | account_auth_plugin_proxy.c | 40 … 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/ |
D | key_agree_session.h | 88 …int32_t (*processSession)(struct SpekeSessionT *spekeSession, const KeyAgreeBlob *in, KeyAgreeBlob… member
|
/base/security/device_auth/interfaces/inner_api/ |
D | device_auth_ext.h | 87 int32_t (*processSession)(int32_t *sessionId, const cJSON *in, cJSON *out, int32_t *status); member
|
/base/security/device_auth/services/key_agree_sdk/src/ |
D | key_agree_sdk.c | 255 …if (spekeSession->processSession(spekeSession, messageReceived, messageToTransmit) != HC_SUCCESS) { in KeyAgreeGenerateNextMessage()
|
D | key_agree_session.c | 868 res = spekeSession->processSession(spekeSession, in, out); in ProcessProtocolConfirm() 959 spekeSession->processSession = ProcessSpekeSession; in CreateSpekeSession()
|