Home
last modified time | relevance | path

Searched refs:plainKeyCipherBuffer (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_wrapped_test_common.cpp232 uint8_t plainKeyCipherBuffer[OH_HUKS_MAX_KEY_SIZE] = {0}; in HksImportWrappedKeyTestCommonCase() local
233 struct OH_Huks_Blob plainCipherText = {OH_HUKS_MAX_KEY_SIZE, plainKeyCipherBuffer}; in HksImportWrappedKeyTestCommonCase()
/test/xts/acts/security/huks/huks_ndk_Test/entry/src/main/cpp/
Dutils.cpp427 uint8_t plainKeyCipherBuffer[OH_HUKS_MAX_KEY_SIZE] = {0}; in HksImportWrappedKeyTestCommonCase() local
428 struct OH_Huks_Blob plainCipherText = {OH_HUKS_MAX_KEY_SIZE, plainKeyCipherBuffer}; in HksImportWrappedKeyTestCommonCase()