Lines Matching full:validates
23 // Validates the FruVersion is checked for the only legal value. in TEST()
32 // Validates the reserved bit(7:4) of first bytes. in TEST()
41 // Validates the padding byte (7th byte). in TEST()
50 // Validates the checksum, check for incorrect value. in TEST()
59 // Validates the checksum, check for correct value. in TEST()
68 // Validates the FruData size is checked for non empty. in TEST()
76 // Validates the FruArea value, check if it is within range. in TEST()
87 // Validates the Overlap of offsets with overlapped values. in TEST()
96 // Validates the Overlap of offsets with overlapped values. in TEST()
105 // Validates all inputs with expected value and no overlap. in TEST()
541 // Validates that an empty area does not cause any issues. in TEST()
548 // Validates that a valid area updates the checksum correctly. in TEST()
557 // Validates that an invalid area does not update the checksum. in TEST()
565 // Validates that an empty data vector returns false. in TEST()