Searched defs:GenerateKey (Results 1 – 7 of 7) sorted by relevance
223 bool LocalSignKey::GenerateKey() in GenerateKey() function in OHOS::Security::CodeSign::LocalSignKey
102 bool SandboxConfigKvDataStorage::GenerateKey(int32_t userId, const std::string& bundleName, std::st… in GenerateKey() function in OHOS::Security::DlpPermission::SandboxConfigKvDataStorage
83 bool AesGcmHelper::GenerateKey(std::string &key) in GenerateKey() function in OHOS::Notification::AesGcmHelper
125 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
121 typedef int32_t (*GenerateKey)(const struct HksKeySpec *, struct HksBlob *); typedef