Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 63) sorted by relevance

123

/base/global/i18n_lite/frameworks/i18n/include/
Di18n_memory_adapter.h34 inline void I18nFree(void *a) in I18nFree()
52 inline void I18nFree(void *a) in I18nFree()
/base/security/device_auth/services/frameworks/inc/hiview_adapter/
Dhisysevent_adapter.h21 #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/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_bn.c51 …struct HksBnExpModParams *bnParams, const struct HksBlob *a, const struct HksBlob *e, const struct… in BnBuildParams()
101 int32_t HksOpensslBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksOpensslBnExpMod()
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Dopenssl_adapter.c21 BIGNUM *Openssl_BN_dup(const BIGNUM *a) in Openssl_BN_dup()
26 void Openssl_BN_clear(BIGNUM *a) in Openssl_BN_clear()
31 void Openssl_BN_clear_free(BIGNUM *a) in Openssl_BN_clear_free()
41 void Openssl_BN_free(BIGNUM *a) in Openssl_BN_free()
56 int Openssl_BN_bn2binpad(const BIGNUM *a, unsigned char *to, int toLen) in Openssl_BN_bn2binpad()
61 int Openssl_BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int toLen) in Openssl_BN_bn2lebinpad()
76 int Openssl_BN_num_bytes(const BIGNUM *a) in Openssl_BN_num_bytes()
81 int Openssl_BN_set_word(BIGNUM *a, unsigned int w) in Openssl_BN_set_word()
86 unsigned int Openssl_BN_get_word(const BIGNUM *a) in Openssl_BN_get_word()
91 int Openssl_BN_num_bits(const BIGNUM *a) in Openssl_BN_num_bits()
[all …]
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c68 BIGNUM *Openssl_BN_dup(const BIGNUM *a) in Openssl_BN_dup()
76 void Openssl_BN_clear(BIGNUM *a) in Openssl_BN_clear()
81 void Openssl_BN_clear_free(BIGNUM *a) in Openssl_BN_clear_free()
86 void Openssl_BN_free(BIGNUM *a) in Openssl_BN_free()
115 int Openssl_BN_bn2binpad(const BIGNUM *a, unsigned char *to, int toLen) in Openssl_BN_bn2binpad()
123 int Openssl_BN_bn2lebinpad(const BIGNUM *a, unsigned char *to, int tolen) in Openssl_BN_bn2lebinpad()
144 int Openssl_BN_num_bytes(const BIGNUM *a) in Openssl_BN_num_bytes()
152 int Openssl_BN_set_word(BIGNUM *a, unsigned int w) in Openssl_BN_set_word()
160 unsigned int Openssl_BN_get_word(const BIGNUM *a) in Openssl_BN_get_word()
168 int Openssl_BN_num_bits(const BIGNUM *a) in Openssl_BN_num_bits()
[all …]
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
Dhks_mbedtls_bn.c48 int32_t HksMbedtlsBnExpMod(struct HksBlob *x, const struct HksBlob *a, in HksMbedtlsBnExpMod()
/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/hiviewdfx/faultloggerd/frameworks/unwinder/
Ddfx_symbols.cpp78 std::sort(symbols_.begin(), symbols_.end(), [](const SymbolInfo& a, const SymbolInfo& b) { in GetNameAndOffsetByPc()
103 std::sort(symbols_.begin(), symbols_.end(), [](const SymbolInfo& a, const SymbolInfo& b) { in GetNameAndOffsetByPc()
Ddfx_maps.cpp177 [](const std::shared_ptr<DfxElfMap>& a, const std::shared_ptr<DfxElfMap>& b) { in Sort()
182 [](const std::shared_ptr<DfxElfMap>& a, const std::shared_ptr<DfxElfMap>& b) { in Sort()
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksbnexpmod_fuzzer/
Dhksbnexpmod_fuzzer.cpp44 struct HksBlob a = { BLOB_SIZE, static_cast<uint8_t *>(myData + BLOB_SIZE) }; in DoSomethingInterestingWithMyAPI() local
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dcrypto_hash_to_point.c154 const struct CurveConstPara *curvePara, BIGNUM *a, BN_CTX *ctx) in CurveHashToPointCalcA()
199 static int32_t CurveHashToPointCalcC(const BIGNUM *a, BIGNUM *b, in CurveHashToPointCalcC()
269 BIGNUM *a = BN_new(); in CurveHashToPoint() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
Dhks_openssl_ed25519tox25519.h33 BIGNUM *a; member
/base/update/updater/test/unittest/utils/
Dutils_unittest.cpp49 uint8_t a[1] = {0}; variable
/base/security/device_security_level/baselib/utils/src/
Dutils_base64.c78 uint32_t a = (i < fromLen) ? (uint8_t)from[i] : 0; in Base64Encode() local
132 uint32_t a = g_base64DecodeTable[from[i++]]; in Base64Decode() local
/base/hiviewdfx/hiview/base/utility/include/
Dfile_util.h36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) argument
/base/powermgr/powermgr_lite/frameworks/include/
Drunning_lock_entry.h52 static inline BOOL IsSameRunningLockIdentity(const RunningLockIdentity *a, const RunningLockIdentit… in IsSameRunningLockIdentity()
/base/update/updater/services/ui/view/
Dview_api.cpp82 auto a = getNextField(); in StrToColor() local
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/
Ddfx_crasher.cpp77 int *a = (int *)(&TestFunc70); in TriggerSegmentFaultException() local
165 char a[1024][1024][1024] = { { {'1'} } }; in StackOverflow() local
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
Dhks_bn_exp_mod_test.c109 struct HksBlob *a = NULL; in LITE_TEST_CASE() local
/base/security/security_component_manager/frameworks/common/src/
Dsec_comp_tool.cpp41 static inline double MaxValue(double a, double b, double c) in MaxValue()
46 static inline double MinValue(double a, double b, double c) in MinValue()
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
Dhks_bn_exp_mod_test.cpp107 struct HksBlob *a = NULL; variable
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_bn_exp_mod_test.cpp109 struct HksBlob *a = NULL; variable
/base/telephony/core_service/services/sim/src/
Dmcc_pool.cpp329 bool MccPool::MccCompare(const MccAccess &a, const MccAccess &b) in MccCompare()
/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
/base/time/time_service/services/timer/src/
Dbatch.cpp79 return Remove([alarm] (const TimerInfo &a) { return a == alarm; }); in Remove()

123