Searched refs:AUTH_KEY (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_interface.c | 423 AUTH_LOGE(AUTH_KEY, "get local udid hash fail"); in FillAuthSessionInfo() 439 AUTH_LOGE(AUTH_KEY, "restore manager fail because copy uuid/udid fail"); in FillAuthSessionInfo() 450 AUTH_LOGE(AUTH_KEY, "restore manager fail because memcpy device key"); in AuthDirectOnlineProcessSessionKey() 455 AUTH_LOGE(AUTH_KEY, "set sessionkey fail, index=%{public}" PRId64, keyInfo->keyIndex); in AuthDirectOnlineProcessSessionKey() 461 AUTH_LOGE(AUTH_KEY, "authManager is null"); in AuthDirectOnlineProcessSessionKey() 479 AUTH_LOGE(AUTH_KEY, "authManager is null"); in AuthDirectOnlineWithoutSessionKey() 503 AUTH_LOGE(AUTH_KEY, "restore manager fail because device key not exist"); in AuthRestoreAuthManager() 509 AUTH_LOGE(AUTH_KEY, "restore manager fail because generate strhash"); in AuthRestoreAuthManager() 519 AUTH_LOGE(AUTH_KEY, "fill authSessionInfo fail"); in AuthRestoreAuthManager() 533 AUTH_LOGE(AUTH_KEY, "authHandle is null"); in AuthEncrypt() [all …]
|
H A D | auth_device.c | 198 AUTH_LOGE(AUTH_KEY, "encrypt trans data fail"); in AuthDevicePostTransData() 218 AUTH_LOGE(AUTH_KEY, "invalid param"); in AuthDeviceEncrypt() 228 AUTH_LOGE(AUTH_KEY, "auth encrypt fail"); in AuthDeviceEncrypt() 241 AUTH_LOGE(AUTH_KEY, "invalid param"); in AuthDeviceDecrypt() 251 AUTH_LOGE(AUTH_KEY, "auth decrypt fail, authId=%{public}" PRId64, authHandle->authId); in AuthDeviceDecrypt()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
H A D | auth_log.h | 29 AUTH_KEY, enumerator 39 { AUTH_KEY, 0xd005724, "AuthKey" },
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/dfx/log/unittest/src/ |
H A D | auth_log_test.cpp | 47 ExpectMatchSoftBusLogAttrs(AUTH_LABELS[++index], AUTH_KEY, ++authDomainBase, "AuthKey");
|