Searched refs:encryptedFastAuth (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 513 static void ParseFastAuthValue(AuthSessionInfo *info, const char *encryptedFastAuth, AuthDeviceKeyInfo *deviceKey) in ParseFastAuthValue() argument 517 encryptedFastAuth, strlen(encryptedFastAuth)) != SOFTBUS_OK) { in ParseFastAuthValue() 521 uint32_t bytesLen = strlen(encryptedFastAuth) >> 1; in ParseFastAuthValue() 690 char encryptedFastAuth[ENCRYPTED_FAST_AUTH_MAX_LEN] = {0}; in UnpackFastAuth() local 691 if (!JSON_GetStringFromOject(obj, FAST_AUTH, encryptedFastAuth, ENCRYPTED_FAST_AUTH_MAX_LEN)) { in UnpackFastAuth() 695 AUTH_LOGE(AUTH_FSM, "unpack fastAuthTag=%{public}s", encryptedFastAuth); in UnpackFastAuth() 718 ParseFastAuthValue(info, encryptedFastAuth, &deviceKey); in UnpackFastAuth()
|
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 193 const char *encryptedFastAuth = "encryptedFastAuth"; in HWTEST_F() local 200 ParseFastAuthValue(&info, encryptedFastAuth, &deviceKey); in HWTEST_F() 203 JSON_AddStringToObject(obj, FAST_AUTH, encryptedFastAuth); in HWTEST_F() 261 JSON_AddStringToObject(obj, FAST_AUTH, "encryptedFastAuth"); in HWTEST_F()
|
Completed in 5 milliseconds