Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dcrypto.c204 static uma_zone_t cryptop_zone; variable
332 cryptop_zone = uma_zcreate("cryptop", in crypto_init()
487 if (cryptop_zone != NULL) in crypto_destroy()
488 uma_zdestroy(cryptop_zone); in crypto_destroy()
1770 uma_zfree(cryptop_zone, crp); in crypto_freereq()
1792 crp = uma_zalloc(cryptop_zone, how | M_ZERO); in crypto_getreq()