Home
last modified time | relevance | path

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

/netbsd-src/sys/opencrypto/
H A Dcrypto.c366 static pool_cache_t cryptop_cache; variable
558 cryptop_cache = pool_cache_init(sizeof(struct cryptop), in crypto_init0()
675 pool_cache_destroy(cryptop_cache); in crypto_destroy()
1587 pool_cache_put(cryptop_cache, crp); in crypto_freereq()
1615 crp = pool_cache_get(cryptop_cache, PR_NOWAIT); in crypto_getreq()