Searched defs:key_data (Results 1 – 4 of 4) sorted by relevance
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/efuse/ |
| D | efuse_drv.c | 151 hi_u32 efuse_read_bits(hi_u16 start_bit, hi_u16 size, hi_u8 *key_data) in efuse_read_bits() 214 hi_u32 efuse_write_bits(hi_u16 start_bit, hi_u16 size, const hi_u8 *key_data, hi_u8 *err_state) in efuse_write_bits()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/efuse/ |
| D | efuse.c | 251 hi_u32 hi_efuse_usr_read(hi_u16 start_bit, hi_u16 size, hi_u8 *key_data) in hi_efuse_usr_read() 271 hi_u32 hi_efuse_usr_write(hi_u16 start_bit, hi_u16 size, const hi_u8 *key_data) in hi_efuse_usr_write()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/efuse/ |
| D | efuse.c | 181 hi_u32 efuse_bits_write(hi_u16 start_bit, hi_u16 size, const hi_u8 *key_data) in efuse_bits_write()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
| D | at_demo_hks.c | 277 …hi_u8 key_data[KEY_DATA_MAX_LEN] = {0}; /* The data on the flash memory cannot be directly used he… in hks_encrypt_conn_para() local 552 hi_u8 key_data[KEY_DATA_MAX_LEN] = {0}; /* 此处不能直接使用flash上数据 */ in hks_encrypt_cert() local
|