Searched refs:cryptop_cache (Results 1 – 1 of 1) sorted by relevance
366 static pool_cache_t cryptop_cache; variable558 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()