/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
H A D | hks_ecc_sign_verify_part1_test.cpp | 65 .uint32Param = HKS_ECC_KEY_SIZE_224 80 .uint32Param = HKS_ECC_KEY_SIZE_224 95 .uint32Param = HKS_ECC_KEY_SIZE_224 111 .uint32Param = HKS_ECC_KEY_SIZE_224 126 .uint32Param = HKS_ECC_KEY_SIZE_224 141 .uint32Param = HKS_ECC_KEY_SIZE_224 157 .uint32Param = HKS_ECC_KEY_SIZE_224 172 .uint32Param = HKS_ECC_KEY_SIZE_224 187 .uint32Param = HKS_ECC_KEY_SIZE_224 203 .uint32Param = HKS_ECC_KEY_SIZE_224 [all …]
|
H A D | hks_ecdh_agree_part1_test.cpp | 146 .uint32Param = HKS_ECC_KEY_SIZE_224 167 .uint32Param = HKS_ECC_KEY_SIZE_224 185 .uint32Param = HKS_ECC_KEY_SIZE_224 284 struct HksBlob publicKey01 = { .size = HKS_ECC_KEY_SIZE_224, .data = nullptr }; 285 struct HksBlob publicKey02 = { .size = HKS_ECC_KEY_SIZE_224, .data = nullptr };
|
H A D | hks_export_test.cpp | 157 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 },
|
/ohos5.0/base/security/huks/test/reliability/src/ |
H A D | pressure_test.cpp | 232 …struct HksBlob pubKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_S… 471 …HksBlob signature = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… 517 …HksBlob signature = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… 888 … .blob = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_224) } }; 934 …HksBlob priKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_224… 936 …HksBlob pubKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_224… 988 …HksBlob priKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_224… 990 …HksBlob pubKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_224… 998 …HksBlob signature = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… 1179 …HksBlob priKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_224… [all …]
|
H A D | api_pressure_test.cpp | 32 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, \ 559 …struct HksBlob pubKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_S… in ImportKeyTest() 578 …struct HksBlob pubKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_S… in ExportPublicKeyTest() 647 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, in GenerateRandomTest() 670 …HksBlob signature = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_… in SignTest() 721 …struct HksBlob pubKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_S… in AgreeKeyTest() 729 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, in AgreeKeyTest() 740 …HksBlob agreeKey = { .size = HKS_ECC_KEY_SIZE_224, .data = (uint8_t *)HksMalloc(HKS_ECC_KEY_SIZE_2… in AgreeKeyTest() 1179 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 1218 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, [all …]
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/ |
H A D | hks_crypto_hal_ecdsa_sign.cpp | 50 .keyLen = HKS_ECC_KEY_SIZE_224, 128 .keyLen = HKS_ECC_KEY_SIZE_224, 204 .keyLen = HKS_ECC_KEY_SIZE_224, 281 .keyLen = HKS_ECC_KEY_SIZE_224, 357 .keyLen = HKS_ECC_KEY_SIZE_224, 433 .keyLen = HKS_ECC_KEY_SIZE_224,
|
H A D | hks_crypto_hal_ecdh_agree.cpp | 46 .keyLen = HKS_ECC_KEY_SIZE_224, 51 .keyLen = HKS_ECC_KEY_SIZE_224,
|
H A D | hks_crypto_hal_ecc_key.cpp | 42 .keyLen = HKS_ECC_KEY_SIZE_224,
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | hks_ecc_sign_mt.cpp | 53 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 69 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 85 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 101 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 117 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 133 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 443 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 459 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 475 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 491 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, [all …]
|
H A D | hks_ecc_verify_mt.cpp | 51 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 67 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 83 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 99 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 115 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 131 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 443 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 459 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 475 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 491 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, [all …]
|
H A D | hks_ecc_key_mt.cpp | 49 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 65 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 81 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 97 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 113 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 129 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 },
|
H A D | hks_agree_mt.cpp | 96 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 105 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 196 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 206 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 292 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 301 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 },
|
H A D | openssl_ecc_helper.c | 34 case HKS_ECC_KEY_SIZE_224: in GetCurveId()
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/ |
H A D | hks_mbedtls_ecc.c | 44 …if ((keySize != HKS_ECC_KEY_SIZE_224) && (keySize != HKS_ECC_KEY_SIZE_256) && (keySize != HKS_ECC_… in HksMbedtlsEccCheckKeySize() 56 case HKS_ECC_KEY_SIZE_224: in GetEccGroupId()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_check_pur_part_test.cpp | 159 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 }, 168 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 },
|
H A D | hks_cross_test.cpp | 668 uint8_t tmpPub01[HKS_ECC_KEY_SIZE_224] = {0}; 669 uint8_t tmpPub02[HKS_ECC_KEY_SIZE_224] = {0}; 670 struct HksBlob publicKey01 = { HKS_ECC_KEY_SIZE_224, tmpPub01 }; 671 struct HksBlob publicKey02 = { HKS_ECC_KEY_SIZE_224, tmpPub02 };
|
H A D | hks_import_sign_verify_test.cpp | 512 case HKS_ECC_KEY_SIZE_224: in ConstructEccPubKey() 689 case HKS_ECC_KEY_SIZE_224: in ConstructImportedEccKey() 1000 ImportPlainKeyTest(HKS_ALG_ECC, HKS_ECC_KEY_SIZE_224, HKS_DIGEST_SHA256, false);
|
H A D | hks_check_auth_part_test.cpp | 207 { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 },
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_ecc.c | 41 …if ((keyLen != HKS_ECC_KEY_SIZE_224) && (keyLen != HKS_ECC_KEY_SIZE_256) && (keyLen != HKS_ECC_KEY… in HksOpensslEccCheckKeyLen() 52 case HKS_ECC_KEY_SIZE_224: in HksOpensslGetCurveId()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/common_test/src/ |
H A D | hks_base_check_test.cpp | 347 struct HksParam param = { .tag = HKS_TAG_KEY_SIZE, .uint32Param = HKS_ECC_KEY_SIZE_224 };
|
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
H A D | hks_type_enum.h | 130 HKS_ECC_KEY_SIZE_224 = 224, enumerator
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/src/ |
H A D | hks_base_check.c | 160 HKS_ECC_KEY_SIZE_224, 209 HKS_ECC_KEY_SIZE_224,
|
/ohos5.0/base/security/huks/interfaces/kits/napi/src/ |
H A D | huks_napi.cpp | 225 AddInt32Property(env, keySize, "HUKS_ECC_KEY_SIZE_224", HKS_ECC_KEY_SIZE_224); in CreateHuksKeySize()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/ |
H A D | hks_native_api_compatibility_test.cpp | 207 ASSERT_EQ((uint32_t)OH_HUKS_ECC_KEY_SIZE_224 == (uint32_t)HKS_ECC_KEY_SIZE_224, true);
|