Searched refs:processSession (Results 1 - 6 of 6) sorted by relevance
/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/ |
H A D | account_auth_plugin_proxy.c | 40 g_accountAuthPlugin->excuteCredMgrCmd == NULL || g_accountAuthPlugin->processSession == NULL || in SetAccountAuthPlugin() 74 if (g_accountAuthPlugin == NULL || g_accountAuthPlugin->processSession == NULL) { in ProcessAuthSession() 75 LOGE("[ACCOUNT_AUTH_PLUGIN]: processSession: Input params is invalid."); in ProcessAuthSession() 78 return g_accountAuthPlugin->processSession(sessionId, in, out, status); in ProcessAuthSession() 105 LOGI("[ACCOUNT_AUTH_PLUGIN]: processSession: plugin is invalid."); in HasAccountAuthPlugin()
|
/base/security/device_auth/services/key_agree_sdk/inc/ |
H A D | key_agree_session.h | 88 int32_t (*processSession)(struct SpekeSessionT *spekeSession, const KeyAgreeBlob *in, KeyAgreeBlob *out); member
|
/base/security/device_auth/interfaces/inner_api/ |
H A 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/ |
H A D | key_agree_sdk.c | 256 if (spekeSession->processSession(spekeSession, messageReceived, messageToTransmit) != HC_SUCCESS) { in KeyAgreeGenerateNextMessage()
|
H A D | key_agree_session.c | 868 res = spekeSession->processSession(spekeSession, in, out); in ProcessProtocolConfirm() 959 spekeSession->processSession = ProcessSpekeSession; in CreateSpekeSession()
|
/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 162 plugin.processSession = ProcessSessionTest; in HWTEST_F()
|
Completed in 6 milliseconds