Searched refs:HKS_AES_KEY_SIZE_512 (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_sm2_sign_verify_test.cpp | 96 .uint32Param = HKS_AES_KEY_SIZE_512 185 .uint32Param = HKS_AES_KEY_SIZE_512 282 .uint32Param = HKS_AES_KEY_SIZE_512
|
H A D | hks_hkdf_derive_part1_test.cpp | 156 .uint32Param = HKS_AES_KEY_SIZE_512 262 .uint32Param = HKS_AES_KEY_SIZE_512 367 .uint32Param = HKS_AES_KEY_SIZE_512
|
H A D | hks_pbkdf2_derive_part1_test.cpp | 298 .uint32Param = HKS_AES_KEY_SIZE_512 358 .uint32Param = HKS_AES_KEY_SIZE_512 420 .uint32Param = HKS_AES_KEY_SIZE_512
|
H A D | hks_hmac_derive_part2_test.cpp | 197 .uint32Param = HKS_AES_KEY_SIZE_512
|
H A D | hks_hmac_derive_part1_test.cpp | 264 .uint32Param = HKS_AES_KEY_SIZE_512
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/asymmetric_alg_test/ |
H A D | hks_sm2_cipher_test.cpp | 88 .uint32Param = HKS_AES_KEY_SIZE_512 187 .uint32Param = HKS_AES_KEY_SIZE_512 307 .uint32Param = HKS_AES_KEY_SIZE_512
|
/ohos5.0/base/security/huks/interfaces/kits/liteapi/src/ |
H A D | hks_lite_api.cpp | 108 AddInt32PropertyInLite(keySize, "HUKS_AES_KEY_SIZE_512", HKS_AES_KEY_SIZE_512); in CreateHuksKeySize()
|
/ohos5.0/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
H A D | hks_type_enum.h | 138 HKS_AES_KEY_SIZE_512 = 512, enumerator
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
H A D | hks_inner_test.cpp | 237 …ret = HksLocalCheckCipherParams(HKS_CMD_ID_ENCRYPT, HKS_AES_KEY_SIZE_512, paramSet, nullptr, nullp…
|
/ohos5.0/base/security/huks/interfaces/kits/napi/src/ |
H A D | huks_napi.cpp | 233 AddInt32Property(env, keySize, "HUKS_AES_KEY_SIZE_512", HKS_AES_KEY_SIZE_512); 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 | 214 ASSERT_EQ((uint32_t)OH_HUKS_AES_KEY_SIZE_512 == (uint32_t)HKS_AES_KEY_SIZE_512, true);
|