Home
last modified time | relevance | path

Searched defs:group (Results 1 – 21 of 21) sorted by relevance

/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Decc_openssl_common.c60 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 …]
Dopenssl_adapter.c117 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/
Dmemory_filter.cpp29 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()
Dget_heap_info.cpp70 string group; in GetInfo() local
Dmemory_util.cpp74 void MemoryUtil::CalcGroup(const string &group, const string &type, const uint64_t &value, GroupMap… in CalcGroup()
Dmemory_info.cpp152 string group; in BuildResult() local
403 string group = pageTag[1]; in GetPssTotal() local
/base/startup/init/services/param/watcher/proxy/
Dwatcher_manager.cpp91 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/
Dvcard_raw_data.cpp48 void VCardRawData::AppendGroup(const std::string &group) in AppendGroup()
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c207 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 …]
Dcrypto_dh_asy_key_generator_test.cpp1236 char group[BIT8 + 1]; in ByteToHexString() local
/base/global/i18n_lite/frameworks/i18n/include/
Dnumber_data.h59 char *group = nullptr; variable
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/parse/
Dparse_smaps_info.cpp123 void ParseSmapsInfo::SetMapByNameLine(const string &group, const string &content) in SetMapByNameLine()
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Dsm2_asy_key_generator_openssl.c111 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
Decc_asy_key_generator_openssl.c699 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/
Dapp_spawn_stub.cpp121 int LchownStub(const char *pathname, uid_t owner, gid_t group) in LchownStub()
/base/security/device_auth/services/data_manager/src/
Ddata_manager.c293 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/
Dgenerate_code_from_policy.py725 def parse_args_with_condition(self, group): argument
733 def parse_sub_group(self, group): argument
/base/startup/init/services/begetctl/
Dparam_cmd.c177 struct group *group = getgrgid(auditData.dacData.gid); in ShowParam() local
/base/startup/init/test/unittest/param/
Dparam_stub.cpp689 int LchownStub(const char *pathname, uid_t owner, gid_t group) in LchownStub()
/base/startup/init/services/init/
Dinit_common_cmds.c319 gid_t group = DecodeGid(groupStr); in SetOwner() local
/base/update/updater/utils/
Dutils.cpp978 void SetFileAttributes(const std::string& file, uid_t owner, gid_t group, mode_t mode) in SetFileAttributes()