Home
last modified time | relevance | path

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

12

/base/security/deviceauth/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()
279 BIGNUM *b = BN_new(); in CurveHashToPoint() local
/base/update/updater/services/ui/
Dview.h30 unsigned char b; member
37 unsigned char b; member
/base/powermgr/battery_manager/charger/ui/include/
Dview.h30 unsigned char b; member
37 unsigned char b; member
/base/web/webview/ohos_nweb/include/
Dnweb_value.h27 bool b; member
49 void SetBoolean(bool b) { data_.b = b; } in SetBoolean()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
Dhks_openssl_ed25519tox25519.h33 BIGNUM *b; member
/base/security/device_security_level/baselib/utils/src/
Dutils_base64.c78 uint32_t b = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local
131 uint32_t b = g_base64DecodeTable[from[i++]]; in Base64Decode() 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/tools/crasher_cpp/
Ddfx_crasher.cpp172 char b[1024][1024][1024] = { { {'1'} } }; in StackOverflow() local
291 int *b = &a; in StackTop() local
/base/telephony/core_service/services/sim/src/
Dmcc_pool.cpp329 bool MccPool::MccCompare(const MccAccess &a, const MccAccess &b) in MccCompare()
/base/update/updater/services/script/yacc/
Dlexer.cpp1132 YY_BUFFER_STATE b = YY_CURRENT_BUFFER_LVALUE; in yy_get_next_buffer() local
1419 YY_BUFFER_STATE b; in yy_create_buffer() local
1454 void yyFlexLexer::yy_delete_buffer(YY_BUFFER_STATE b) in yy_delete_buffer()
1474 void yyFlexLexer::yy_init_buffer(YY_BUFFER_STATE b, std::istream& file) in yy_init_buffer()
1499 void yyFlexLexer::yy_flush_buffer(YY_BUFFER_STATE b) in yy_flush_buffer()
Dlocation.hh127 location(const position& b, const position& e) : begin (b), end (e) {} in location()
/base/hiviewdfx/faultloggerd/tools/crasher_c/
Ddfx_crasher.c164 char b[1024][1024][1024] = { { {'1'} } }; in StackOverflow() local
306 int *b = &a; in StackTop() local
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_asn1.c144 uint32_t b; in Asn1GetObj() local
/base/security/access_token/services/tokensyncmanager/include/remote/
Dsoft_bus_channel.h231 int b = (int)(GetRandomUint32() % bbase); in random_uuid() local
/base/hiviewdfx/blackbox/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/hiviewdfx/blackbox/interfaces/native/innerkits/
Dblackbox.h30 #define Min(a, b) (((a) > (b)) ? (b) : (a)) argument
/base/powermgr/thermal_manager/application/protector/src/policy/
Dthermal_kernel_policy.cpp119 int32_t ThermalKernelPolicy::GetMaxCommonDivisor(int32_t a, int32_t b) in GetMaxCommonDivisor()
/base/location/utils/source/
Dcommon_utils.cpp208 bool CommonUtils::DoubleEqual(double a, double b) in DoubleEqual()
/base/security/huks/interfaces/innerkits/huks_standard/test/unittest/src/
Dhks_device_sec_test.cpp197 static void FreeBuf(uint8_t *a, uint8_t *b, uint8_t *c, uint8_t *d, uint8_t *e) in FreeBuf()
/base/miscservices/inputmethod/services/src/
Dperuser_session.cpp408 sptr<IRemoteObject> b = imsCore[index]->AsObject(); in StartInputMethod() local
459 sptr<IRemoteObject> b = imsCore[index]->AsObject(); in StopInputMethod() local
633 auto b = imsCore[i]->AsObject(); in OnImsDied() local
/base/security/huks/frameworks/huks_standard/main/core/src/
Dhks_verifier.c260 uint32_t b; in ExtractTlvLength() local
311 uint32_t b; in ExtractTlvData() local
/base/security/deviceauth/deps_adapter/key_management_adapter/impl/src/mini/
Dhuks_adapter.c580 static bool CheckBigNumCompareParams(const Uint8Buff *a, const Uint8Buff *b, int *res) in CheckBigNumCompareParams()
597 static int32_t BigNumCompare(const Uint8Buff *a, const Uint8Buff *b) in BigNumCompare()
/base/update/updater/services/fs_manager/
Ddo_partition.cpp180 std::sort(nlist.begin(), nlist.end(), [](const struct Partition *a, const struct Partition *b) { in WriteDiskPartitionToMisc()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_pack.cpp39 void AddEventParam(std::shared_ptr<AppEventPack> appEventPack, const std::string& key, bool b) in AddEventParam()

12