Home
last modified time | relevance | path

Searched refs:IsKeyExist (Results 1 - 4 of 4) sorted by relevance

/base/security/asset/test/unittest/module_test/src/
H A Dhuks_wrapper_test.cpp88 ASSERT_EQ(SEC_ASSET_SUCCESS, IsKeyExist(&keyId)); in HWTEST_F()
164 ASSERT_EQ(SEC_ASSET_SUCCESS, IsKeyExist(&keyId)); in HWTEST_F()
/base/security/asset/services/crypto_manager/src/
H A Dhuks_wrapper.h47 int32_t IsKeyExist(const struct KeyId *keyId);
H A Dsecret_key.rs45 fn IsKeyExist(keyId: *const KeyId) -> i32; in IsKeyExist() functions
222 let ret = unsafe { IsKeyExist(&key_id as *const KeyId) }; in exists()
H A Dhuks_wrapper.c201 int32_t IsKeyExist(const struct KeyId *keyId) in IsKeyExist() function

Completed in 2 milliseconds