Home
last modified time | relevance | path

Searched refs:processSession (Results 1 - 6 of 6) sorted by relevance

/base/security/device_auth/services/frameworks/src/plugin_adapter/ext_part/
H A Daccount_auth_plugin_proxy.c40 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 Dkey_agree_session.h88 int32_t (*processSession)(struct SpekeSessionT *spekeSession, const KeyAgreeBlob *in, KeyAgreeBlob *out); member
/base/security/device_auth/interfaces/inner_api/
H A 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/
H A Dkey_agree_sdk.c256 if (spekeSession->processSession(spekeSession, messageReceived, messageToTransmit) != HC_SUCCESS) { in KeyAgreeGenerateNextMessage()
H A Dkey_agree_session.c868 res = spekeSession->processSession(spekeSession, in, out); in ProcessProtocolConfirm()
959 spekeSession->processSession = ProcessSpekeSession; in CreateSpekeSession()
/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp162 plugin.processSession = ProcessSessionTest; in HWTEST_F()

Completed in 6 milliseconds