Home
last modified time | relevance | path

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

/components/drivers/hwcrypto/
A Dhwcrypto.c176 static struct rt_hwcrypto_device *hwcrypto_dev; in rt_hwcrypto_dev_default() local
179 if (hwcrypto_dev) in rt_hwcrypto_dev_default()
181 return hwcrypto_dev; in rt_hwcrypto_dev_default()
184 hwcrypto_dev = (struct rt_hwcrypto_device *)rt_device_find(RT_HWCRYPTO_DEFAULT_NAME); in rt_hwcrypto_dev_default()
185 return hwcrypto_dev; in rt_hwcrypto_dev_default()

Completed in 2 milliseconds