/base/security/huks/services/huks_standard/huks_engine/main/core_dependency/src/ |
H A D | hks_core_useriam_wrap.cpp | 46 return HKS_ERROR_NOT_SUPPORTED;
in ConvertToHksAuthType() 62 return HKS_ERROR_NOT_SUPPORTED;
in HksCoreConvertUserIamTypeToHksType() 80 return HKS_ERROR_NOT_SUPPORTED;
in HksCoreConvertUserIamTypeToHksType()
|
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
H A D | hks_crypto_hal_dsa_key.cpp | 83 ASSERT_EQ(HKS_ERROR_NOT_SUPPORTED, ret); in HWTEST_F() 87 ASSERT_EQ(HKS_ERROR_NOT_SUPPORTED, ret); in HWTEST_F() 112 ASSERT_EQ(ret, HKS_ERROR_NOT_SUPPORTED); in HWTEST_F() 129 ASSERT_EQ(ret, HKS_ERROR_NOT_SUPPORTED); in HWTEST_F()
|
H A D | hks_crypto_hal_rsa_key.cpp | 48 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 61 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 74 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 88 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 101 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 114 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED,
|
H A D | hks_crypto_hal_aes_key.cpp | 47 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 60 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 73 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED,
|
H A D | hks_crypto_hal_ecc_key.cpp | 48 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 62 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 75 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 88 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED,
|
H A D | hks_crypto_hal_rsa_decrypt.cpp | 58 .decryptResult = HKS_ERROR_NOT_SUPPORTED, 85 .decryptResult = HKS_ERROR_NOT_SUPPORTED, 106 .decryptResult = HKS_ERROR_NOT_SUPPORTED, 131 .decryptResult = HKS_ERROR_NOT_SUPPORTED, 157 .decryptResult = HKS_ERROR_NOT_SUPPORTED, 186 .decryptResult = HKS_ERROR_NOT_SUPPORTED,
|
H A D | hks_crypto_hal_rsa_encrypt.cpp | 60 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 88 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 110 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 137 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 165 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 196 .encryptResult = HKS_ERROR_NOT_SUPPORTED,
|
H A D | hks_crypto_hal_hmac_key.cpp | 81 ASSERT_EQ(HKS_ERROR_NOT_SUPPORTED, ret); in HWTEST_F()
|
H A D | hks_crypto_hal_rsa_cipher.cpp | 66 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 94 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 122 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 154 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 187 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 223 .encryptResult = HKS_ERROR_NOT_SUPPORTED,
|
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/useridm/src/ |
H A D | hks_useridm_api_wrap.cpp | 50 return HKS_ERROR_NOT_SUPPORTED; in ConvertFromHksAuthType() 69 return HKS_ERROR_NOT_SUPPORTED; in ConvertToHksAuthType() 245 return HKS_ERROR_NOT_SUPPORTED; in HksConvertUserIamTypeToHksType() 252 return HKS_ERROR_NOT_SUPPORTED; in HksUserIdmGetSecInfo() 260 return HKS_ERROR_NOT_SUPPORTED; in HksUserIdmGetAuthInfoNum() 268 return HKS_ERROR_NOT_SUPPORTED; in HksConvertUserIamTypeToHksType()
|
/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_core_service_key_attest.c | 82 return HKS_ERROR_NOT_SUPPORTED; in HksCoreAttestKey() 108 return HKS_ERROR_NOT_SUPPORTED; in HksCoreAttestKey()
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_dsa.c | 28 return HKS_ERROR_NOT_SUPPORTED; in HksMbedtlsDsaGenerateKey()
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | hks_rsa_ecb_nopadding_mt.cpp | 203 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 232 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 259 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 288 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 317 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 347 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 377 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 407 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 436 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 467 .encryptResult = HKS_ERROR_NOT_SUPPORTED, [all...] |
H A D | hks_dsa_mt.cpp | 64 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 88 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 111 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 135 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 182 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 206 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 229 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 254 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 301 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, 325 .generateKeyResult = HKS_ERROR_NOT_SUPPORTED, [all...] |
H A D | hks_aes_cipher_mt.cpp | 152 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 280 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 408 .encryptResult = HKS_ERROR_NOT_SUPPORTED, 458 if (testCaseParams.encryptResult != HKS_ERROR_NOT_SUPPORTED) { in RunTestCase()
|
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/bms/src/ |
H A D | hks_bms_api_wrap.cpp | 104 return HKS_ERROR_NOT_SUPPORTED; in HksGetHapInfo() 138 return HKS_ERROR_NOT_SUPPORTED; in HksGetHapPkgName() 167 return HKS_ERROR_NOT_SUPPORTED; in HksGetSaInfo() 196 return HKS_ERROR_NOT_SUPPORTED; in HksGetSaProcessName()
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/ca/ |
H A D | hks_ca_access.c | 26 return HKS_ERROR_NOT_SUPPORTED; in HksAccessInitialize() 31 return HKS_ERROR_NOT_SUPPORTED; in HksAccessRefresh()
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/crypto_common/src/ |
H A D | hks_core_get_main_key.c | 37 return HKS_ERROR_NOT_SUPPORTED; in L2CoreGetMainKey()
|
/base/security/huks/test/unittest/huks_standard_test/module_test/utils_test/src/ |
H A D | hks_attest_utils_test.cpp | 111 * @tc.desc: tdd DcmGetPublicKey, with error alg type, expect HKS_ERROR_NOT_SUPPORTED 122 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksAttestUtilsTest004 failed, ret = " << ret; in HWTEST_F() 159 * @tc.desc: tdd DcmGetPublicKey, with wrong key size for ECC, expect HKS_ERROR_NOT_SUPPORTED 170 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksAttestUtilsTest007 failed, ret = " << ret; in HWTEST_F()
|
/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
H A D | hks_client_check.c | 228 HKS_IF_NULL_LOGE_RETURN(paramSet, HKS_ERROR_NOT_SUPPORTED, "null init paramSet: not support user auth!") in HksCheckAndGetUserAuthInfo() 234 return HKS_ERROR_NOT_SUPPORTED; in HksCheckAndGetUserAuthInfo() 239 HKS_IF_NOT_SUCC_LOGE_RETURN(ret, HKS_ERROR_NOT_SUPPORTED, "no user auth type param: not support user auth!") in HksCheckAndGetUserAuthInfo() 406 return HKS_ERROR_NOT_SUPPORTED; in HksCheckChangeStorageLevelParams() 415 return HKS_ERROR_NOT_SUPPORTED; in HksCheckChangeStorageLevelParams()
|
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/ |
H A D | dcm_attest_utils.c | 112 return HKS_ERROR_NOT_SUPPORTED;
in GetEcPublicKey() 227 return HKS_ERROR_NOT_SUPPORTED;
in GetSm2PublicKey() 249 return HKS_ERROR_NOT_SUPPORTED;
in DcmGetPublicKey()
|
/base/security/huks/interfaces/inner_api/huks_lite/ |
H A D | hks_errno.h | 28 #define HKS_ERROR_NOT_SUPPORTED ((int32_t)-134) macro
|
/base/security/huks/services/huks_standard/huks_service/main/systemapi_mock/src/ |
H A D | hks_useridm_api_mock.cpp | 115 return HKS_ERROR_NOT_SUPPORTED; in HksConvertUserIamTypeToHksType()
|
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_change_storage_level_part1_test.cpp | 341 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLevel failed."; in HWTEST_F() 379 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLevel failed."; in HWTEST_F() 455 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLevel failed."; in HWTEST_F() 493 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLevel failed."; in HWTEST_F() 531 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLevel failed."; in HWTEST_F() 569 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLevel failed."; in HWTEST_F() 607 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLevel failed."; in HWTEST_F() 645 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLevel failed."; in HWTEST_F() 798 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLevel failed."; in HWTEST_F() 838 EXPECT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksChangeStorageLeve in HWTEST_F() [all...] |
/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/src/ |
H A D | hks_openssl_rsa_test.cpp | 145 ASSERT_EQ(ret, HKS_ERROR_NOT_SUPPORTED) << "HksRsaEngineTest003 failed, ret = " << ret; in HWTEST_F()
|