Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dcrypto.c216 static struct thread *cryptotd; variable
326 error = kproc_kthread_add(crypto_dispatch_thread, NULL, &p, &cryptotd, in crypto_init()
445 crypto_terminate(&cryptotd, &crp_q); in crypto_destroy()
1857 if (cryptotd == NULL) in crypto_dispatch_thread()