Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dauth.cpp56 static AdbdAuthContext* auth_ctx; variable
100 auth_ctx, in IteratePublicKeys()
248 auth_ctx = adbd_auth_new(&cb); in adbd_auth_init()
249 adbd_wifi_init(auth_ctx); in adbd_auth_init()
252 adbd_auth_run(auth_ctx); in adbd_auth_init()
282 adbd_auth_notify_disconnect(auth_ctx, t->auth_id.value()); in adb_disconnected()
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()
Dadb_wifi.cpp34 static AdbdAuthContext* auth_ctx; variable
42 adbd_auth_tls_device_disconnected(auth_ctx, kAdbTransportTypeWifi, t->auth_id.value()); in adb_disconnected()
211 auth_ctx = ctx; in adbd_wifi_init()
222 t->auth_id = adbd_auth_tls_device_connected(auth_ctx, kAdbTransportTypeWifi, t->auth_key.data(), in adbd_wifi_secure_connect()