Searched refs:crypto_modevent (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/opencrypto/ |
| HD | crypto.c | 1622 int crypto_modevent(module_t mod, int type, void *unused); 1632 crypto_modevent(module_t mod, int type, void *unused) in crypto_modevent() function
|
| HD | cryptosoft.c | 1429 extern int crypto_modevent(struct module *, int, void *); 1431 DRIVER_MODULE(cryptosoft, nexus, swcr_driver, swcr_devclass, crypto_modevent,NULL);
|