Home
last modified time | relevance | path

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

/packages/modules/adb/tls/
Dtls_connection.cpp66 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()
[all …]