Home
last modified time | relevance | path

Searched defs:crc_val (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/
Dhi_nvm.c81 hi_u32 crc_val = 0; in nv_check_file() local
248 hi_u32 crc_val = 0; in nv_read_common() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/
Dhi_nvm.c81 hi_u32 crc_val = 0; in nv_check_file() local
246 hi_u32 crc_val = 0; in nv_read_common() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_crash.h266 hi_u32 crc_val : 16; /**< CRC16 calue of crash information.CNcomment:CRC16校验值.CNend */ member
/device/soc/winnermicro/wm800/board/platform/common/crypto/
Dwm_crypto_hard.c772 int tls_crypto_crc_final(psCrcContext_t *ctx, u32 *crc_val) in tls_crypto_crc_final()