Home
last modified time | relevance | path

Searched defs:keyType (Results 1 – 25 of 77) sorted by relevance

1234

/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/
H A Dhks_check_paramset_test.cpp67 uint32_t keyType = HKS_KEY_TYPE_PUBLIC_KEY; variable
82 uint32_t keyType = HKS_KEY_TYPE_PUBLIC_KEY; variable
97 uint32_t keyType = HKS_KEY_TYPE_PUBLIC_KEY; variable
112 uint32_t keyType = HKS_KEY_TYPE_PUBLIC_KEY; variable
127 uint32_t keyType = HKS_KEY_TYPE_PUBLIC_KEY; variable
142 uint32_t keyType = HKS_KEY_TYPE_PUBLIC_KEY; variable
157 uint32_t keyType = HKS_KEY_TYPE_PUBLIC_KEY; variable
172 uint32_t keyType = HKS_KEY_TYPE_PUBLIC_KEY; variable
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c66 …const Uint8Buff *serviceId, const Uint8Buff *keyType, const Uint8Buff *authId, Uint8Buff *keyAlias… in CombineKeyAlias()
106 …const Uint8Buff *serviceId, const Uint8Buff *keyType, const Uint8Buff *authId, Uint8Buff *outKeyAl… in CombineKeyAliasForPake()
313 CJson *out, int32_t osAccountId, int32_t keyType, const char *authId, const char *serviceType) in PackPublicKeyToJson()
372 int32_t keyType = KEY_ALIAS_P2P_AUTH; in IsKeyExistReturnAliasIfNeeded() local
428 int32_t keyType = KEY_ALIAS_P2P_AUTH; in QueryCredential() local
445 static int32_t RegisterIdentity(const CredentialRequestParamT *param, int32_t keyType) in RegisterIdentity()
484 int32_t keyType = KEY_ALIAS_P2P_AUTH; in GenarateCredential() local
562 static int32_t IsSelfKeyPairExist(int32_t osAccountId, int keyType) in IsSelfKeyPairExist()
619 …egisterIdentity(const CredentialRequestParamT *param, const Uint8Buff *authIdBuff, int32_t keyType) in UnregisterIdentity()
654 int32_t keyType = KEY_ALIAS_P2P_AUTH; in ImportCredential() local
[all …]
H A Didentity_p2p.c107 int32_t keyType = KEY_TYPE_ASYM; in GetCredInfosByPeerIdentity() local
202 KeyAliasType keyType = KEY_ALIAS_P2P_AUTH; in ComputeAndSaveDirectAuthPsk() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_device_common_key_virtual.c24 void AuthUpdateCreateTime(const char *udidHash, int32_t keyType, bool isServer) in AuthUpdateCreateTime()
44 int32_t AuthFindDeviceKey(const char *udidHash, int32_t keyType, AuthDeviceKeyInfo *deviceKey) in AuthFindDeviceKey()
74 void AuthUpdateKeyIndex(const char *udidHash, int32_t keyType, int64_t index, bool isServer) in AuthUpdateKeyIndex()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/creds_manager/
H A Ddas_standard_token_manager.c25 KeyAliasType keyType = (KeyAliasType)params->userType; in RegisterLocalIdentityStd() local
58 KeyAliasType keyType = (KeyAliasType)params->userType; in UnregisterLocalIdentityStd() local
105 KeyAliasType keyType, const Uint8Buff *authIdPeer) in DeletePeerPubKey()
202 KeyAliasType keyType = KEY_ALIAS_LT_KEY_PAIR; in DeletePeerAuthInfoStd() local
204 KeyAliasType keyType = (KeyAliasType)params->userType; in DeletePeerAuthInfoStd() local
223 KeyAliasType keyType = (KeyAliasType)params->userType; in GenerateSelfKeyAlias() local
375 KeyAliasType keyType = (KeyAliasType)params->userType; in GetPublicKeyStd() local
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp106 int32_t keyType = -1; variable
129 int32_t keyType = -1; variable
155 int32_t keyType = -1; variable
182 int32_t keyType = -1; variable
221 int32_t keyType = -1; variable
273 EnterKeyType keyType = EnterKeyType::NEXT; variable
294 EnterKeyType keyType = EnterKeyType::NEXT; variable
/ohos5.0/foundation/ability/idl_tool/ast/
H A Dast_map_type.h27 void SetKeyType(ASTType* keyType) in SetKeyType()
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/include/
H A Dimf_adapter_impl.h35 void SetEnterKeyType(IMFAdapterEnterKeyType keyType) in SetEnterKeyType()
/ohos5.0/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_map_type.h28 inline void SetKeyType(const AutoPtr<ASTType> &keyType) in SetKeyType()
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_map_type.h21 inline void SetKeyType(const AutoPtr<ASTType> &keyType) in SetKeyType()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
H A Ddas_task_common.c201 static int32_t CombineKeyAlias(const Uint8Buff *serviceId, const Uint8Buff *keyType, in CombineKeyAlias()
246 const Uint8Buff *keyType, Uint8Buff *keyAliasHash) in CombineKeyAliasForPseudonymPsk()
289 static int32_t CombineKeyAliasForIso(const Uint8Buff *serviceId, const Uint8Buff *keyType, in CombineKeyAliasForIso()
303 static int32_t CombineKeyAliasForPake(const Uint8Buff *serviceId, const Uint8Buff *keyType, in CombineKeyAliasForPake()
348 const KeyAliasType keyType, const Uint8Buff *authId, Uint8Buff *outKeyAlias) in GenerateKeyAlias()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dcommon_standard_bind_exchange.c403 KeyAliasType keyType = KEY_ALIAS_LT_KEY_PAIR; in SaveAuthInfo() local
405 KeyAliasType keyType = (KeyAliasType)pakeParams->userTypePeer; in SaveAuthInfo() local
438 KeyAliasType keyType = (KeyAliasType)pakeParams->userType; in ClientRequestStandardBindExchange() local
483 KeyAliasType keyType = (KeyAliasType)pakeParams->userType; in GenerateSelfKeyAlias() local
565 KeyAliasType keyType = (KeyAliasType)pakeParams->userType; in ClientConfirmStandardBindExchange() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_device_common_key.h35 int32_t keyType; member
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/
H A Dsign_param.h35 KeyType keyType; member
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/
H A Dhks_check_paramset.c494 static int32_t CheckRsaKeyLen(uint32_t alg, uint32_t keyType, const struct ParamsValues *params, in CheckRsaKeyLen()
525 static int32_t CheckEccKeyLen(uint32_t alg, uint32_t keyType, const struct ParamsValues *params, in CheckEccKeyLen()
563 static int32_t CheckDsaKeyLen(uint32_t alg, uint32_t keyType, const struct ParamsValues *params, in CheckDsaKeyLen()
605 static int32_t CheckCurve25519KeyLen(uint32_t alg, uint32_t keyType, const struct ParamsValues *par… in CheckCurve25519KeyLen()
644 static int32_t CheckDHKeyLen(uint32_t alg, uint32_t keyType, const struct ParamsValues *params, in CheckDHKeyLen()
682 static int32_t CheckKeyLen(uint32_t alg, uint32_t keyType, const struct ParamsValues *params, in CheckKeyLen()
703 static int32_t CheckMutableParams(uint32_t alg, uint32_t keyType, const struct ParamsValues *params) in CheckMutableParams()
740 static int32_t CheckImportKey(uint32_t alg, uint32_t keyType, const struct ParamsValues *params, in CheckImportKey()
/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dres_desc_test.cpp116 void TestKeyParam(KeyType keyType, int value, std::string expectStr) in TestKeyParam()
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dres_desc_test.cpp116 void TestKeyParam(KeyType keyType, int value, std::string expectStr) in TestKeyParam()
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/include/
H A Dhisysevent_wrapper.h28 uint32_t keyType; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/input/
H A D_dev_ability_v10.md91 ### keyType subsection
H A D_input_dev_ability.md91 ### keyType subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_data_struct.h39 KeyType keyType; member
/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Dsession.cpp26 …eyRequest(const std::vector<uint8_t> &indexInfo, const std::string &mimeType, MediaKeyType keyType, in getKeyRequest()
H A Ddata_parser.cpp124 int32_t generateRequest(const MediaKeyType keyType, const std::vector<std::vector<uint8_t>> &keyIds, in generateRequest()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp240 uint32_t keyType = GetTypeFromDir(); in StoreKey() local
449 bool BaseKey::EncryptEceSece(const UserAuth &auth, const uint32_t keyType, KeyContext &keyCtx) in StoreKey()
624 …seKey::DoRestoreKeyCeEceSece(const UserAuth &auth, const std::string &path, const uint32_t keyType) in StoreKey()
684 uint32_t keyType = GetTypeFromDir(); in StoreKey() local
729 bool BaseKey::DecryptReal(const UserAuth &auth, const uint32_t keyType, KeyContext &keyCtx) in StoreKey()
/ohos5.0/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_sign.h38 KEYTYPE keyType; member

1234