Home
last modified time | relevance | path

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 Dhks_sm2_sign_verify_test.cpp96 .uint32Param = HKS_AES_KEY_SIZE_512
185 .uint32Param = HKS_AES_KEY_SIZE_512
282 .uint32Param = HKS_AES_KEY_SIZE_512
H A Dhks_hkdf_derive_part1_test.cpp156 .uint32Param = HKS_AES_KEY_SIZE_512
262 .uint32Param = HKS_AES_KEY_SIZE_512
367 .uint32Param = HKS_AES_KEY_SIZE_512
H A Dhks_pbkdf2_derive_part1_test.cpp298 .uint32Param = HKS_AES_KEY_SIZE_512
358 .uint32Param = HKS_AES_KEY_SIZE_512
420 .uint32Param = HKS_AES_KEY_SIZE_512
H A Dhks_hmac_derive_part2_test.cpp197 .uint32Param = HKS_AES_KEY_SIZE_512
H A Dhks_hmac_derive_part1_test.cpp264 .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 Dhks_sm2_cipher_test.cpp88 .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 Dhks_lite_api.cpp108 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 Dhks_type_enum.h138 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 Dhks_inner_test.cpp237 …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 Dhuks_napi.cpp233 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 Dhks_native_api_compatibility_test.cpp214 ASSERT_EQ((uint32_t)OH_HUKS_AES_KEY_SIZE_512 == (uint32_t)HKS_AES_KEY_SIZE_512, true);