Lines Matching refs:auth_key
157 std::string* auth_key) { in adbd_auth_verify() argument
159 auth_key->clear(); in adbd_auth_verify()
182 *auth_key = public_key; in adbd_auth_verify()
239 std::string_view auth_key(public_key, len); in adbd_key_removed() local
240 kick_all_transports_by_auth_key(auth_key); in adbd_key_removed()
289 t->auth_id = adbd_auth_prompt_user_with_id(auth_ctx, t->auth_key.data(), t->auth_key.size(), in adbd_auth_confirm_key()
292 adbd_auth_prompt_user(auth_ctx, t->auth_key.data(), t->auth_key.size(), in adbd_auth_confirm_key()
298 t->auth_id = adbd_auth_notify_auth(auth_ctx, t->auth_key.data(), t->auth_key.size()); in adbd_notify_framework_connected_key()
301 int adbd_tls_verify_cert(X509_STORE_CTX* ctx, std::string* auth_key) { in adbd_tls_verify_cert() argument
347 *auth_key = public_key; in adbd_tls_verify_cert()
368 std::string auth_key; in adbd_auth_tls_handshake() local
369 if (t->connection()->DoTlsHandshake(rsa_pkey, &auth_key)) { in adbd_auth_tls_handshake()
370 LOG(INFO) << "auth_key=" << auth_key; in adbd_auth_tls_handshake()
372 t->auth_key = auth_key; in adbd_auth_tls_handshake()