Home
last modified time | relevance | path

Searched refs:infoSize (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_derive_test.cpp121 uint32_t infoSize = deriveParamSetParams->infoSize; in DeriveKey() local
125 if (infoSize != 0) { in DeriveKey()
126 HKS_TEST_ASSERT(TestConstuctBlob(infoData, true, infoSize, true, infoSize) == 0); in DeriveKey()
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_derive_test.c174 uint32_t infoSize = deriveParamSetParams->infoSize; in DeriveKey() local
178 if (infoSize != 0) { in DeriveKey()
179 HKS_TEST_ASSERT(TestConstuctBlob(infoData, true, infoSize, true, infoSize) == 0); in DeriveKey()
/test/xts/acts/security_lite/huks/common/include/
Dhks_test_common.h144 uint32_t infoSize; member