HomeSort by: relevance | last modified time | path
    Searched defs:swcrypto_attach (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/opencrypto/
cryptosoft.c 1317 * swcrypto_attach() must be called after attached cpus, because
1324 * So, swcrypto_attach() must be called from not module_init_class()
1330 void swcrypto_attach(device_t, device_t, void *);
1333 swcrypto_attach(device_t parent, device_t self, void *opaque) function in typeref:typename:void
1367 CFATTACH_DECL2_NEW(swcrypto, 0, swcrypto_match, swcrypto_attach,
cryptosoft.c 1317 * swcrypto_attach() must be called after attached cpus, because
1324 * So, swcrypto_attach() must be called from not module_init_class()
1330 void swcrypto_attach(device_t, device_t, void *);
1333 swcrypto_attach(device_t parent, device_t self, void *opaque) function in typeref:typename:void
1367 CFATTACH_DECL2_NEW(swcrypto, 0, swcrypto_match, swcrypto_attach,

Completed in 75 milliseconds