Searched refs:IsEncrypted (Results 1 – 3 of 3) sorted by relevance
237 virtual bool IsEncrypted() = 0;
120 virtual bool IsEncrypted() { return encrypted_; } in IsEncrypted() function
202 std::string choice(pctx_->ChooseBestSaslMechanism(mechanisms, pctx_->IsEncrypted())); in Advance()