Searched refs:plainKeyCipherBuffer (Results 1 – 3 of 3) sorted by relevance
241 uint8_t plainKeyCipherBuffer[MAX_KEY_SIZE] = {0}; in HksImportWrappedKeyTestCommonCase() local242 struct HksBlob plainCipherText = { MAX_KEY_SIZE, plainKeyCipherBuffer }; in HksImportWrappedKeyTestCommonCase()
435 uint8_t plainKeyCipherBuffer[OH_HUKS_MAX_KEY_SIZE] = {0};436 struct OH_Huks_Blob plainCipherText = {OH_HUKS_MAX_KEY_SIZE, plainKeyCipherBuffer};