| 608 | } |
| 609 | |
| 610 | static struct cryptocap * |
| 611 | crypto_checkdriver(uint32_t hid) |
| 612 | { |
| 613 | |
| 614 | return (hid >= crypto_drivers_size ? NULL : crypto_drivers[hid]); |
| 615 | } |
| 616 | |
| 617 | /* |
| 618 | * Select a driver for a new session that supports the specified |
no outgoing calls
no test coverage detected