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