Searched refs:FAST_AUTH (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 85 JSON_AddStringToObject(json, FAST_AUTH, "jsontest"); in HWTEST_F() 87 OptString(json, FAST_AUTH, target, 10, ""); in HWTEST_F() 203 JSON_AddStringToObject(obj, FAST_AUTH, encryptedFastAuth); in HWTEST_F() 261 JSON_AddStringToObject(obj, FAST_AUTH, "encryptedFastAuth"); in HWTEST_F()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 171 #define FAST_AUTH "fastauth" macro 257 JSON_AddStringToObject(obj, FAST_AUTH, encryptFastAuth); in PackFastAuthValue() 691 if (!JSON_GetStringFromOject(obj, FAST_AUTH, encryptedFastAuth, ENCRYPTED_FAST_AUTH_MAX_LEN)) { in UnpackFastAuth()
|
Completed in 5 milliseconds