Searched refs:DER_BAD (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dder.c62 #define DER_BAD CAST(uint32_t, -1) macro
154 return DER_BAD;
162 return DER_BAD;
167 return DER_BAD;
178 * Returns the length, or DER_BAD if the end of the input is reached or the
190 return DER_BAD;
202 return DER_BAD;
219 return DER_BAD;
269 if (gettag(b, &offs, len) == DER_BAD) {
277 if (tlen == DER_BAD) {
[all...]

Completed in 110 milliseconds