Home
last modified time | relevance | path

Searched defs:HKS_ERROR_NULL_POINTER (Results 1 - 3 of 3) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/
H A Dhks_export_test_mt.cpp106 EXPECT_EQ(HksExportPublicKeyForDe(nullptr, nullptr, &publicKey), HKS_ERROR_NULL_POINTER); in HWTEST_F() local
120 EXPECT_EQ(HksExportPublicKeyForDe(&testAlias, nullptr, nullptr), HKS_ERROR_NULL_POINTER); in HWTEST_F() local
/base/security/huks/interfaces/inner_api/huks_lite/
H A Dhks_errno.h73 #define HKS_ERROR_NULL_POINTER ((int32_t)-1000) macro
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
H A Dhks_type_enum.h288 HKS_ERROR_NULL_POINTER = -14, enumerator

Completed in 4 milliseconds