Home
last modified time | relevance | path

Searched refs:HILOG_MODULE_SCY (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_log.h22 #define LOGD(fmt, ...) HILOG_DEBUG(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__)
23 #define LOGI(fmt, ...) HILOG_INFO(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__)
24 #define LOGW(fmt, ...) HILOG_WARN(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__)
25 #define LOGE(fmt, ...) HILOG_ERROR(HILOG_MODULE_SCY, fmt, ##__VA_ARGS__)
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_log_lite.c29 HILOG_ERROR(HILOG_MODULE_SCY, "Cipher log malloc fail"); in CipherLog()
39 HILOG_ERROR(HILOG_MODULE_SCY, "Cipher log concatenate error."); in CipherLog()
48 HILOG_ERROR(HILOG_MODULE_SCY, "%s[%u]: %s\n", funcName, lineNo, buf); in CipherLog()
50 … HILOG_ERROR(HILOG_MODULE_SCY, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CipherLog()
/ohos5.0/base/security/huks/utils/file_operator/
H A Dhks_file_operator_lite.c118 HILOG_ERROR(HILOG_MODULE_SCY, "failed to open file, errno = 0x%{public}X", errno); in FileRead()
128 HILOG_ERROR(HILOG_MODULE_SCY, "failed to read file, errno = 0x%{public}X", errno); in FileRead()
155 HILOG_ERROR(HILOG_MODULE_SCY, "open file failed, errno = 0x%{public}X", errno); in FileWrite()
164 HILOG_ERROR(HILOG_MODULE_SCY, "write file size failed, errno = 0x%{public}X", errno); in FileWrite()
218 HILOG_ERROR(HILOG_MODULE_SCY, "mkdir failed, errno = 0x%{public}X", errno); in HksMakeDir()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_hmac.c70 … HILOG_ERROR(HILOG_MODULE_SCY, "Mbedtls ctr drbg random failed! mbedtls ret = 0x%{public}X", ret); in HksMbedtlsHmacGenerateKey()
100 HILOG_ERROR(HILOG_MODULE_SCY, "Mbedtls hmac failed! mbedtls ret = 0x%{public}X", ret); in HksMbedtlsHmac()
H A Dhks_mbedtls_common.c103 HILOG_ERROR(HILOG_MODULE_SCY, "Mbedtls random failed! mbedtls ret = 0x%{public}X", ret); in HksMbedtlsFillRandom()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_log.h45 #define LOG_ENGINE HILOG_MODULE_SCY
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/
H A Dhiview_log.h112 HILOG_MODULE_SCY, enumerator
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_log.c52 HiLogRegisterModule(HILOG_MODULE_SCY, "SCY") == FALSE || in HiLogInit()