Lines Matching refs:OutputLine
85 tcpExample.OutputLine("%s:%d:%d: %s", file, line, level, str); in MbedTlsDebugOutput()
173 OutputLine("mbedtls_pk_parse_key returned %d", rv); in Process()
179 OutputLine("mbedtls_x509_crt_parse (1) returned %d", rv); in Process()
184 OutputLine("mbedtls_x509_crt_parse (2) returned %d", rv); in Process()
189 OutputLine("mbedtls_ssl_setup returned %d", rv); in Process()
439 OutputLine("mbedtls_ssl_config_defaults returned %d", rv); in Process()
555 OutputLine("Ongoing"); in Process()
559 OutputLine("Completed"); in Process()
564 OutputLine("Untested"); in Process()
835 OutputLine("TCP: Connection established"); in HandleTcpEstablished()
873 OutputLine("TCP Benchmark Failed"); in HandleTcpSendDone()
962 OutputLine("TLS receive failure: %d", rv); in HandleTcpReceiveAvailable()
966 OutputLine("TLS: Received %u bytes: %.*s", static_cast<unsigned>(rv), rv, in HandleTcpReceiveAvailable()
970 OutputLine("(TCP: Received %u bytes)", static_cast<unsigned>(aBytesAvailable)); in HandleTcpReceiveAvailable()
982 OutputLine("TCP: Received %u bytes: %.*s", static_cast<unsigned>(data->mLength), in HandleTcpReceiveAvailable()
994 OutputLine("TCP: Reached end of stream"); in HandleTcpReceiveAvailable()
1021 OutputLine("TCP: %s", Stringify(aReason, kReasonStrings)); in HandleTcpDisconnected()
1056 OutputLine(" (active socket is busy)"); in HandleTcpAcceptReady()
1077 OutputLine("mbedtls_ssl_config_defaults returned %d", rv); in HandleTcpAcceptReady()
1085 OutputLine("mbedtls_ssl_conf_own_cert returned %d", rv); in HandleTcpAcceptReady()
1147 OutputLine("TCP Benchmark Failed"); in ContinueBenchmarkCircularSend()
1160 …OutputLine("TCP Benchmark Complete: Transferred %lu bytes in %lu milliseconds", ToUlong(mBenchmark… in OutputBenchmarkResult()
1162 OutputLine("TCP Goodput: %lu.%03u kb/s", ToUlong(thousandTimesGoodput / 1000), in OutputBenchmarkResult()
1185 OutputLine("mbedtls_ssl_set_hostname returned %d", rv); in PrepareTlsHandshake()
1192 OutputLine("mbedtls_ssl_set_hs_ecjpake_password returned %d", rv); in PrepareTlsHandshake()
1211 OutputLine("TLS Handshake Complete"); in ContinueTlsHandshake()
1216 OutputLine("TLS Handshake Failed: %d", rv); in ContinueTlsHandshake()