Searched refs:kekCipherTextBuffer (Results 1 – 3 of 3) sorted by relevance
243 uint8_t kekCipherTextBuffer[MAX_KEY_SIZE] = {0}; in HksImportWrappedKeyTestCommonCase() local244 struct HksBlob kekCipherText = { MAX_KEY_SIZE, kekCipherTextBuffer }; in HksImportWrappedKeyTestCommonCase()
437 uint8_t kekCipherTextBuffer[OH_HUKS_MAX_KEY_SIZE] = {0};438 struct OH_Huks_Blob kekCipherText = {OH_HUKS_MAX_KEY_SIZE, kekCipherTextBuffer};