Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcrypto.c212 static struct thread *cryptotd; variable
322 error = kproc_kthread_add(crypto_dispatch_thread, NULL, &p, &cryptotd, in crypto_init()
441 crypto_terminate(&cryptotd, &crp_q); in crypto_destroy()
1848 if (cryptotd == NULL) in crypto_dispatch_thread()