Searched refs:cryptodesc_zone (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/opencrypto/
H A Dcrypto.c161 static uma_zone_t cryptodesc_zone; variable
242 cryptodesc_zone = uma_zcreate("cryptodesc", sizeof (struct cryptodesc),
245 if (cryptodesc_zone == NULL || cryptop_zone == NULL) {
328 if (cryptodesc_zone != NULL)
329 uma_zdestroy(cryptodesc_zone);
1121 uma_zfree(cryptodesc_zone, crd);
1138 crd = uma_zalloc(cryptodesc_zone, M_NOWAIT|M_ZERO);

Completed in 92 milliseconds