Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_crc_drv.c20 cfg->xorout = 0xFFFFFFF; in crc_get_default_channel_config()
31 ptr->CHN[ch_index].XOROUT = cfg->xorout; in crc_setup_channel_config()
/bsp/hc32/tests/
A Dtest_crypto.c72 .xorout = 0xFFFFU, in crc_test()
81 cfg.xorout = 0xFFFFFFFFUL; in crc_test()
/bsp/n32g452xx/Libraries/rt_drivers/
A Ddrv_crypto.c370 .xorout = 0x0000, in crc_demo()
378 .xorout = 0x00000000, in crc_demo()
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_crc.c136 return crc_result ^ 0x00 ^ ctx->crc_cfg.xorout; in nu_crc_update()
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_crc.c136 return crc_result ^ 0x00 ^ ctx->crc_cfg.xorout; in nu_crc_update()
/bsp/nuvoton/libraries/m031/rtt_port/
A Ddrv_crc.c137 return crc_result ^ 0x00 ^ ctx->crc_cfg.xorout; in nu_crc_update()
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_crc.c136 return crc_result ^ 0x00 ^ ctx->crc_cfg.xorout; in nu_crc_update()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_crc_drv.h88 uint32_t xorout; /*!< XOR mask for CRC result (for no mask, should be 0). */ member
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_crypto.c119 result = (result ? result ^ (ctx->crc_cfg.xorout) : result); in swm_crc_update()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Dcrypto_sample.c52 .xorout = 0x00000000, in hw_crc_sample()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_crypto.c130 …if (ctx->crc_cfg.flags != 0 || ctx->crc_cfg.last_val != 0xFFFFFFFF || ctx->crc_cfg.xorout != 0 || … in _crc_update()
149 result = (result ? result ^ (ctx ->crc_cfg.xorout) : result); in _crc_update()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_crypto.c122 result = (result ? result ^ (ctx->crc_cfg.xorout) : result); in swm_crc_update()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/crypto/
A Dcrypto_sample.c86 .xorout = 0x00000000, in hw_crc_sample()
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_crypto.c73 if (ctx->crc_cfg.xorout) in _crc_update()
/bsp/synwit/swm320-mini/applications/
A Dmain.c508 .xorout = 0x00000000, in crypto_sample()
/bsp/synwit/swm341-mini/applications/
A Dmain.c671 .xorout = 0x00000000, //不支持XOR in crypto_sample()
/bsp/w60x/drivers/
A Ddrv_crypto.c120 return crc_result ^ 0x00 ^ ctx->crc_cfg.xorout; in _crc_update()

Completed in 39 milliseconds