Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcrypto.c502 static void cryptointr(void *); /* swi thread to dispatch ops */
574 crypto_q_si = softint_establish(SOFTINT_NET|SOFTINT_MPSAFE, cryptointr, NULL); in crypto_init0()
1797 cryptointr(void *arg __unused) in cryptointr() function