Home
last modified time | relevance | path

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

/components/drivers/hwcrypto/
A Dhw_crc.c26 struct hwcrypto_crc *crc_ctx; in rt_hwcrypto_crc_create()
28 …crc_ctx = (struct hwcrypto_crc *)rt_hwcrypto_ctx_create(device, HWCRYPTO_TYPE_CRC, sizeof(struct h… in rt_hwcrypto_crc_create()
96 struct hwcrypto_crc *crc_ctx = (struct hwcrypto_crc *)ctx; in rt_hwcrypto_crc_update()
115 ((struct hwcrypto_crc *)ctx)->crc_cfg = *cfg; in rt_hwcrypto_crc_cfg()
A Dhw_crc.h68 struct hwcrypto_crc;
91 rt_uint32_t (*update)(struct hwcrypto_crc *ctx,
98 struct hwcrypto_crc struct

Completed in 5 milliseconds