Lines Matching refs:LOG
64 LOG(INFO) << "generate_key(" << file << ")..."; in generate_key()
68 LOG(ERROR) << "Unable to create key"; in generate_key()
77 LOG(ERROR) << "failed to calculate public key"; in generate_key()
95 LOG(ERROR) << "Failed to write key"; in generate_key()
111 LOG(ERROR) << "failed to encode RSA public key"; in hash_key()
131 LOG(ERROR) << "Failed to read key from '" << file << "'"; in read_key_file()
152 LOG(INFO) << (already_loaded ? "ignored already-loaded" : "loaded new") << " key from '" << file in load_key()
158 LOG(INFO) << "load_keys '" << path << "'..."; in load_keys()
174 LOG(WARNING) << "load_keys: refusing to recurse into directory '" << path << "'"; in load_keys()
194 LOG(INFO) << "skipped non-adb_key '" << path << "/" << name << "'"; in load_keys()
203 LOG(ERROR) << "load_keys: unexpected type for '" << path << "': 0x" << std::hex << st.st_mode; in load_keys()
220 LOG(INFO) << "User key '" << path << "' does not exist..."; in load_userkey()
222 LOG(ERROR) << "Failed to generate new key"; in load_userkey()
303 LOG(ERROR) << "Failed to allocate key"; in adb_auth_get_user_privkey()
341 LOG(INFO) << "adb_auth_inotify_update called"; in adb_auth_inotify_update()
351 LOG(INFO) << "done reading inotify fd"; in adb_auth_inotify_update()
365 LOG(FATAL) << "observed inotify event for unmonitored path, wd = " << event->wd; in adb_auth_inotify_update()
376 LOG(INFO) << "ignoring new directory at '" << path << "'"; in adb_auth_inotify_update()
378 LOG(INFO) << "observed new file at '" << path << "'"; in adb_auth_inotify_update()
382 LOG(WARNING) << "unmonitored event for " << path << ": 0x" << std::hex in adb_auth_inotify_update()
392 LOG(INFO) << "adb_auth_inotify_init..."; in adb_auth_inotify_init()
408 LOG(INFO) << "watch descriptor " << wd << " registered for '" << path << "'"; in adb_auth_inotify_init()
417 LOG(INFO) << "adb_auth_init..."; in adb_auth_init()
420 LOG(ERROR) << "Failed to load (or generate) user key"; in adb_auth_init()
436 LOG(INFO) << "Calling send_auth_publickey"; in send_auth_publickey()
469 LOG(INFO) << "Calling send_auth_response"; in send_auth_response()
491 LOG(INFO) << "t->auth_key not set before handshake"; in adb_auth_tls_handshake()
496 LOG(INFO) << "Attempting to TLS handshake"; in adb_auth_tls_handshake()
499 LOG(INFO) << "Handshake succeeded. Waiting for CNXN packet..."; in adb_auth_tls_handshake()
501 LOG(INFO) << "Handshake failed. Kicking transport"; in adb_auth_tls_handshake()
514 LOG(INFO) << __func__; in adb_tls_set_certificate()
520 LOG(INFO) << "No client CA list. Trying with default certificate."; in adb_tls_set_certificate()
534 LOG(INFO) << "Checking for fingerprint match [" << *adbFingerprint << "]"; in adb_tls_set_certificate()
543 LOG(INFO) << "Got SHA256 match on a key"; in adb_tls_set_certificate()
552 LOG(INFO) << "No match for [" << *adbFingerprint << "]"; in adb_tls_set_certificate()