Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 67) sorted by relevance

123

/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dcrypto_hash_to_point.c112 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/
Dsystem_ability.h25 #define REGISTER_SYSTEM_ABILITY_BY_ID(a, b, c) argument
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Decc_asy_key_generator_openssl.c48 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/
Dcert_manager_status.h58 #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/
Dlight_agent_type.h85 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/
Dsec_comp_tool.cpp43 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/
Dhvb_rsa.c153 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/
Dutils_base64.c80 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/
Dhks_openssl_ed25519tox25519.h34 BIGNUM *b; member
/base/powermgr/display_manager/brightness_manager/include/
Dbrightness_base.h60 inline bool IsEqualF(float a, float b) in IsEqualF()
/base/update/updater/services/ui/view/
Dview_api.cpp81 auto b = getNextField(); in StrToColor() local
/base/powermgr/powermgr_lite/frameworks/include/
Drunning_lock_entry.h52 …c inline BOOL IsSameRunningLockIdentity(const RunningLockIdentity *a, const RunningLockIdentity *b) in IsSameRunningLockIdentity()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_maps.cpp269 [](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/
Dutf8_utils.cpp25 size_t Utf8CharWidth(uint8_t b) in Utf8CharWidth()
/base/hiviewdfx/faultloggerd/common/cutil/
Dmusl_cutil.h103 char b; in GetRealPid() local
Ddfx_cutil.c102 char b; in GetRealPid() local
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
Ddcm_asn1.c138 uint32_t b; in Asn1GetObj() local
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Decc_openssl_common.c59 BIGNUM *b = NULL; in NewGroupFromCurveGFp() local
294 BIGNUM *b = OpensslBnNew(); in GetCurveGFp() local
/base/hiviewdfx/blackbox_lite/interfaces/native/innerkits/
Dblackbox.h30 #define Min(a, b) (((a) > (b)) ? (b) : (a)) argument
/base/hiviewdfx/blackbox_lite/interfaces/native/kits/
Dblackbox.h30 #define Min(a, b) (((a) > (b)) ? (b) : (a)) argument
/base/powermgr/powermgr_lite/services/src/
Drunning_lock_mgr.c166 static int32_t RunningLockIdentityCmp(const RunningLockIdentity *a, const RunningLockIdentity *b) in RunningLockIdentityCmp()
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
Dcode_sign_enable_multi_task.cpp65 const std::pair<std::string, code_sign_enable_arg> &b) { in SortTaskData()
/base/hiviewdfx/hicollie/frameworks/native/
Dsample_stack_printer.cpp122 std::sort(sortedStackId.begin(), sortedStackId.end(), [](auto& a, auto& b) { in GetTreeStack()
/base/security/access_token/services/tokensyncmanager/include/remote/
Dsoft_bus_channel.h247 int b = static_cast<int32_t>(GetRandomUint32() % bbase); in RandomUuid() local
/base/web/webview/ohos_interface/include/ohos_nweb/
Dnweb_value.h33 bool b; member
291 void SetBoolean(bool b) in SetBoolean()

123