Searched refs:supportedAlgorithms (Results 1 – 2 of 2) sorted by relevance
122 static std::vector<uint8_t> supportedAlgorithms; in getChannelCipherSuites() local143 std::tie(cipherRecords, supportedAlgorithms) = in getChannelCipherSuites()154 algoSelectBit ? cipherRecords : supportedAlgorithms; in getChannelCipherSuites()
225 static std::vector<uint8_t> supportedAlgorithms; in getChannelCipherSuites() local247 std::tie(cipherRecords, supportedAlgorithms) = getCipherRecords(); in getChannelCipherSuites()257 algoSelectBit ? cipherRecords : supportedAlgorithms; in getChannelCipherSuites()