Home
last modified time | relevance | path

Searched refs:InitKey (Results 1 - 8 of 8) sorted by relevance

/base/security/code_signature/test/unittest/
H A Dlocal_code_sign_utils_mock_test.cpp102 bool bRet = key.InitKey(); in HWTEST_F()
106 bRet = key.InitKey(); in HWTEST_F()
110 bRet = key.InitKey(); in HWTEST_F()
/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.h52 int32_t InitKey(const struct KeyId *keyId, uint32_t validTime, struct HksBlob *challenge, struct HksBlob *handle);
H A Dcrypto.rs28 fn InitKey(keyId: *const KeyId, valid_time: u32, challenge: *mut OutBlob, handle: *mut OutBlob) -> i32; in InitKey() functions
75 InitKey( in init_key()
H A Dhuks_wrapper.c294 int32_t InitKey(const struct KeyId *keyId, uint32_t validTime, struct HksBlob *challenge, struct HksBlob *handle) in InitKey() function
/base/security/code_signature/services/local_code_sign/include/
H A Dlocal_sign_key.h39 bool InitKey();
/base/security/asset/test/unittest/module_test/src/
H A Dhuks_wrapper_test.cpp119 * @tc.desc: Test huks wrapper func, for secrect InitKey&ExecCrypt&Drop
142 ASSERT_EQ(SEC_ASSET_SUCCESS, InitKey(&keyId, 600, &challengeData, &handleData)); in HWTEST_F()
/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_code_sign_service.cpp107 if (!key.InitKey()) { in InitLocalCertificate()
H A Dlocal_sign_key.cpp98 bool LocalSignKey::InitKey() in InitKey() function in OHOS::Security::CodeSign::LocalSignKey

Completed in 4 milliseconds