Home
last modified time | relevance | path

Searched refs:HKS_AES_KEY_SIZE_512 (Results 1 – 6 of 6) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_sm2_sign_verify_test.cpp92 .uint32Param = HKS_AES_KEY_SIZE_512
191 .uint32Param = HKS_AES_KEY_SIZE_512
293 .uint32Param = HKS_AES_KEY_SIZE_512
/base/security/huks/interfaces/kits/liteapi/src/
Dhks_lite_api.cpp99 AddInt32PropertyInLite(keySize, "HUKS_AES_KEY_SIZE_512", HKS_AES_KEY_SIZE_512); in CreateHuksKeySize()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
Dhks_inner_test.cpp237 …ret = HksLocalCheckCipherParams(HKS_CMD_ID_ENCRYPT, HKS_AES_KEY_SIZE_512, paramSet, nullptr, nullp…
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhks_type.h186 HKS_AES_KEY_SIZE_512 = 512, enumerator
/base/security/huks/interfaces/kits/napi/src/
Dhuks_napi.cpp219 AddInt32Property(env, keySize, "HUKS_AES_KEY_SIZE_512", HKS_AES_KEY_SIZE_512); in CreateHuksKeySize()
/base/security/huks/test/unittest/huks_standard_test/module_test/interface_test/src/
Dhks_native_api_compatibility_test.cpp216 ASSERT_EQ((uint32_t)OH_HUKS_AES_KEY_SIZE_512 == (uint32_t)HKS_AES_KEY_SIZE_512, true);