Searched refs:hash_failed (Results 1 – 2 of 2) sorted by relevance
60 bool hash_failed:1; /* set if hash of any block failed */ member
170 v->hash_failed = true; in verity_handle_err()777 DMEMIT("%c", v->hash_failed ? 'C' : 'V'); in verity_status()858 DMEMIT(",hash_failed=%c", v->hash_failed ? 'C' : 'V'); in verity_status()
Completed in 6 milliseconds