mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 19:38:56 +00:00
14 lines
328 B
C
14 lines
328 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
|
*
|
||
|
|
* Authors: Xiong Hao <hao.xiong@artinchip.com>
|
||
|
|
*/
|
||
|
|
|
||
|
|
unsigned char spi_aes_key[] = {
|
||
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
|
0x00, 0x00, 0x00, 0x00
|
||
|
|
};
|
||
|
|
unsigned int spi_aes_key_len = 16;
|