Home
last modified time | relevance | path

Searched refs:encryptedFastAuth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_json.c513 static void ParseFastAuthValue(AuthSessionInfo *info, const char *encryptedFastAuth, AuthDeviceKeyI… 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()
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp193 const char *encryptedFastAuth = "encryptedFastAuth"; variable
200 ParseFastAuthValue(&info, encryptedFastAuth, &deviceKey);
203 JSON_AddStringToObject(obj, FAST_AUTH, encryptedFastAuth);