Searched refs:KeyAgreeStartSession (Results 1 – 3 of 3) sorted by relevance
/base/security/device_auth/test/unittest/deviceauth/source/ |
D | key_agree_sdk_test.cpp | 166 res = KeyAgreeStartSession(g_session, &g_sharedSecret, &g_deviceId, NULL); 176 res = KeyAgreeStartSession(g_session, &g_sharedSecret, NULL, NULL); 186 res = KeyAgreeStartSession(g_session, NULL, &g_deviceId, NULL); 196 res = KeyAgreeStartSession(NULL, &g_sharedSecret, &g_deviceId, NULL); 279 res = KeyAgreeStartSession(g_session, &g_sharedSecret, &g_deviceId, NULL); 282 res = KeyAgreeStartSession(g_session_s, &g_sharedSecret, &g_deviceId_s, NULL); 334 res = KeyAgreeStartSession(g_session, &g_sharedSecret, &g_deviceId, NULL); 337 res = KeyAgreeStartSession(g_session_s, &g_sharedSecret, &g_deviceId_s, NULL); 383 res = KeyAgreeStartSession(g_session, &g_sharedSecret, &g_deviceId, NULL); 386 res = KeyAgreeStartSession(g_session_s, &g_sharedSecret, &g_deviceId_s, NULL); [all …]
|
/base/security/device_auth/services/key_agree_sdk/inc/ |
D | key_agree_sdk.h | 97 KeyAgreeResult KeyAgreeStartSession(KeyAgreeSession *session, const KeyAgreeBlob *sharedSecret,
|
/base/security/device_auth/services/key_agree_sdk/src/ |
D | key_agree_sdk.c | 190 KeyAgreeResult KeyAgreeStartSession(KeyAgreeSession *session, const KeyAgreeBlob *sharedSecret, in KeyAgreeStartSession() function
|