/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/ |
H A D | ace_res_key_parser.cpp | 128 …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 D | ace_res_config.cpp | 897 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 D | huks_adapter.c | 61 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 D | hap_parser_test.cpp | 69 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 D | pake_v1_protocol_common.c | 196 …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 D | iso_protocol_common.c | 129 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 D | hap_parser_test.cpp | 70 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 D | common_standard_bind_exchange.c | 104 …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 D | key_manager.c | 183 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 D | pake_v1_protocol_task_common.c | 156 …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 D | iso_client_bind_exchange_task.c | 56 KeyParams keyParams = { in DecAndImportInner() local 192 KeyParams keyParams = { in ClientBindAesEncrypt() local
|
H A D | iso_server_bind_exchange_task.c | 102 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 D | hap_parser.cpp | 290 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 D | pake_v2_protocol_common.c | 184 …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 D | iso_task_common.c | 109 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 D | das_standard_token_manager.c | 43 …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 D | hap_resource.cpp | 34 …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 D | asy_token_manager.c | 424 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 D | pub_key_exchange.c | 232 …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 D | expand_sub_session.c | 107 …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 D | iso_auth_task_common.c | 206 KeyParams keyParams = { in AccountAuthGeneratePsk() local
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
H A D | iso_protocol.c | 174 …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 D | hap_resource.cpp | 466 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 D | hap_parser.cpp | 562 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 D | identity_pin.c | 247 KeyParams keyParams = { { hashBuf.val, hashBuf.length, false }, false, osAccountId }; in AuthGeneratePskUsePin() local
|