Searched refs:driverid (Results 1 – 2 of 2) sorted by relevance
1120 crypto_kregister(uint32_t driverid, int kalg, uint32_t flags) in crypto_kregister() argument1127 cap = crypto_checkdriver(driverid); in crypto_kregister()1160 crypto_unregister_all(uint32_t driverid) in crypto_unregister_all() argument1165 cap = crypto_checkdriver(driverid); in crypto_unregister_all()1172 crypto_drivers[driverid] = NULL; in crypto_unregister_all()1191 crypto_unblock(uint32_t driverid, int what) in crypto_unblock() argument1197 cap = crypto_checkdriver(driverid); in crypto_unblock()
651 extern int crypto_unregister_all(uint32_t driverid);