Home
last modified time | relevance | path

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

/system/core/adb/daemon/
Dauth.cpp56 static AdbdAuthContext* auth_ctx; variable
99 auth_ctx, in IteratePublicKeys()
235 auth_ctx = adbd_auth_new(&cb); in adbd_auth_init()
236 adbd_wifi_init(auth_ctx); in adbd_auth_init()
239 adbd_auth_run(auth_ctx); in adbd_auth_init()
268 adbd_auth_notify_disconnect(auth_ctx, t->auth_id); in adb_disconnected()
274 adbd_auth_prompt_user(auth_ctx, t->auth_key.data(), t->auth_key.size(), in adbd_auth_confirm_key()
279 t->auth_id = adbd_auth_notify_auth(auth_ctx, t->auth_key.data(), t->auth_key.size()); in adbd_notify_framework_connected_key()
Dadb_wifi.cpp38 static AdbdAuthContext* auth_ctx; variable
45 adbd_auth_tls_device_disconnected(auth_ctx, kAdbTransportTypeWifi, t->auth_id); in adb_disconnected()
213 auth_ctx = ctx; in adbd_wifi_init()
224 t->auth_id = adbd_auth_tls_device_connected(auth_ctx, kAdbTransportTypeWifi, t->auth_key.data(), in adbd_wifi_secure_connect()