Searched refs:confTag (Results 1 – 3 of 3) sorted by relevance
100 static constexpr uint8_t confTag = 0x80; variable167 cipherRecords.push_back(record.value(conf, 0) | confTag); in getCipherRecords()168 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords()
87 cipherRecords.push_back(record.value(conf, 0) | confTag); in getCipherRecords()88 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords()
41 static constexpr auto confTag = 0x80; variable