/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/ |
H A D | el5_filekey_manager_kit.cpp | 33 int32_t El5FilekeyManagerKit::GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) in GenerateAppKey() argument
|
H A D | el5_filekey_manager_proxy.cpp | 90 int32_t El5FilekeyManagerProxy::GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) in GenerateAppKey() argument 197 std::string keyId = reply.ReadString(); in GetUserAppKey() local
|
H A D | el5_filekey_manager_client.cpp | 61 int32_t El5FilekeyManagerClient::GenerateAppKey(uint32_t uid, const std::string &bundleName, std::string &keyId) in GenerateAppKey() argument
|
/base/security/access_token/interfaces/innerkits/el5filekeymanager/test/unittest/src/ |
H A D | el5_filekey_manager_kit_unittest.cpp | 109 std::string keyId; in HWTEST_F() local
|
/base/security/access_token/services/el5filekeymanager/test/src/ |
H A D | el5_filekey_manager_service_unittest.cpp | 123 std::string keyId; in HWTEST_F() local
|
H A D | el5_filekey_manager_service_mock_unittest.cpp | 65 int32_t GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) in GenerateAppKey() argument 194 std::string keyId; in HWTEST_F() local 213 std::string keyId; in HWTEST_F() local
|
/base/security/asset/test/unittest/module_test/src/ |
H A D | huks_wrapper_test.cpp | 86 struct KeyId keyId = { 0, keyAlias, DEVICE_POWERED_ON }; in HWTEST_F() local 102 struct KeyId keyId = { 0, keyAlias, DEVICE_POWERED_ON }; in HWTEST_F() local 127 struct KeyId keyId in HWTEST_F() local 162 struct KeyId keyId = { 100, keyAlias, DEVICE_FIRST_UNLOCKED }; HWTEST_F() local [all...] |
/base/security/access_token/services/el5filekeymanager/src/ |
H A D | el5_filekey_manager_stub.cpp | 93 std::string keyId; in GenerateAppKeyInner() local 160 std::string keyId = data.ReadString(); in UnmarshallingLoadInfos() local
|
H A D | el5_filekey_manager_service.cpp | 186 int32_t El5FilekeyManagerService::GenerateAppKey(uint32_t uid, const std::string& bundleName, std::string& keyId) in GenerateAppKey() argument
|
/base/security/asset/services/crypto_manager/src/ |
H A D | huks_wrapper.c | 100 static int32_t AddCommonGenParams(struct HksParamSet *paramSet, const struct KeyId *keyId) in AddCommonGenParams() argument 127 int32_t GenerateKey(const struct KeyId *keyId, bool needAuth, bool requirePasswordSet) in GenerateKey() argument 185 int32_t DeleteKey(const struct KeyId *keyId) in DeleteKey() argument 201 IsKeyExist(const struct KeyId *keyId) IsKeyExist() argument 217 EncryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData, struct HksBlob *outData) EncryptData() argument 252 DecryptData(const struct KeyId *keyId, const struct HksBlob *aad, const struct HksBlob *inData, struct HksBlob *outData) DecryptData() argument 294 InitKey(const struct KeyId *keyId, uint32_t validTime, struct HksBlob *challenge, struct HksBlob *handle) InitKey() argument 370 RenameKeyAlias(const struct KeyId *keyId, const struct HksBlob *newKeyAlias) RenameKeyAlias() argument [all...] |
/base/account/os_account/services/accountmgr/test/unittest/account_iam/ |
H A D | account_iam_manager_test.cpp | 274 int32_t GenerateAppkey(uint32_t hashId, uint32_t userId, std::string &keyId) in GenerateAppkey() argument 279 int32_t DeleteAppkey(const std::string keyId) in DeleteAppkey() argument
|
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/ |
H A D | dcm_attest.c | 1083 struct HksParam *keyId = NULL;
in BuildAttestMsgClaims() local
|