Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcryptosoft.c1508 extern int crypto_modevent(struct module *, int, void *);
1510 DRIVER_MODULE(cryptosoft, nexus, swcr_driver, swcr_devclass, crypto_modevent,0);
H A Dcrypto.c2255 int crypto_modevent(module_t mod, int type, void *unused);
2265 crypto_modevent(module_t mod, int type, void *unused) in crypto_modevent() function