Lines Matching refs:RoleToString
66 const char* RoleToString() { return role_ == Role::Server ? kServerRoleStr : kClientRoleStr; } in RoleToString() function in adb::tls::__anon687488e00111::TlsConnectionImpl
89 LOG(INFO) << RoleToString() << "Initializing adbwifi TlsConnection"; in TlsConnectionImpl()
159 LOG(ERROR) << RoleToString() << "Failed to create a X509 buffer for the certificate."; in AddTrustedCertificate()
215 LOG(INFO) << RoleToString() << "Starting adbwifi tls handshake"; in DoHandshake()
223 LOG(ERROR) << RoleToString() << "Failed to create SSL context"; in DoHandshake()
230 LOG(ERROR) << RoleToString() << "Unable to add certificates into the X509_STORE"; in DoHandshake()
257 LOG(ERROR) << RoleToString() in DoHandshake()
269 LOG(ERROR) << RoleToString() << "SSL_set_fd failed. [" << SSLErrorString() << "]"; in DoHandshake()
282 LOG(ERROR) << RoleToString() << "Handshake failed in SSL_accept/SSL_connect [" in DoHandshake()
294 LOG(ERROR) << RoleToString() << "Post-handshake SSL_peek failed [" << SSLErrorString() in DoHandshake()
302 LOG(INFO) << RoleToString() << "Handshake succeeded."; in DoHandshake()
323 LOG(ERROR) << RoleToString() << "Tried to read on a null SSL connection"; in ReadFully()
333 LOG(ERROR) << RoleToString() << "SSL_read failed [" << SSLErrorString() << "]"; in ReadFully()
345 LOG(ERROR) << RoleToString() << "Tried to read on a null SSL connection"; in WriteFully()
353 LOG(ERROR) << RoleToString() << "SSL_write failed [" << SSLErrorString() << "]"; in WriteFully()