Home
last modified time | relevance | path

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

/bsp/hpmicro/libraries/hpm_sdk/drivers/src/
A Dhpm_tamp_drv.c20 ptr->TAMP[ch].POLY = config->poly; in tamp_init_ch_config()
34 config->poly = 0; in tamp_get_default_ch_config()
A Dhpm_crc_drv.c14 cfg->poly = 0x4C11DB7ul; in crc_get_default_channel_config()
29 ptr->CHN[ch_index].POLY = cfg->poly; in crc_setup_channel_config()
/bsp/tae32f5300/Libraries/CMSIS/Include/
A Darm_vec_math.h227 f32x4_t poly = vtaylor_polyq_f32(val, exp_tab); in vexpq_f32() local
230 poly = (f32x4_t) (vqaddq_s32((q31x4_t) (poly), vqshlq_n_s32(m, 23))); in vexpq_f32()
232 poly = vdupq_m(poly, 0.0f, vcmpltq_n_s32(m, -126)); in vexpq_f32()
233 return poly; in vexpq_f32()
/bsp/n32g452xx/Libraries/rt_drivers/
A Ddrv_crypto.c37 if (ctx ->crc_cfg.poly != CRC16_PLOY) in _get_crc16()
76 if (ctx ->crc_cfg.poly != CRC32_PLOY) in _get_crc32()
368 .poly = 0x8005, in crc_demo()
376 .poly = 0x04C11DB7, in crc_demo()
/bsp/hc32/tests/
A Dtest_crypto.c70 .poly = 0x1021U, in crc_test()
79 cfg.poly = 0x04C11DB7UL; in crc_test()
/bsp/hpmicro/libraries/hpm_sdk/drivers/inc/
A Dhpm_tamp_drv.h68 uint32_t poly; /* used in active mode */ member
A Dhpm_crc_drv.h83 uint32_t poly; /*!< Poly for CRC. */ member
/bsp/nuvoton/libraries/m2354/rtt_port/
A Ddrv_crc.c110 switch (ctx->crc_cfg.poly) in nu_crc_update()
/bsp/nuvoton/libraries/m480/rtt_port/
A Ddrv_crc.c110 switch (ctx->crc_cfg.poly) in nu_crc_update()
/bsp/nuvoton/libraries/m031/rtt_port/
A Ddrv_crc.c111 switch (ctx->crc_cfg.poly) in nu_crc_update()
/bsp/nuvoton/libraries/m460/rtt_port/
A Ddrv_crc.c110 switch (ctx->crc_cfg.poly) in nu_crc_update()
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_crypto.c40 if (ctx->crc_cfg.poly != DEFAULT_CRC16_CCITT_POLY && ctx->crc_cfg.poly != DEFAULT_CRC32_POLY) in _crc_update()
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_crypto.c65 switch (ctx->crc_cfg.poly) in swm_crc_update()
/bsp/stm32/stm32mp157a-st-ev1/board/ports/
A Dcrypto_sample.c50 .poly = 0x04C11DB7, in hw_crc_sample()
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_crypto.c53 switch (ctx->crc_cfg.poly) in swm_crc_update()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/crypto/
A Dcrypto_sample.c84 .poly = 0x04C11DB7, in hw_crc_sample()
/bsp/synwit/swm320-mini/applications/
A Dmain.c506 .poly = 0x04C11DB7, in crypto_sample()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_crypto.c60 HW_TypeDef->Init.GeneratingPolynomial = ctx ->crc_cfg.poly; in _crc_update()
/bsp/synwit/swm341-mini/applications/
A Dmain.c669 .poly = 0x04C11DB7, in crypto_sample()
/bsp/w60x/drivers/
A Ddrv_crypto.c82 switch (ctx->crc_cfg.poly) in _crc_update()

Completed in 46 milliseconds