/base/security/certificate_framework/frameworks/common/v1.0/src/ |
D | cf_blob.c | 36 LOGD("The input blob is null, no need to free."); in CfBlobDataClearAndFree() 48 LOGD("The input encodingBlob is null, no need to free."); in CfEncodingBlobDataFree() 59 LOGD("The input array is null, no need to free."); in CfArrayDataClearAndFree()
|
/base/security/device_auth/services/frameworks/src/plugin_adapter/ |
D | account_lifecycle_plugin_proxy.c | 32 LOGD("[ACCOUNT_LIFE_PLUGIN]: Do worker task begin."); in DoWorkerTask() 47 LOGD("[ACCOUNT_LIFE_PLUGIN]: Do worker task end."); in DoWorkerTask() 61 LOGD("[ACCOUNT_LIFE_PLUGIN]: Destroy worker task begin."); in DestroyWorkerTask() 67 LOGD("[ACCOUNT_LIFE_PLUGIN]: Destroy worker task end."); in DestroyWorkerTask()
|
/base/security/device_auth/services/authenticators/src/account_related/ |
D | account_multi_task_manager.c | 28 LOGD("Task already exists, taskId: %d.", taskId); in IsManagerHasTaskId() 32 LOGD("Multi auth manager do not has task id(%d).", taskId); in IsManagerHasTaskId() 39 LOGD("The number of tasks reaches maximun."); in IsTaskNumUpToMax()
|
D | account_module.c | 104 LOGD("Begin process account related task, taskId: %d.", taskId); in ProcessAccountTask()
|
/base/security/crypto_framework/common/inc/ |
D | log.h | 44 #define LOGD(fmt, ...) (HcfLogPrint(HCF_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) macro 58 #define LOGD(fmt, ...) printf("[HCF][D][%s]: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth_mock/ |
D | account_unrelated_group_auth_mock.c | 21 LOGD("Device auth do not support account unrelated auth!"); in GetAccountUnrelatedGroupAuth()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth_mock/ |
D | account_related_group_auth_mock.c | 21 LOGD("Device auth do not support account related auth!"); in GetAccountRelatedGroupAuth()
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/ |
D | hc_log.h | 56 #define LOGD(fmt, ...) (DevAuthLogPrint(DEV_AUTH_LOG_LEVEL_DEBUG, __FUNCTION__, fmt, ##__VA_ARGS__)) macro 82 #define LOGD(fmt, ...) printf("[D][DEVAUTH]%s: " fmt "\n", __FUNCTION__, ##__VA_ARGS__) macro
|
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | dfx_log.h | 30 #define LOGD(fmt, ...) macro 66 #define LOGD(fmt, ...) DfxLog(DEBUG, LOG_DOMAIN, LOG_TAG, "[%s:%d]" fmt, (FILE_NAME), (__LINE__), #…
|
/base/security/crypto_framework/common/src/ |
D | blob.c | 35 LOGD("The input blob is null, no need to free."); in HcfBlobDataClearAndFree()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_related_group_auth/ |
D | account_related_group_auth.c | 160 LOGD("Failed to get peer userId from db!"); in IsPeerInAccountRelatedGroup() 178 LOGD("No identical-account group in db, no identical-account auth!"); in IsPeerInIdenticalGroup() 206 LOGD("Database don't have local device's across-account group info!"); in GaGetAccountGroup() 240 LOGD("userId is null in authParam."); in GetAccountCandidateGroup() 539 LOGD("Begin to transmit data to peer for auth in AccountOnFinishToPeer."); in AccountOnFinishToPeer() 544 LOGD("End to transmit data to peer for auth in AccountOnFinishToPeer."); in AccountOnFinishToPeer() 604 …LOGD("Peer trusted device is imported by cloud, we don't update peer device's trusted relationship… in AddTrustedDeviceForAccount() 680 LOGD("Group auth call onFinish for account related auth."); in AccountOnFinishToSelf() 701 LOGD("Failed to add peer trusted devices to database for account-related auth!"); in OnAccountFinish()
|
/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/ |
D | hc_log.h | 22 #define LOGD(fmt, ...) HILOG_DEBUG(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
|
/base/security/device_auth/services/frameworks/src/task_manager/ |
D | task_manager.c | 40 LOGD("Task thread is running!"); in InitTaskManager()
|
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth/ |
D | account_unrelated_group_auth.c | 92 LOGD("The input has no peerUdid in authParam!"); in AddPeerUdidToSelfData() 106 LOGD("No peerAuthId in auth session cached params!"); in AddPeerAuthIdToSelfData() 216 LOGD("Begin to transmit data to peer for auth in DasOnFinishToPeer."); in DasOnFinishToPeer() 221 LOGD("End to transmit data to peer for auth in DasOnFinishToPeer."); in DasOnFinishToPeer() 255 LOGD("Group auth call onFinish for account unrelated auth."); in DasOnFinishToSelf()
|
/base/hiviewdfx/hilog/platform/interface/native/ |
D | log.h | 45 #define LOGD(fmt, ...) LOG_PRINT(Debug, fmt, ##__VA_ARGS__) macro
|
/base/security/certificate_framework/frameworks/common/v1.0/inc/ |
D | cf_log.h | 66 #define LOGD CF_LOG_D macro
|
/base/security/crypto_framework/frameworks/crypto_operation/ |
D | signature.c | 158 LOGD("Set Parameter: %s", config->tag); in ParseSignatureParams() 401 LOGD("HcfSignCreate start"); in HcfSignCreate() 447 LOGD("HcfSignCreate end"); in HcfSignCreate() 453 LOGD("HcfVerifyCreate start"); in HcfVerifyCreate() 496 LOGD("HcfVerifyCreate end"); in HcfVerifyCreate()
|
/base/security/device_auth/services/authenticators/src/account_unrelated/ |
D | das_task_main.c | 80 LOGD("Not find payload."); in AddVersionToOut() 221 LOGD("There is no message code."); in IsPeerErrMessage() 404 LOGD("Protocol type: %d, unsupported method!", temp->type); in RegisterLocalIdentityInTask() 424 LOGD("Protocol type: %d, unsupported method!", temp->type); in UnregisterLocalIdentityInTask() 444 LOGD("Protocol type: %d, unsupported method!", temp->type); in DeletePeerAuthInfoInTask() 464 LOGD("Protocol type: %d, unsupported method!", temp->type); in GetPublicKeyInTask()
|
D | das_module.c | 56 …LOGD("There is no message code."); // There is no message code in the client's createTask request … in IsDasMsgNeedIgnore()
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
D | compatible_auth_sub_session_common.c | 326 LOGD("Begin transmit error msg to peer by session!"); in ReturnErrorToPeerBySession() 332 LOGD("End transmit error msg to peer by session!"); in ReturnErrorToPeerBySession() 360 LOGD("Begin transmit error msg to peer by task!"); in ReturnErrorToPeerByTask() 366 LOGD("End transmit error msg to peer by task!"); in ReturnErrorToPeerByTask() 448 LOGD("There is no alternative auth group."); in AuthOnNextGroupIfExist()
|
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/ |
D | signature_rsa_openssl.c | 98 LOGD("DestroyRsaSign success."); in DestroyRsaSign() 116 LOGD("DestroyRsaVerify success."); in DestroyRsaVerify() 197 LOGD("padding is pss, set mgf1 md"); in SetPaddingAndDigest() 405 LOGD("sign maxLen is %d", maxLen); in EngineSign() 521 LOGD("Set sign saltLen success"); in EngineSetSignSpecInt()
|
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/ |
D | iso_server_task.c | 81 LOGD("Authenticate task end."); in CreateNextTask()
|
/base/security/device_auth/services/frameworks/src/module/ |
D | version_util.c | 119 LOGD("There is not sendToPeer in json."); in AddSingleVersionToJson()
|
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/ |
D | pake_task_common.c | 192 LOGD("Get peer userType failed, use default."); in FillUserType() 252 LOGD("Get opCode failed, use default."); in FillDasPakeParams()
|
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
D | rsa_asy_key_generator_openssl.c | 633 LOGD("keygen bits is %d, primes is %d", params->bits, GetRealPrimes(params->primes)); in GenerateKeyPair() 661 LOGD("Generate keypair success."); in GenerateKeyPair() 913 LOGD("Generate keypair success."); in GenerateKeyPairBySpec() 940 LOGD("Generate pub key success."); in GeneratePubKeyBySpec() 959 LOGD("Generate pri key success."); in GeneratePriKeyBySpec() 1032 LOGD("set default primes 2"); in SetDefaultValue()
|