Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
Dcrypto.c1093 hi_u32 code_offset = (hi_u32)sizeof(hi_upg_file_head); in crypto_kernel_write() local
1095 …if (((code_offset >= offset) && (code_offset < (offset + buf_len))) || (para->is_crypto_section ==… in crypto_kernel_write()
1115 hi_u32 code_offset = LZMA_HEAD_SIZE; in crypto_kernel_read() local
1117 …if (((code_offset >= offset) && (code_offset < (offset + buf_len))) || (para->is_crypto_section ==… in crypto_kernel_read()