Searched refs:extbuf (Results 1 – 1 of 1) sorted by relevance
496 void *extbuf = NULL; in append_signed_measurement() local536 tmp = extbuf = xzalloc(FSVERITY_EXTLEN(sig_size)); in append_signed_measurement()539 ASSERT(tmp == extbuf + FSVERITY_EXTLEN(sig_size)); in append_signed_measurement()540 if (!full_write(out, extbuf, FSVERITY_EXTLEN(sig_size))) in append_signed_measurement()546 free(extbuf); in append_signed_measurement()