Home
last modified time | relevance | path

Searched defs:keyId (Results 1 – 25 of 110) sorted by relevance

12345

/ohos5.0/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.c100 static int32_t AddCommonGenParams(struct HksParamSet *paramSet, const struct KeyId *keyId) in AddCommonGenParams()
127 int32_t GenerateKey(const struct KeyId *keyId, bool needAuth, bool requirePasswordSet) in GenerateKey()
185 int32_t DeleteKey(const struct KeyId *keyId) in DeleteKey()
201 int32_t IsKeyExist(const struct KeyId *keyId) in IsKeyExist()
217 int32_t EncryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inD… in EncryptData()
252 int32_t DecryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inD… in DecryptData()
294 int32_t InitKey(const struct KeyId *keyId, uint32_t validTime, struct HksBlob *challenge, struct Hk… in InitKey()
370 int32_t RenameKeyAlias(const struct KeyId *keyId, const struct HksBlob *newKeyAlias) in RenameKeyAlias()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_creator_manager_test.cpp74 string keyId = ""; variable
90 string keyId = ""; variable
106 string keyId = ""; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H A Dimage_creator_manager.cpp24 sptr<IConsumerSurface> ImageCreatorManager::GetSurfaceByKeyId(string keyId) in GetSurfaceByKeyId()
32 shared_ptr<ImageCreator> ImageCreatorManager::GetImageCreatorByKeyId(string keyId) in GetImageCreatorByKeyId()
/ohos5.0/base/security/asset/test/unittest/module_test/src/
H A Dhuks_wrapper_test.cpp86 struct KeyId keyId = { 0, keyAlias, DEVICE_POWERED_ON }; variable
102 struct KeyId keyId = { 0, keyAlias, DEVICE_POWERED_ON }; variable
127 struct KeyId keyId = { 0, keyAlias, DEVICE_POWERED_ON }; variable
162 struct KeyId keyId = { 100, keyAlias, DEVICE_FIRST_UNLOCKED }; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/
H A Dimage_receiver_manager.cpp34 shared_ptr<ImageReceiver> ImageReceiverManager::getImageReceiverByKeyId(string keyId) in getImageReceiverByKeyId()
38 sptr<Surface> ImageReceiverManager::getSurfaceByKeyId(string keyId) in getSurfaceByKeyId()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_sync_helper.cpp54 string keyId = to_string(userId) + bundleName; in RegisterTriggerSync() local
74 string keyId = to_string(userId) + bundleName; in UnregisterRepeatingTriggerSync() local
90 string keyId = to_string(userId) + bundleName; in OnTriggerSyncCallback() local
/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Ddata_parser.cpp89 std::vector<uint8_t> keyId(keyIdString.begin(), keyIdString.end()); in ParsePssh() local
114 std::vector<uint8_t> keyId; in ParsePssh() local
132 std::string keyId(keyIds[i].begin(), keyIds[i].end()); in generateRequest() local
H A Dsession.cpp59 int32_t Session::setKeyIdAndKeyValue(const std::vector<uint8_t> &keyId, const std::vector<uint8_t> … in setKeyIdAndKeyValue()
68 int32_t Session::getKeyValueByKeyId(const std::vector<uint8_t> &keyId, std::vector<uint8_t> &keyVal… in getKeyValueByKeyId()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avcenc_info_test/
H A Dcenc_info_capi_unit_test.cpp130 uint8_t keyId[] = { variable
154 uint8_t keyId[] = { variable
194 uint8_t keyId[] = { variable
218 uint8_t keyId[] = { variable
239 uint8_t keyId[] = { variable
382 uint8_t keyId[] = { variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/key_manager_test/
H A Dkey_manager_sup_test.cpp134 string keyId; variable
177 string keyId; variable
/aosp14/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStorePrivateKey.java34 long keyId, @NonNull Authorization[] authorizations, @NonNull String algorithm, in AndroidKeyStorePrivateKey()
H A DAndroidKeyStoreEdECPrivateKey.java35 @NonNull KeyDescriptor descriptor, long keyId, in AndroidKeyStoreEdECPrivateKey()
H A DAndroidKeyStoreXDHPrivateKey.java38 @NonNull KeyDescriptor descriptor, long keyId, in AndroidKeyStoreXDHPrivateKey()
H A DAndroidKeyStoreECPrivateKey.java38 long keyId, in AndroidKeyStoreECPrivateKey()
H A DAndroidKeyStoreRSAPrivateKey.java40 long keyId, in AndroidKeyStoreRSAPrivateKey()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dlazy_load_watcher.cpp22 uint16_t keyId) in LazyLoadWatcher()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/events/
H A Dkey_event.h60 KeyEvent(uint16_t keyId, uint16_t state) : keyId_(keyId), state_(state) {} in KeyEvent()
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/
H A D_crypto_info.md40 ### keyId subsection
/aosp14/frameworks/base/core/java/android/security/rkp/
H A DIRegistration.aidl55 void getKey(int keyId, IGetKeyCallback callback); in getKey()
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dinput_event_info.h50 uint16_t keyId; /* key type device use this param for touched key id */ member
58 uint16_t keyId; /* key type device use this param for touched key id */ member
/ohos5.0/base/security/access_token/services/el5filekeymanager/test/src/
H A Del5_filekey_manager_service_mock_unittest.cpp65 int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) in GenerateAppKey()
194 std::string keyId; variable
213 std::string keyId; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/
H A Dkey_manager_mock.cpp73 int32_t KeyManager::GenerateAppkey(uint32_t userId, uint32_t hashId, std::string &keyId) in GenerateAppkey()
78 int32_t KeyManager::DeleteAppkey(uint32_t userId, const std::string keyId) in DeleteAppkey()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Del5_filekey_callback.cpp45 std::string keyId = ""; in OnRegenerateAppKey() local
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dbytrace_adapter.cpp50 int32_t keyId = keyEvent->GetId(); in StartBytrace() local
138 int32_t keyId = key->GetId(); in StartBytrace() local
145 int32_t keyId = keyEvent->GetId(); in StartBytrace() local
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/
H A Del5_filekey_manager_kit_unittest.cpp109 std::string keyId; variable

12345