Lines Matching refs:verifyCert
135 ensuressl::VerifyCertificate verifyCert; member in crow::ConnectionInfo
608 ensuressl::getSSLClientContext(verifyCert); in initializeConnection()
636 verifyCert(verifyCertIn), connId(connIdIn), ioc(iocIn), resolver(iocIn), in ConnectionInfo()
652 ensuressl::VerifyCertificate verifyCert; member in crow::ConnectionPool
822 ioc, id, connPolicy, destIP, verifyCert, newId)); in addConnection()
837 verifyCert(verifyCertIn) in ConnectionPool()
901 ensuressl::VerifyCertificate verifyCert, in sendData() argument
906 sendDataWithCallback(std::move(data), destUri, verifyCert, httpHeader, in sendData()
914 ensuressl::VerifyCertificate verifyCert, in sendDataWithCallback() argument
920 if (verifyCert == ensuressl::VerifyCertificate::NoVerify) in sendDataWithCallback()
931 ioc, clientKey, connPolicy, destUrl, verifyCert); in sendDataWithCallback()