Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/secure/
Dcrypto.h102 hi_u32 crypto_kernel_read(hi_u32 start, hi_u32 offset, hi_u8 *buf, hi_u32 buf_len);
Dcrypto.c1111 hi_u32 crypto_kernel_read(hi_u32 start, hi_u32 offset, hi_u8 *buf, hi_u32 buf_len) in crypto_kernel_read() function
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_tool.c30 ret = crypto_kernel_read(g_compress_src_addr, offset, buffer, size); in kernel_comprss_flash_read()