Home | History | Annotate | Download | only in verity

Lines Matching refs:FATAL

35 #define FATAL(x...) { \
156 FATAL("failed to allocate memory for salt\n");
163 FATAL("failed to convert salt from hex\n");
168 FATAL("failed to allocate memory for salt\n");
171 FATAL("failed to convert salt to bytes\n");
187 FATAL("invalid value of verity-size\n");
190 FATAL("invalid value of verity-size\n");
211 FATAL("failed to get digest\n");
221 FATAL("failed to allocate memory for salt\n");
226 FATAL("failed to open /dev/urandom\n");
231 FATAL("failed to read %zu bytes from /dev/urandom: %zd %d\n", salt_size, ret, errno);
264 FATAL("failed to open %s\n", data_filename);
275 FATAL("failed to read file %s\n", data_filename);
280 FATAL("file size %" PRIu64 " is not a multiple of %zu bytes\n",
298 FATAL("failed to allocate memory for verity tree\n");
356 FATAL("failed to open output file '%s'\n", verity_filename);
359 FATAL("failed to write '%s'\n", verity_filename);