Home
last modified time | relevance | path

Searched refs:crypto_modevent (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/opencrypto/
HDcrypto.c1622 int crypto_modevent(module_t mod, int type, void *unused);
1632 crypto_modevent(module_t mod, int type, void *unused) in crypto_modevent() function
HDcryptosoft.c1429 extern int crypto_modevent(struct module *, int, void *);
1431 DRIVER_MODULE(cryptosoft, nexus, swcr_driver, swcr_devclass, crypto_modevent,NULL);