Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 25 of 60) sorted by relevance

123

/base/security/certificate_framework/frameworks/common/v1.0/src/
Dcf_blob.c36 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/
Daccount_lifecycle_plugin_proxy.c32 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/
Daccount_multi_task_manager.c28 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()
Daccount_module.c104 LOGD("Begin process account related task, taskId: %d.", taskId); in ProcessAccountTask()
/base/security/crypto_framework/common/inc/
Dlog.h44 #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/
Daccount_unrelated_group_auth_mock.c21 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/
Daccount_related_group_auth_mock.c21 LOGD("Device auth do not support account related auth!"); in GetAccountRelatedGroupAuth()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/linux/
Dhc_log.h56 #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/
Ddfx_log.h30 #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/
Dblob.c35 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/
Daccount_related_group_auth.c160 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()
604LOGD("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/
Dhc_log.h22 #define LOGD(fmt, ...) HILOG_DEBUG(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__) macro
/base/security/device_auth/services/frameworks/src/task_manager/
Dtask_manager.c40 LOGD("Task thread is running!"); in InitTaskManager()
/base/security/device_auth/services/group_auth/src/group_auth_manager/account_unrelated_group_auth/
Daccount_unrelated_group_auth.c92 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/
Dlog.h45 #define LOGD(fmt, ...) LOG_PRINT(Debug, fmt, ##__VA_ARGS__) macro
/base/security/certificate_framework/frameworks/common/v1.0/inc/
Dcf_log.h66 #define LOGD CF_LOG_D macro
/base/security/crypto_framework/frameworks/crypto_operation/
Dsignature.c158 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/
Ddas_task_main.c80 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()
Ddas_module.c56LOGD("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/
Dcompatible_auth_sub_session_common.c326 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/
Dsignature_rsa_openssl.c98 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/
Diso_server_task.c81 LOGD("Authenticate task end."); in CreateNextTask()
/base/security/device_auth/services/frameworks/src/module/
Dversion_util.c119 LOGD("There is not sendToPeer in json."); in AddSingleVersionToJson()
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/
Dpake_task_common.c192 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/
Drsa_asy_key_generator_openssl.c633 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()

123