MCPcopy Create free account
hub / github.com/F-Stack/f-stack / crypto_checkdriver

Function crypto_checkdriver

freebsd/opencrypto/crypto.c:610–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608}
609
610static struct cryptocap *
611crypto_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

Callers 7

crypto_newsessionFunction · 0.85
crypto_find_device_byhidFunction · 0.85
crypto_getcapsFunction · 0.85
crypto_kregisterFunction · 0.85
crypto_unregister_allFunction · 0.85
crypto_unblockFunction · 0.85
crypto_lookup_kdriverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected