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