Searched refs:InitKey (Results 1 - 8 of 8) sorted by relevance
/base/security/code_signature/test/unittest/ |
H A D | local_code_sign_utils_mock_test.cpp | 102 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 D | huks_wrapper.h | 52 int32_t InitKey(const struct KeyId *keyId, uint32_t validTime, struct HksBlob *challenge, struct HksBlob *handle);
|
H A D | crypto.rs | 28 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 D | huks_wrapper.c | 294 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 D | local_sign_key.h | 39 bool InitKey();
|
/base/security/asset/test/unittest/module_test/src/ |
H A D | huks_wrapper_test.cpp | 119 * @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 D | local_code_sign_service.cpp | 107 if (!key.InitKey()) {
in InitLocalCertificate()
|
H A D | local_sign_key.cpp | 98 bool LocalSignKey::InitKey()
in InitKey() function in OHOS::Security::CodeSign::LocalSignKey
|
Completed in 4 milliseconds