Searched refs:driverid (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sys/opencrypto/ |
| H A D | crypto.c | 1057 crypto_kregister(u_int32_t driverid, int kalg, u_int32_t flags, in crypto_kregister() argument 1066 cap = crypto_checkdriver_lock(driverid); in crypto_kregister() 1079 driverid, in crypto_kregister() 1102 crypto_register(u_int32_t driverid, int alg, u_int16_t maxoplen, in crypto_register() argument 1112 cap = crypto_checkdriver_lock(driverid); in crypto_register() 1129 driverid, in crypto_register() 1204 crypto_unregister(u_int32_t driverid, int alg) in crypto_unregister() argument 1209 cap = crypto_checkdriver_lock(driverid); in crypto_unregister() 1224 crypto_unregister_all(u_int32_t driverid) in crypto_unregister_all() argument 1229 cap = crypto_checkdriver_lock(driverid); in crypto_unregister_all() [all …]
|
| H A D | cryptodev.h | 612 extern int crypto_register(u_int32_t driverid, int alg, u_int16_t maxoplen, 621 extern int crypto_unregister(u_int32_t driverid, int alg); 622 extern int crypto_unregister_all(u_int32_t driverid);
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 843 driverid
|