Searched defs:ssl (Results 1 – 3 of 3) sorted by relevance
27 bool DnsTlsSessionCache::prepareSsl(SSL* ssl) { in prepareSsl()40 int DnsTlsSessionCache::newSessionCallback(SSL* ssl, SSL_SESSION* session) { in newSessionCallback()
187 bssl::UniquePtr<SSL> ssl(SSL_new(mSslCtx.get())); in sslConnect() local
300 bssl::UniquePtr<SSL> ssl(SSL_new(ctx_.get())); in requestHandler() local323 bool DnsTlsFrontend::handleOneRequest(SSL* ssl) { in handleOneRequest()