Home
last modified time | relevance | path

Searched refs:sslRead (Results 1 – 2 of 2) sorted by relevance

/system/netd/resolv/
DDnsTlsSocket.cpp472 int DnsTlsSocket::sslRead(const Slice buffer, bool wait) { in sslRead() function in android::net::DnsTlsSocket
513 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()
DDnsTlsSocket.h94 int sslRead(const netdutils::Slice buffer, bool wait) REQUIRES(mLock);