Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcryptodev.c144 static struct pool csepl; variable
971 cse = pool_get(&csepl, PR_NOWAIT); in csecreate()
989 pool_put(&csepl, cse); in csecreate()
1003 pool_put(&csepl, cse); in csefree()
2036 pool_init(&csepl, sizeof(struct csession), 0, 0, 0, "csepl", in cryptoattach()
2047 pool_prime(&csepl, 64 * 5); in cryptoattach()
2066 pool_destroy(&csepl); in crypto_detach()