Searched refs:supportedAlgorithmRecords (Results 1 – 2 of 2) sorted by relevance
48 std::vector<uint8_t> supportedAlgorithmRecords; in getCipherRecords() local102 std::back_inserter(supportedAlgorithmRecords)); in getCipherRecords()104 return std::make_pair(cipherRecords, supportedAlgorithmRecords); in getCipherRecords()
117 std::vector<uint8_t> supportedAlgorithmRecords; in getCipherRecords() local173 std::back_inserter(supportedAlgorithmRecords)); in getCipherRecords()175 return std::make_pair(cipherRecords, supportedAlgorithmRecords); in getCipherRecords()