| 1423 | } |
| 1424 | |
| 1425 | static int |
| 1426 | ut_setup_security(void) |
| 1427 | { |
| 1428 | /* Configure and start the device with no features disabled */ |
| 1429 | return dev_configure_and_start(0); |
| 1430 | } |
| 1431 | |
| 1432 | static int |
| 1433 | ut_setup_security_rx_inject(void) |
nothing calls this directly
no test coverage detected