Lines Matching refs:value
144 cipherRecords.push_back(record.value(cipher, 0)); in getCipherRecords()
146 cipherRecords.push_back(record.value(oem, 0)); in getCipherRecords()
147 cipherRecords.push_back(record.value(oem, 0) >> 8); in getCipherRecords()
148 cipherRecords.push_back(record.value(oem, 0) >> 16); in getCipherRecords()
155 cipherRecords.push_back(record.value(cipher, 0)); in getCipherRecords()
159 cipherRecords.push_back(record.value(auth, 0)); in getCipherRecords()
160 supportedAlgorithmSet.insert(record.value(auth, 0)); in getCipherRecords()
163 cipherRecords.push_back(record.value(integrity, 0) | integrityTag); in getCipherRecords()
164 supportedAlgorithmSet.insert(record.value(integrity, 0) | integrityTag); in getCipherRecords()
167 cipherRecords.push_back(record.value(conf, 0) | confTag); in getCipherRecords()
168 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords()