Home
last modified time | relevance | path

Searched defs:keyAlias (Results 1 - 25 of 197) sorted by relevance

12345678

/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H A Dhks_exist_test.c75 struct HksBlob *keyAlias = NULL; in LITE_TEST_CASE() local
H A Dhks_delete_test.c73 struct HksBlob *keyAlias = NULL; in LITE_TEST_CASE() local
/base/security/huks/interfaces/kits/c/src/
H A Dnative_huks_api_adapter.c22 int32_t HuksAttestAdapter(const struct OH_Huks_Blob *keyAlias, const struct OH_Huks_ParamSet *paramSet, in HuksAttestAdapter() argument
/base/security/huks/interfaces/kits/napi/include/v9/
H A Dhuks_napi_import_key_item.h31 struct HksBlob *keyAlias = nullptr; member
H A Dhuks_napi_get_key_item_properties.h31 struct HksBlob *keyAlias = nullptr; member
H A Dhuks_napi_generate_key_item.h31 struct HksBlob *keyAlias = nullptr; member
H A Dhuks_napi_export_key_item.h30 struct HksBlob *keyAlias = nullptr; member
H A Dhuks_napi_delete_key_item.h31 struct HksBlob *keyAlias = nullptr; member
H A Dhuks_napi_has_key_item.h31 struct HksBlob *keyAlias = nullptr; member
H A Dhuks_napi_import_wrapped_key_item.h31 struct HksBlob *keyAlias = nullptr; member
H A Dhuks_napi_init_session.h30 struct HksBlob *keyAlias = nullptr; member
/base/security/huks/test/unittest/huks_common_test/include/
H A Dhks_test_cipher_h.h19 struct HksBlob *keyAlias; member
30 struct HksBlob *keyAlias; member
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/include/
H A Dhks_test_cipher.h22 struct HksBlob *keyAlias; member
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H A Dhks_exist_test.cpp71 struct HksBlob *keyAlias = NULL; in HWTEST_F() local
H A Dhks_delete_test.cpp70 struct HksBlob *keyAlias = NULL; in HWTEST_F() local
/base/security/huks/test/unittest/huks_lite_test/common/include/
H A Dhks_test_cipher.h22 const struct HksBlob *keyAlias; member
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H A Dhks_exist_test.cpp72 struct HksBlob *keyAlias = NULL; in HWTEST_F() local
H A Dhks_delete_test.cpp71 struct HksBlob *keyAlias = NULL; in HWTEST_F() local
/base/security/certificate_manager/interfaces/kits/napi/include/
H A Dcm_napi_install_app_cert_common.h30 struct CmBlob *keyAlias = nullptr; member
/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_client_service_util.c90 GetKeyFileData(const struct HksProcessInfo *processInfo, const struct HksParamSet *paramSet, const struct HksBlob *keyAlias, struct HksBlob *key, enum HksStorageType mode) GetKeyFileData() argument
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkschangestoragelevel_fuzzer/
H A Dhkschangestoragelevel_fuzzer.cpp39 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI() local
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksgeneratekey_fuzzer/
H A Dhksgeneratekey_fuzzer.cpp39 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI() local
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportwrappedkey_fuzzer/
H A Dhksimportwrappedkey_fuzzer.cpp39 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI() local
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksimportkey_fuzzer/
H A Dhksimportkey_fuzzer.cpp38 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI() local
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkskeyexist_fuzzer/
H A Dhkskeyexist_fuzzer.cpp37 struct HksBlob keyAlias = { ALIAS_SIZE, ReadData<uint8_t *>(data, size, ALIAS_SIZE) }; in DoSomethingInterestingWithMyAPI() local

Completed in 5 milliseconds

12345678