Lines Matching refs:value
64 cipherRecords.push_back(record.value(cipher, 0)); in getCipherRecords()
66 cipherRecords.push_back(record.value(oem, 0)); in getCipherRecords()
67 cipherRecords.push_back(record.value(oem, 0) >> 8); in getCipherRecords()
68 cipherRecords.push_back(record.value(oem, 0) >> 16); in getCipherRecords()
75 cipherRecords.push_back(record.value(cipher, 0)); in getCipherRecords()
79 cipherRecords.push_back(record.value(auth, 0)); in getCipherRecords()
80 supportedAlgorithmSet.insert(record.value(auth, 0)); in getCipherRecords()
83 cipherRecords.push_back(record.value(integrity, 0) | integrityTag); in getCipherRecords()
84 supportedAlgorithmSet.insert(record.value(integrity, 0) | integrityTag); in getCipherRecords()
87 cipherRecords.push_back(record.value(conf, 0) | confTag); in getCipherRecords()
88 supportedAlgorithmSet.insert(record.value(conf, 0) | confTag); in getCipherRecords()