| /base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
| D | ecc_openssl_common.c | 60 EC_GROUP *group = NULL; in NewGroupFromCurveGFp() local 88 static HcfResult SetEcPointToGroup(const HcfEccCommParamsSpec *ecParams, EC_GROUP *group, BN_CTX *c… in SetEcPointToGroup() 143 EC_GROUP *group = NULL; in GenerateEcGroupWithParamsSpec() local 169 const EC_GROUP *group = Openssl_EC_KEY_get0_group(ecKey); in InitEcKeyByPubKey() local 230 const EC_GROUP *group = Openssl_EC_KEY_get0_group(ecKey); in SetEcPubKeyFromPriKey() local 290 HcfResult GetCurveGFp(const EC_GROUP *group, const AsyKeySpecItem item, HcfBigInteger *returnBigInt… in GetCurveGFp() 332 HcfResult GetGenerator(const EC_GROUP *group, const AsyKeySpecItem item, HcfBigInteger *returnBigIn… in GetGenerator() 373 HcfResult GetOrder(const EC_GROUP *group, HcfBigInteger *returnBigInteger) in GetOrder() 392 HcfResult GetCofactor(const EC_GROUP *group, int *returnCofactor) in GetCofactor() 417 HcfResult GetFieldSize(const EC_GROUP *group, int32_t *fieldSize) in GetFieldSize() [all …]
|
| D | openssl_adapter.c | 117 EC_POINT *Openssl_EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group) in Openssl_EC_POINT_dup() 206 void Openssl_EC_GROUP_free(EC_GROUP *group) in Openssl_EC_GROUP_free() 213 EC_POINT *Openssl_EC_POINT_new(const EC_GROUP *group) in Openssl_EC_POINT_new() 223 int Openssl_EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNU… in Openssl_EC_POINT_set_affine_coordinates_GFp() 229 int Openssl_EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, in Openssl_EC_GROUP_set_generator() 245 int Openssl_EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) in Openssl_EC_KEY_set_group() 250 int Openssl_EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *… in Openssl_EC_GROUP_get_curve_GFp() 255 const EC_POINT *Openssl_EC_GROUP_get0_generator(const EC_GROUP *group) in Openssl_EC_GROUP_get0_generator() 260 int Openssl_EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNU… in Openssl_EC_POINT_get_affine_coordinates_GFp() 266 int Openssl_EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in Openssl_EC_GROUP_get_order() [all …]
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
| D | memory_filter.cpp | 29 void MemoryFilter::ParseMemoryGroup(const string &name, string &group, uint64_t iNode) in ParseMemoryGroup() 42 void MemoryFilter::ParseNativeHeapMemoryGroup(const string &name, string &group, uint64_t iNode) in ParseNativeHeapMemoryGroup() 51 bool MemoryFilter::GetGroupFromMap(const string &name, string &group, in GetGroupFromMap()
|
| D | get_heap_info.cpp | 70 string group; in GetInfo() local
|
| D | memory_util.cpp | 74 void MemoryUtil::CalcGroup(const string &group, const string &type, const uint64_t &value, GroupMap… in CalcGroup()
|
| D | memory_info.cpp | 152 string group; in BuildResult() local 403 string group = pageTag[1]; in GetPssTotal() local
|
| /base/startup/init/services/param/watcher/proxy/ |
| D | watcher_manager.cpp | 91 auto group = AddWatcherGroup(keyPrefix); in AddWatcher() local 111 auto group = GetWatcherGroup(keyPrefix); in DelWatcher() local 131 auto group = GetWatcherGroup(keyPrefix); in RefreshWatcher() local 137 int WatcherManager::SendMessage(WatcherGroupPtr group, int type) in SendMessage() 199 WatcherGroupPtr group = GetWatcherGroup(msg->id.watcherId); in ProcessWatcherMessage() local 388 auto group = GetWatcherGroup(node->GetNodeId()); in OnRemoteDied() local 449 auto group = it->second; in DumpAllGroup() local 494 auto group = GetWatcherGroup(params[1]); in Dump() local 515 auto group = ConvertTo<WatcherGroup>(node); in Clear() local 557 int WatcherManager::AddParamWatcher(WatcherGroupPtr group, RemoteWatcherPtr remoteWatcher) in AddParamWatcher() [all …]
|
| /base/telephony/core_service/utils/vcard/src/ |
| D | vcard_raw_data.cpp | 48 void VCardRawData::AppendGroup(const std::string &group) in AppendGroup()
|
| /base/security/crypto_framework/test/unittest/src/ |
| D | openssl_adapter_mock.c | 207 EC_POINT *Openssl_EC_POINT_dup(const EC_POINT *src, const EC_GROUP *group) in Openssl_EC_POINT_dup() 279 void Openssl_EC_GROUP_free(EC_GROUP *group) in Openssl_EC_GROUP_free() 302 int Openssl_EC_KEY_set_group(EC_KEY *key, const EC_GROUP *group) in Openssl_EC_KEY_set_group() 310 int Openssl_EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNU… in Openssl_EC_POINT_get_affine_coordinates_GFp() 319 int Openssl_EC_GROUP_get_degree(const EC_GROUP *group) in Openssl_EC_GROUP_get_degree() 327 int Openssl_EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *… in Openssl_EC_GROUP_get_curve_GFp() 335 const EC_POINT *Openssl_EC_GROUP_get0_generator(const EC_GROUP *group) in Openssl_EC_GROUP_get0_generator() 343 int Openssl_EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) in Openssl_EC_GROUP_get_order() 351 int Openssl_EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) in Openssl_EC_GROUP_get_cofactor() 367 EC_POINT *Openssl_EC_POINT_new(const EC_GROUP *group) in Openssl_EC_POINT_new() [all …]
|
| D | crypto_dh_asy_key_generator_test.cpp | 1236 char group[BIT8 + 1]; in ByteToHexString() local
|
| /base/global/i18n_lite/frameworks/i18n/include/ |
| D | number_data.h | 59 char *group = nullptr; variable
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/ |
| D | parse_smaps_info.cpp | 123 void ParseSmapsInfo::SetMapByNameLine(const string &group, const string &content) in SetMapByNameLine()
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| D | sm2_asy_key_generator_openssl.c | 111 EC_GROUP *group = NULL; in GenerateSm2KeyWithParamsSpec() local 590 const EC_GROUP *group = NULL; in GetSm2KeySpecBigInteger() local 666 const EC_GROUP *group = NULL; in GetSm2KeySpecInt() local
|
| D | ecc_asy_key_generator_openssl.c | 699 EC_GROUP *group = NULL; in GenerateEcKeyWithParamsSpec() local 1165 const EC_GROUP *group = NULL; in GetEcKeySpecBigInteger() local 1237 const EC_GROUP *group = NULL; in GetEcKeySpecInt() local
|
| /base/startup/appspawn/test/unittest/ |
| D | app_spawn_stub.cpp | 121 int LchownStub(const char *pathname, uid_t owner, gid_t group) in LchownStub()
|
| /base/security/device_auth/services/data_manager/src/ |
| D | data_manager.c | 293 static bool GenerateGroupEntryFromTlv(TlvGroupElement *group, TrustedGroupEntry *entry) in GenerateGroupEntryFromTlv() 362 TlvGroupElement *group = NULL; in LoadGroups() local 1349 static void DumpGroup(int fd, const TrustedGroupEntry *group) in DumpGroup()
|
| /base/startup/init/services/modules/seccomp/scripts/ |
| D | generate_code_from_policy.py | 725 def parse_args_with_condition(self, group): argument 733 def parse_sub_group(self, group): argument
|
| /base/startup/init/services/begetctl/ |
| D | param_cmd.c | 177 struct group *group = getgrgid(auditData.dacData.gid); in ShowParam() local
|
| /base/startup/init/test/unittest/param/ |
| D | param_stub.cpp | 689 int LchownStub(const char *pathname, uid_t owner, gid_t group) in LchownStub()
|
| /base/startup/init/services/init/ |
| D | init_common_cmds.c | 319 gid_t group = DecodeGid(groupStr); in SetOwner() local
|
| /base/update/updater/utils/ |
| D | utils.cpp | 978 void SetFileAttributes(const std::string& file, uid_t owner, gid_t group, mode_t mode) in SetFileAttributes()
|