Searched refs:cryptodesc_cache (Results 1 – 1 of 1) sorted by relevance
367 static pool_cache_t cryptodesc_cache; variable560 cryptodesc_cache = pool_cache_init(sizeof(struct cryptodesc), in crypto_init0()676 pool_cache_destroy(cryptodesc_cache); in crypto_destroy()1585 pool_cache_put(cryptodesc_cache, crd); in crypto_freereq()1622 crd = pool_cache_get(cryptodesc_cache, PR_NOWAIT); in crypto_getreq()