Home
last modified time | relevance | path

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

/base/security/code_signature/services/local_code_sign/src/
Dlocal_sign_key.cpp178 bool LocalSignKey::GenerateKey() in GenerateKey() function in OHOS::Security::CodeSign::LocalSignKey
/base/security/dlp_permission_service/services/dlp_permission/sa/storage/src/
Dsandbox_config_kv_data_storage.cpp102 bool SandboxConfigKvDataStorage::GenerateKey(const int32_t userId, const std::string& bundleName, s… in GenerateKey() function in OHOS::Security::DlpPermission::SandboxConfigKvDataStorage
/base/security/asset/services/crypto_manager/src/
Dsecret_key.rs35 fn GenerateKey(keyId: *const KeyId, need_auth: bool, require_password_set: bool) -> i32; in GenerateKey() function
Dhuks_wrapper.c107 int32_t GenerateKey(const struct KeyId *keyId, bool needAuth, bool requirePasswordSet) in GenerateKey() function
/base/security/huks/frameworks/huks_standard/main/common/include/
Dhks_crypto_hal.h121 typedef int32_t (*GenerateKey)(const struct HksKeySpec *, struct HksBlob *); typedef
/base/security/huks/test/unittest/huks_common_test/src/
Dhks_test_common_func.cpp533 int32_t GenerateKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *keyAliasParams, in GenerateKey() function