Home
last modified time | relevance | path

Searched defs:keyParams (Results 1 – 25 of 42) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp128 …AceResKeyParser::ParseMatch(const std::vector<std::string>& keys, std::vector<KeyParam>& keyParams, in ParseMatch()
153 bool AceResKeyParser::ParseMcc(const std::string& key, std::vector<KeyParam>& keyParams) in ParseMcc()
166 bool AceResKeyParser::ParseMnc(const std::string& key, std::vector<KeyParam>& keyParams) in ParseMnc()
183 bool AceResKeyParser::ParseScreenShape(const std::string& key, std::vector<KeyParam>& keyParams) in ParseScreenShape()
196 bool AceResKeyParser::ParseLongScreen(const std::string& key, std::vector<KeyParam>& keyParams) in ParseLongScreen()
209 bool AceResKeyParser::ParseOrientation(const std::string& key, std::vector<KeyParam>& keyParams) in ParseOrientation()
222 bool AceResKeyParser::ParseColorMode(const std::string& key, std::vector<KeyParam>& keyParams) in ParseColorMode()
235 …ceResKeyParser::ParseDeclarativeColorMode(const std::string& key, std::vector<KeyParam>& keyParams) in ParseDeclarativeColorMode()
248 bool AceResKeyParser::ParseDeviceType(const std::string& key, std::vector<KeyParam>& keyParams) in ParseDeviceType()
261 bool AceResKeyParser::ParseResolution(const std::string& key, std::vector<KeyParam>& keyParams) in ParseResolution()
[all …]
H A Dace_res_config.cpp897 bool AceResConfig::ParseConfig(const std::vector<KeyParam>& keyParams) in ParseConfig()
975 std::vector<KeyParam> keyParams; in ConvertResTagToConfig() local
986 std::vector<KeyParam> keyParams; in ConvertDeclarativeResTagToConfig() local
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c61 static int32_t CheckKeyParams(const KeyParams *keyParams) in CheckKeyParams()
479 static int32_t ConstructDeriveParamSet(const KeyParams *keyParams, const Uint8Buff *message, in ConstructDeriveParamSet()
907 static int32_t GetKeyExtInfoInner(const KeyParams *keyParams, Uint8Buff *outExtInfo) in GetKeyExtInfoInner()
933 static int32_t GetKeyExtInfo(const KeyParams *keyParams, Uint8Buff *outExtInfo) in GetKeyExtInfo()
962 static int32_t CheckAesGcmEncryptParam(const KeyParams *keyParams, const Uint8Buff *plain, in CheckAesGcmEncryptParam()
1342 KeyParams keyParams = { in AgreeSharedSecretWithStorage() local
1717 static int32_t CheckExportParams(const KeyParams *keyParams, const Uint8Buff *outPubKey) in CheckExportParams()
1729 static int32_t ExportPublicKey(const KeyParams *keyParams, Uint8Buff *outPubKey) in ExportPublicKey()
1800 static int32_t CheckSignParams(const KeyParams *keyParams, const Uint8Buff *message, in CheckSignParams()
1812 static int32_t Sign(const KeyParams *keyParams, const Uint8Buff *message, Algorithm algo, in Sign()
[all …]
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_parser_test.cpp69 std::vector<KeyParam *> keyParams; variable
152 std::vector<KeyParam *> keyParams; variable
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v1_protocol/
H A Dpake_v1_protocol_common.c196 …KeyParams keyParams = { { params->psk.val, params->psk.length, false }, false, params->osAccountId… in GeneratePakeParams() local
237 KeyParams keyParams = { in DeriveKeyFromSharedSecret() local
313 …KeyParams keyParams = { { params->hmacKey.val, params->hmacKey.length, false }, false, params->osA… in GenerateProof() local
344 …KeyParams keyParams = { { params->hmacKey.val, params->hmacKey.length, false }, false, params->osA… in VerifyProof() local
/ohos5.0/base/security/device_auth/services/protocol/src/iso_protocol/
H A Diso_protocol_common.c129 KeyParams keyParams = { { pskBuf.val, pskBuf.length, false }, false, params->osAccountId }; in IsoCalSelfToken() local
176 KeyParams keyParams = { { pskBuf.val, pskBuf.length, false }, false, params->osAccountId }; in IsoCalPeerToken() local
230 KeyParams keyParams = { { pskBuf->val, pskBuf->length, false }, false, params->osAccountId }; in IsoGenSessionKey() local
303 KeyParams keyParams = { { pskBuf.val, pskBuf.length, false }, false, params->osAccountId }; in IsoClientGenSessionKey() local
386 KeyParams keyParams = { { pskBuf.val, pskBuf.length, false }, false, params->osAccountId }; in IsoServerGenSessionKeyAndCalToken() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dhap_parser_test.cpp70 std::vector<std::shared_ptr<KeyParam>> keyParams; variable
156 std::vector<std::shared_ptr<KeyParam>> keyParams; variable
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dcommon_standard_bind_exchange.c104 …KeyParams keyParams = { { keyAlias->val, keyAlias->length, true }, false, pakeParams->baseParams.o… in GenerateKeyPairIfNotExist() local
124 KeyParams keyParams = { in PackageAuthInfo() local
260 KeyParams keyParams = { in EncryptAuthAndSignInfo() local
294 KeyParams keyParams = { in DecryptAuthAndSignInfo() local
383 KeyParams keyParams = { in VerifySignInfo() local
419 …KeyParams keyParams = { { keyAlias.val, keyAlias.length, true }, false, pakeParams->baseParams.osA… in SaveAuthInfo() local
/ohos5.0/base/security/device_auth/services/mk_agree/src/
H A Dkey_manager.c183 KeyParams keyParams = { { keyAliasBuff.val, keyAliasBuff.length, true }, false, osAccountId }; in GenerateDeviceKeyPair() local
283 KeyParams keyParams = { { pskAliasBuff.val, pskAliasBuff.length, true }, false, osAccountId }; in GeneratePseudonymPsk() local
336 KeyParams keyParams = { { pskAliasBuff.val, pskAliasBuff.length, true }, false, osAccountId }; in GenerateAndSavePseudonymId() local
384 KeyParams keyParams = { { keyAliasBuff.val, keyAliasBuff.length, true }, false, osAccountId }; in GetDevicePubKey() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_protocol_task_common.c156 …KeyParams keyParams = { { peerKeyAlias.val, peerKeyAlias.length, true }, true, params->baseParams.… in LoadPseudonymFlagIfNeed() local
314 …KeyParams keyParams = { { pskAlias.val, pskAlias.length, true }, isDeStorage, params->baseParams.o… in FillPskWithDerivedKeyHex() local
398 …KeyParams keyParams = { { pskAliasBuff.val, pskAliasBuff.length, true }, true, params->baseParams.… in LoadPseudonymExtInfoIfNeed() local
480 …KeyParams keyParams = { { baseKeyAlias.val, baseKeyAlias.length, true }, true, params->baseParams.… in GeneratePseudonymPskIfNotExist() local
805 …KeyParams keyParams = { { baseKeyAlias.val, baseKeyAlias.length, true }, true, params->baseParams.… in SaveExtInfoToPseudonymPsk() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/
H A Diso_client_bind_exchange_task.c56 KeyParams keyParams = { in DecAndImportInner() local
192 KeyParams keyParams = { in ClientBindAesEncrypt() local
H A Diso_server_bind_exchange_task.c102 KeyParams keyParams = { in DecryptChallenge() local
165 KeyParams keyParams = { in GenAndEncAuthCode() local
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp290 bool IsLocaleMatch(const ResConfigImpl *defaultConfig, const std::vector<KeyParam *> &keyParams) in IsLocaleMatch()
396 ResConfigImpl *HapParser::CreateResConfigFromKeyParams(const std::vector<KeyParam *> &keyParams) in CreateResConfigFromKeyParams()
496 std::string HapParser::ToFolderPath(const std::vector<KeyParam *> &keyParams) in ToFolderPath()
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.c184 …KeyParams keyParams = { { params->psk.val, params->psk.length, false }, false, params->osAccountId… in GeneratePakeParams() local
569 KeyParams keyParams = { in GenerateSessionKey() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c109 KeyParams keyParams = { in GenerateEncResult() local
246 KeyParams keyParams = { in CheckEncResult() local
609 …KeyParams keyParams = { { hashBuf.val, hashBuf.length, false }, false, params->baseParams.osAccoun… in AuthGeneratePskUsePin() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
H A Ddas_standard_token_manager.c43 …KeyParams keyParams = { { keyAliasBuff.val, keyAliasBuff.length, true }, false, params->osAccountI… in RegisterLocalIdentityStd() local
405 …KeyParams keyParams = { { keyAliasBuff.val, keyAliasBuff.length, true }, isDeStorage, params->osAc… in GetPublicKeyStd() local
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dhap_resource.cpp34 …esource::ValueUnderQualifierDir::ValueUnderQualifierDir(const std::vector<KeyParam *> &keyParams, … in ValueUnderQualifierDir()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dasy_token_manager.c424 KeyParams keyParams = { { keyAlias->val, keyAlias->length, true }, false, osAccountId }; in ImportServerPk() local
451 KeyParams keyParams = { { keyAlias->val, keyAlias->length, true }, false, osAccountId }; in VerifyPkInfoSignature() local
682 KeyParams keyParams = { { keyAlias->val, keyAlias->length, true }, false, osAccountId }; in DoExportPkAndCompare() local
803 KeyParams keyParams = { { keyAlias->val, keyAlias->length, true }, false, osAccountId }; in DoGenerateAndExportPk() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c232 …KeyParams keyParams = { { keyAlias.val, keyAlias.length, true }, params->isSelfFromUpgrade, params… in ExportSelfPubKey() local
370 KeyParams keyParams = { { peerKeyAlias->val, peerKeyAlias->length, true }, false, osAccountId }; in ComputeAndSavePskInner() local
439 KeyParams keyParams = { { keyAlias.val, keyAlias.length, true }, false, params->osAccountId }; in SavePeerPubKey() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
H A Dexpand_sub_session.c107 …KeyParams keyParams = { { impl->encKey.val, impl->encKey.length, false }, false, DEFAULT_OS_ACCOUN… in EncryptMsg() local
130 …KeyParams keyParams = { { impl->encKey.val, impl->encKey.length, false }, false, DEFAULT_OS_ACCOUN… in DecryptMsg() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/iso_auth_task/
H A Diso_auth_task_common.c206 KeyParams keyParams = { in AccountAuthGeneratePsk() local
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol.c174 …KeyParams keyParams = { { params->psk.val, params->psk.length, false }, false, params->osAccountId… in IsoCalToken() local
228 KeyParams keyParams = { in IsoGenSessionKey() local
252 …KeyParams keyParams = { { params->psk.val, params->psk.length, false }, false, params->osAccountId… in IsoGenAuthResultMac() local
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp466 const std::vector<std::shared_ptr<KeyParam>> &keyParams = item->keyParams_; in GetLimitPathsKeys() local
488 void HapResource::GetKeyParamsLocales(const std::vector<std::shared_ptr<KeyParam>> keyParams, in GetKeyParamsLocales()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp562 const std::vector<std::shared_ptr<KeyParam>> &keyParams) in IsLocaleMatch()
704 const std::vector<std::shared_ptr<KeyParam>> &keyParams) in CreateResConfigFromKeyParams()
858 std::string HapParser::ToFolderPath(const std::vector<std::shared_ptr<KeyParam>> &keyParams) in ToFolderPath()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c247 KeyParams keyParams = { { hashBuf.val, hashBuf.length, false }, false, osAccountId }; in AuthGeneratePskUsePin() local

12