Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-hal-cat1/include_pvt/
Dcyhal_crc_impl.h53 extern cy_stc_crypto_crc_context_t _cyhal_crc_context[CY_IP_M0S8CRYPTO_INSTANCES];
55 …verse), (data_xor), (rem_reverse), (rem_xor), (lfsr_init_state), (&_cyhal_crc_context[obj->resourc…
58 …Cy_Crypto_Crc_CalcPartial((base), (data), (length), (&_cyhal_crc_context[obj->resource.block_num]))
61 Cy_Crypto_Crc_CalcFinish((base), (crc), (&_cyhal_crc_context[obj->resource.block_num]))
64 Cy_Crypto_Crc_CalcFree((base), (&_cyhal_crc_context[obj->resource.block_num]))
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_crc.c40 cy_stc_crypto_crc_context_t _cyhal_crc_context[CY_IP_M0S8CRYPTO_INSTANCES]; variable