Home
last modified time | relevance | path

Searched defs:GenerateKey (Results 1 – 8 of 8) sorted by relevance

/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
Dsandbox_config_kv_data_storage.cpp103 bool SandboxConfigKvDataStorage::GenerateKey(int32_t userId, const std::string& bundleName, std::st… in GenerateKey() function in OHOS::Security::DlpPermission::SandboxConfigKvDataStorage
/base/security/code_signature/services/local_code_sign/src/
Dlocal_sign_key.cpp260 bool LocalSignKey::GenerateKey() in GenerateKey() function in OHOS::Security::CodeSign::LocalSignKey
/base/notification/distributed_notification_service/services/ans/src/common/
Daes_gcm_helper.cpp84 bool AesGcmHelper::GenerateKey(std::string &key) in GenerateKey() function in OHOS::Notification::AesGcmHelper
/base/security/asset/services/crypto_manager/src/
Dhuks_wrapper.c130 int32_t GenerateKey(const struct KeyId *keyId, bool needAuth, bool requirePasswordSet) in GenerateKey() function
Dsecret_key.rs43 fn GenerateKey(keyId: *const KeyId, need_auth: bool, require_password_set: bool) -> i32; in GenerateKey() function
/base/security/huks/test/unittest/huks_common_test/src/
Dhks_test_common_func.cpp534 int32_t GenerateKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *keyAliasParams, in GenerateKey() function
/base/tee/tee_os_framework/test/xts/ta/test_trusted_storage_api/src/monad/
Dmonad_actions.c588 int GenerateKey(IntermediateReprestation *ir) in GenerateKey() function
/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_crypto_hal.h128 typedef int32_t (*GenerateKey)(const struct HksKeySpec *, struct HksBlob *); typedef