Searched refs:crc_ctx (Results 1 – 1 of 1) sorted by relevance
26 struct hwcrypto_crc *crc_ctx; in rt_hwcrypto_crc_create() local29 if (crc_ctx == RT_NULL) in rt_hwcrypto_crc_create()39 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create()45 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create()51 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create()57 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create()63 crc_ctx->crc_cfg = temp; in rt_hwcrypto_crc_create()70 return &crc_ctx->parent; in rt_hwcrypto_crc_create()96 struct hwcrypto_crc *crc_ctx = (struct hwcrypto_crc *)ctx; in rt_hwcrypto_crc_update() local97 if (ctx && crc_ctx->ops->update) in rt_hwcrypto_crc_update()[all …]
Completed in 2 milliseconds