/base/security/device_auth/services/frameworks/inc/hiview_adapter/ |
D | hisysevent_adapter.h | 21 #define DEV_AUTH_REPORT_CALL_EVENT(a, b, c, d) argument 35 #define DEV_AUTH_REPORT_CALL_EVENT(a, b, c, d) DevAuthReportCallEvent(a, b, c, d) argument
|
/base/telephony/telephony_data/entry/src/main/ets/common/utils/ |
D | LogUtils.ts | 20 d(TAG, msg): void { method in LogUtils
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
D | hks_openssl_ed25519tox25519.h | 26 BIGNUM *d; // A non-zero element in the finite filed member
|
/base/update/updater/services/diffpatch/ |
D | diffpatch.cpp | 95 auto d = buffer.buffer[i]; in PatchMapFile() local
|
/base/startup/init/test/unittest/modules/ |
D | eng_unittest.cpp | 46 DIR *d = opendir(strPath.c_str()); in RemoveDir() local
|
/base/hiviewdfx/hilog/frameworks/libhilog/utils/ |
D | log_print.cpp | 71 static inline uint32_t ShortDomain(uint32_t d) in ShortDomain()
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
D | cert_manager_query.c | 60 void *d = CmOpenDir(useridPath); in ConstrutPathList() local 267 void *d = CmOpenDir(path); in CreateCertFile() local
|
D | cert_manager_file.c | 110 void *d = CmOpenDir(path); in GetFileNames() local
|
/base/update/updater/test/unittest/utils/json/ |
D | utils_json_visitor_test.cpp | 146 D d {}; variable
|
/base/security/device_security_level/baselib/utils/src/ |
D | utils_base64.c | 135 uint32_t d = g_base64DecodeTable[from[i++]]; in Base64Decode() local
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
D | hisysevent_c.h | 74 double d; member
|
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
D | rsa_asy_key_generator_openssl.c | 182 const BIGNUM *d = Openssl_RSA_get0_d(impl->sk); in GetRsaPriKeySpecBigInteger() local 796 BIGNUM **e, BIGNUM **d) in ParseRsaBnFromBin() 834 BIGNUM *d = NULL; in InitRsaStructByBin() local
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
D | hisysevent_record.cpp | 37 static inline bool InValidRange(double d, T min, U max) in InValidRange() 52 static inline bool InValidRange(double d, T min, U max) in InValidRange()
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
D | hks_device_sec_test.cpp | 239 static void FreeBuf(uint8_t *a, uint8_t *b, uint8_t *c, uint8_t *d, uint8_t *e) in FreeBuf()
|
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
D | dfx_crasher.cpp | 168 char d[1024][1024][1024] = { { {'1'} } }; in StackOverflow() local
|
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/ |
D | crypto_hash_to_point.c | 30 BIGNUM *d; member
|
/base/update/updater/utils/ |
D | utils.cpp | 198 auto d = shaDigest[i]; in ConvertSha256Hex() local 596 DIR *d = opendir(strPath.c_str()); in RemoveDir() local
|
/base/update/updater/services/package/pkg_manager/ |
D | pkg_utils.cpp | 275 auto d = shaDigest[i]; in GetFileSize() local
|
/base/hiviewdfx/faultloggerd/tools/crasher_c/ |
D | dfx_crasher.c | 165 char d[1024][1024][1024] = { { {'1'} } }; in StackOverflow() local
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
D | hks_mbedtls_rsa.c | 193 mbedtls_mpi d; in RsaKeyMaterialToCtx() local
|
/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
D | openssl_adapter.c | 560 int Openssl_RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in Openssl_RSA_set0_key() 565 void Openssl_RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in Openssl_RSA_get0_key() 570 const BIGNUM *Openssl_RSA_get0_n(const RSA *d) in Openssl_RSA_get0_n() 575 const BIGNUM *Openssl_RSA_get0_e(const RSA *d) in Openssl_RSA_get0_e() 580 const BIGNUM *Openssl_RSA_get0_d(const RSA *d) in Openssl_RSA_get0_d()
|
/base/security/crypto_framework/test/unittest/src/ |
D | openssl_adapter_mock.c | 875 int Openssl_RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in Openssl_RSA_set0_key() 880 void Openssl_RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in Openssl_RSA_get0_key() 885 const BIGNUM *Openssl_RSA_get0_n(const RSA *d) in Openssl_RSA_get0_n() 890 const BIGNUM *Openssl_RSA_get0_e(const RSA *d) in Openssl_RSA_get0_e() 895 const BIGNUM *Openssl_RSA_get0_d(const RSA *d) in Openssl_RSA_get0_d()
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
D | openssl_rsa_helper.c | 173 BIGNUM *d = NULL; in InitRsa() local
|
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/ |
D | cipher_rsa_openssl.c | 86 const BIGNUM *d = NULL; in DuplicateRsaFromKey() local
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
D | hks_openssl_rsa.c | 119 BIGNUM *d = NULL; in InitRsaStruct() local
|