/base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite/ |
H A D | hiview_log.h | 300 * @param mod Identifies the module. The module ID, which must be globally unique, is defined in 314 #define HILOG_DEBUG(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_DEBUG, FUN_ARG_NUM(__VA_ARGS__), fmt, ##__VA_ARGS__) 316 #define HILOG_DEBUG(mod, fmt, ...) 322 * @param mod Identifies the module. The module ID, which must be globally unique, is defined in 336 #define HILOG_INFO(mod, fmt, ...) HiLogPrintf(mod, HILOG_LV_INFO, FUN_ARG_NUM(__VA_ARGS__), fmt, ##__VA_ARGS__) 338 #define HILOG_INFO(mod, fmt, ...) 344 * @param mod Identifies the module. The module ID, which must be globally unique, is defined in 358 #define HILOG_WARN(mod, fm [all...] |
/base/hiviewdfx/hilog_lite/command/ |
H A D | hilog_command.c | 93 int SetOutputDomain(const char *mod) in SetOutputDomain() argument 95 if ((mod == NULL) || (strlen(mod) == 1)) { in SetOutputDomain() 99 int len = strlen(mod); in SetOutputDomain() 108 if (strncpy_s(g_hiviewConfig.logOutputModule + destStart, modSize - destStart, mod + sourceStart, copyLen) != 0) { in SetOutputDomain() 109 printf("Copy log domain fail : %s \n", mod); in SetOutputDomain()
|
/base/hiviewdfx/hievent_lite/command/ |
H A D | hievent_lite_command.h | 35 boolean OpenLogOutputModule(uint8 mod);
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_photo_operator.cpp | 57 size_t mod = dataByte % SIZET_THREE; in EnCode() local 58 if (mod == 1) { in EnCode() 63 } else if (mod == SIZET_TWO) { in EnCode()
|
/base/security/crypto_framework/interfaces/kits/native/include/ |
H A D | crypto_sym_cipher.h | 131 * @param mod Indicates the crypto mode is encryption or decryption. 143 OH_Crypto_ErrCode OH_CryptoSymCipher_Init(OH_CryptoSymCipher *ctx, Crypto_CipherMode mod,
|
/base/security/crypto_framework/frameworks/native/src/ |
H A D | sym_cipher.c | 113 OH_Crypto_ErrCode OH_CryptoSymCipher_Init(OH_CryptoSymCipher *ctx, Crypto_CipherMode mod, in OH_CryptoSymCipher_Init() argument 119 HcfResult ret = ctx->init((HcfCipher *)ctx, (enum HcfCryptoMode)mod, (HcfKey *)key, (HcfParamsSpec *)params); in OH_CryptoSymCipher_Init()
|
/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter_lite.c | 83 static int32_t InitRsaPkCtx(const struct HksBlob *mod, const struct HksBlob *e, mbedtls_pk_context *ctx)
in InitRsaPkCtx() argument 98 ret = mbedtls_mpi_read_binary(&mpiN, mod->data, mod->size);
in InitRsaPkCtx() 128 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlob *x509Key)
in RsaToX509PublicKey() argument 135 ret = InitRsaPkCtx(mod, e, &ctx);
in RsaToX509PublicKey()
|
H A D | hks_client_service_adapter.c | 80 static int32_t RsaToX509PublicKey(const struct HksBlob *mod, const struct HksBlob *e, struct HksBlob *x509Key)
in RsaToX509PublicKey() argument 92 rsaN = BN_bin2bn(mod->data, mod->size, NULL);
in RsaToX509PublicKey()
|
/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_log.c | 28 #define LOG_IS_OUTPUT(mod) (g_hiviewConfig.logOutputModule & (((uint64_t)1) << (mod)))
|
/base/startup/hvb/libhvb/src/cert/ |
H A D | hvb_cert.c | 389 * raw_pubk: |bit_length|n0|mod|p_rr| 395 struct hvb_buf mod; in hvb_cert_pubk_parser() local 416 if (!_decode_octets(&mod, bit_length / 8, &p, end)) { in hvb_cert_pubk_parser() 417 hvb_print("error, dc mod.\n"); in hvb_cert_pubk_parser() 428 pubk->pn = mod.addr; in hvb_cert_pubk_parser() 429 pubk->nlen = mod.size; in hvb_cert_pubk_parser()
|