Searched refs:corrupt_byte (Results 1 – 2 of 2) sorted by relevance
2682 char corrupt_byte; in TEST_P() local2684 corrupt_byte = static_cast<char>(random() % 256); in TEST_P()2685 } while (corrupt_byte == ciphertext1[offset_to_corrupt]); in TEST_P()2686 ciphertext1[offset_to_corrupt] = corrupt_byte; in TEST_P()2790 char corrupt_byte; in TEST_P() local2792 corrupt_byte = static_cast<char>(random() % 256); in TEST_P()2793 } while (corrupt_byte == ciphertext1[offset_to_corrupt]); in TEST_P()2794 ciphertext1[offset_to_corrupt] = corrupt_byte; in TEST_P()
2388 char corrupt_byte; in TEST_P() local2390 corrupt_byte = static_cast<char>(random() % 256); in TEST_P()2391 } while (corrupt_byte == ciphertext1[offset_to_corrupt]); in TEST_P()2392 ciphertext1[offset_to_corrupt] = corrupt_byte; in TEST_P()2498 char corrupt_byte; in TEST_P() local2500 corrupt_byte = static_cast<char>(random() % 256); in TEST_P()2501 } while (corrupt_byte == ciphertext1[offset_to_corrupt]); in TEST_P()2502 ciphertext1[offset_to_corrupt] = corrupt_byte; in TEST_P()