Home
last modified time | relevance | path

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

/system/extras/libfec/
Dfec_private.h49 #define VERITY_TABLE_ARGS 10 /* mandatory arguments */ macro
50 #define VERITY_MIN_TABLE_SIZE (VERITY_TABLE_ARGS * 2) /* for quick validation */
Dfec_verity.cpp437 if (i < VERITY_TABLE_ARGS) { in parse_table()
439 stringify(VERITY_TABLE_ARGS), i); in parse_table()