Searched refs:RoleToString (Results 1 – 1 of 1) sorted by relevance
64 const char* RoleToString() { return role_ == Role::Server ? kServerRoleStr : kClientRoleStr; } in RoleToString() function in adb::tls::__anon2995fb160111::TlsConnectionImpl87 LOG(INFO) << RoleToString() << "Initializing adbwifi TlsConnection"; in TlsConnectionImpl()157 LOG(ERROR) << RoleToString() << "Failed to create a X509 buffer for the certificate."; in AddTrustedCertificate()213 LOG(INFO) << RoleToString() << "Starting adbwifi tls handshake"; in DoHandshake()221 LOG(ERROR) << RoleToString() << "Failed to create SSL context"; in DoHandshake()228 LOG(ERROR) << RoleToString() << "Unable to add certificates into the X509_STORE"; in DoHandshake()255 LOG(ERROR) << RoleToString() in DoHandshake()267 LOG(ERROR) << RoleToString() << "SSL_set_fd failed. [" << SSLErrorString() << "]"; in DoHandshake()280 LOG(ERROR) << RoleToString() << "Handshake failed in SSL_accept/SSL_connect [" in DoHandshake()292 LOG(ERROR) << RoleToString() << "Post-handshake SSL_peek failed [" << SSLErrorString() in DoHandshake()[all …]