Searched refs:sslRead (Results 1 – 2 of 2) sorted by relevance
445 int DnsTlsSocket::sslRead(const Slice buffer, bool wait) { in sslRead() function in android::net::DnsTlsSocket487 int err = sslRead(Slice(responseHeader, 2), false); in readResponse()501 if (sslRead(netdutils::makeSlice(response), true) != SSL_ERROR_NONE) { in readResponse()509 if (sslRead(netdutils::makeSlice(discard), true) != SSL_ERROR_NONE) { in readResponse()
94 int sslRead(const netdutils::Slice buffer, bool wait) REQUIRES(mLock);