/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/ |
D | crypto_hash_to_point.c | 112 const struct CurveConstPara *curvePara, BIGNUM *b, BN_CTX *ctx) in CurveHashToPointCalcB() 153 static int32_t CurveHashToPointCalcA(const BIGNUM *b, in CurveHashToPointCalcA() 199 static int32_t CurveHashToPointCalcC(const BIGNUM *a, BIGNUM *b, in CurveHashToPointCalcC() 270 BIGNUM *b = BN_new(); in CurveHashToPoint() local
|
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
D | system_ability.h | 25 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
|
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
D | ecc_asy_key_generator_openssl.c | 48 BIGNUM *b; member 59 static HcfResult CheckEc224CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc224CurveId() 84 static HcfResult CheckEc256CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc256CurveId() 109 static HcfResult CheckEc384CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc384CurveId() 134 static HcfResult CheckEc521CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckEc521CurveId() 159 static HcfResult CheckBP160r1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP160r1CurveId() 184 static HcfResult CheckBP160t1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP160t1CurveId() 209 static HcfResult CheckBP192r1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP192r1CurveId() 234 static HcfResult CheckBP192t1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP192t1CurveId() 259 static HcfResult CheckBP224r1CurveId(BIGNUM *p, BIGNUM *b, BIGNUM *x, BIGNUM *y) in CheckBP224r1CurveId() [all …]
|
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/ |
D | cert_manager_status.h | 58 #define CM_BLOB(b) (struct CmBlob) { .size = (b)->size, .data = (uint8_t *) (b)->data } argument 60 #define HKS_BLOB(b) (struct HksBlob) { .size = (b)->size, .data = (uint8_t *) (b)->data } argument
|
/base/sensors/miscdevice/interfaces/inner_api/light/ |
D | light_agent_type.h | 85 uint8_t b; /** Blue value range 0-255. */ member 100 uint8_t b; /** Blue value range 0-255. */ member
|
/base/security/security_component_manager/frameworks/common/src/ |
D | sec_comp_tool.cpp | 43 static inline double MaxValue(double a, double b, double c) in MaxValue() 48 static inline double MinValue(double a, double b, double c) in MinValue() 59 static HsvColor RgbToHsv(uint8_t r, uint8_t g, uint8_t b) in RgbToHsv()
|
/base/startup/hvb/libhvb/src/crypto/ |
D | hvb_rsa.c | 153 static void lin_mul_word(unsigned long a, unsigned long b, unsigned long *res_hi, unsigned long *re… in lin_mul_word() 227 #define dword_add_word(a, b, r) \ argument 233 static void montgomery_mul_add(struct long_int_num *p_a, unsigned long b, struct long_int_num *p_n, in montgomery_mul_add()
|
/base/security/device_security_level/baselib/utils/src/ |
D | utils_base64.c | 80 uint32_t b = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local 133 uint32_t b = g_base64DecodeTable[from[i++]]; in Base64Decode() local
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/ |
D | hks_openssl_ed25519tox25519.h | 34 BIGNUM *b; member
|
/base/powermgr/display_manager/brightness_manager/include/ |
D | brightness_base.h | 60 inline bool IsEqualF(float a, float b) in IsEqualF()
|
/base/update/updater/services/ui/view/ |
D | view_api.cpp | 81 auto b = getNextField(); in StrToColor() local
|
/base/powermgr/powermgr_lite/frameworks/include/ |
D | running_lock_entry.h | 52 …c inline BOOL IsSameRunningLockIdentity(const RunningLockIdentity *a, const RunningLockIdentity *b) in IsSameRunningLockIdentity()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
D | dfx_maps.cpp | 269 [](const std::shared_ptr<DfxMap>& a, const std::shared_ptr<DfxMap>& b) { in Sort() 279 [](const std::shared_ptr<DfxMap>& a, const std::shared_ptr<DfxMap>& b) { in Sort()
|
/base/request/request/frameworks/js/napi/src/ |
D | utf8_utils.cpp | 25 size_t Utf8CharWidth(uint8_t b) in Utf8CharWidth()
|
/base/hiviewdfx/faultloggerd/common/cutil/ |
D | musl_cutil.h | 103 char b; in GetRealPid() local
|
D | dfx_cutil.c | 102 char b; in GetRealPid() local
|
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/ |
D | dcm_asn1.c | 138 uint32_t b; in Asn1GetObj() local
|
/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
D | ecc_openssl_common.c | 59 BIGNUM *b = NULL; in NewGroupFromCurveGFp() local 294 BIGNUM *b = OpensslBnNew(); in GetCurveGFp() local
|
/base/hiviewdfx/blackbox_lite/interfaces/native/innerkits/ |
D | blackbox.h | 30 #define Min(a, b) (((a) > (b)) ? (b) : (a)) argument
|
/base/hiviewdfx/blackbox_lite/interfaces/native/kits/ |
D | blackbox.h | 30 #define Min(a, b) (((a) > (b)) ? (b) : (a)) argument
|
/base/powermgr/powermgr_lite/services/src/ |
D | running_lock_mgr.c | 166 static int32_t RunningLockIdentityCmp(const RunningLockIdentity *a, const RunningLockIdentity *b) in RunningLockIdentityCmp()
|
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/ |
D | code_sign_enable_multi_task.cpp | 65 const std::pair<std::string, code_sign_enable_arg> &b) { in SortTaskData()
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | sample_stack_printer.cpp | 122 std::sort(sortedStackId.begin(), sortedStackId.end(), [](auto& a, auto& b) { in GetTreeStack()
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
D | soft_bus_channel.h | 247 int b = static_cast<int32_t>(GetRandomUint32() % bbase); in RandomUuid() local
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
D | nweb_value.h | 33 bool b; member 291 void SetBoolean(bool b) in SetBoolean()
|