Searched refs:cryptop_zone (Results 1 – 1 of 1) sorted by relevance
194 static uma_zone_t cryptop_zone; variable273 cryptop_zone = uma_zcreate("cryptop", sizeof (struct cryptop), in crypto_init()283 if (cryptodesc_zone == NULL || cryptop_zone == NULL || in crypto_init()410 if (cryptop_zone != NULL) in crypto_destroy()411 uma_zdestroy(cryptop_zone); in crypto_destroy()1307 uma_zfree(cryptop_zone, crp); in crypto_freereq()1319 crp = uma_zalloc(cryptop_zone, M_NOWAIT|M_ZERO); in crypto_getreq()