Searched refs:integrityTag (Results 1 – 3 of 3) sorted by relevance
98 static constexpr uint8_t integrityTag = 0x40; variable163 cipherRecords.push_back(record.value(integrity, 0) | integrityTag); in getCipherRecords()164 supportedAlgorithmSet.insert(record.value(integrity, 0) | integrityTag); in getCipherRecords()
83 cipherRecords.push_back(record.value(integrity, 0) | integrityTag); in getCipherRecords()84 supportedAlgorithmSet.insert(record.value(integrity, 0) | integrityTag); in getCipherRecords()
39 static constexpr auto integrityTag = 0x40; variable