Searched defs:GenerateKey (Results 1 – 8 of 8) sorted by relevance
103 bool SandboxConfigKvDataStorage::GenerateKey(int32_t userId, const std::string& bundleName, std::st… in GenerateKey() function in OHOS::Security::DlpPermission::SandboxConfigKvDataStorage
260 bool LocalSignKey::GenerateKey() in GenerateKey() function in OHOS::Security::CodeSign::LocalSignKey
84 bool AesGcmHelper::GenerateKey(std::string &key) in GenerateKey() function in OHOS::Notification::AesGcmHelper
130 int32_t GenerateKey(const struct KeyId *keyId, bool needAuth, bool requirePasswordSet) in GenerateKey() function
43 fn GenerateKey(keyId: *const KeyId, need_auth: bool, require_password_set: bool) -> i32; in GenerateKey() function
534 int32_t GenerateKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *keyAliasParams, in GenerateKey() function
588 int GenerateKey(IntermediateReprestation *ir) in GenerateKey() function
128 typedef int32_t (*GenerateKey)(const struct HksKeySpec *, struct HksBlob *); typedef