Home
last modified time | relevance | path

Searched refs:KeyAgreeStartSession (Results 1 - 3 of 3) sorted by relevance

/base/security/device_auth/test/unittest/deviceauth/source/
H A Dkey_agree_sdk_test.cpp175 res = KeyAgreeStartSession(g_session, &g_sharedSecret, &g_deviceId, NULL); in HWTEST_F()
186 res = KeyAgreeStartSession(g_session, &g_sharedSecret, NULL, NULL); in HWTEST_F()
197 res = KeyAgreeStartSession(g_session, NULL, &g_deviceId, NULL); in HWTEST_F()
208 res = KeyAgreeStartSession(NULL, &g_sharedSecret, &g_deviceId, NULL); in HWTEST_F()
292 res = KeyAgreeStartSession(g_session, &g_sharedSecret, &g_deviceId, NULL); in HWTEST_F()
295 res = KeyAgreeStartSession(g_session_s, &g_sharedSecret, &g_deviceId_s, NULL); in HWTEST_F()
348 res = KeyAgreeStartSession(g_session, &g_sharedSecret, &g_deviceId, NULL); in HWTEST_F()
351 res = KeyAgreeStartSession(g_session_s, &g_sharedSecret, &g_deviceId_s, NULL); in HWTEST_F()
398 res = KeyAgreeStartSession(g_session, &g_sharedSecret, &g_deviceId, NULL); in HWTEST_F()
401 res = KeyAgreeStartSession(g_session_ in HWTEST_F()
[all...]
/base/security/device_auth/services/key_agree_sdk/inc/
H A Dkey_agree_sdk.h98 KeyAgreeResult KeyAgreeStartSession(KeyAgreeSession *session, const KeyAgreeBlob *sharedSecret,
/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_sdk.c191 KeyAgreeResult KeyAgreeStartSession(KeyAgreeSession *session, const KeyAgreeBlob *sharedSecret, in KeyAgreeStartSession() function

Completed in 3 milliseconds