nx_opaque_login.nx
buildroot/runtime/nx_opaque_login.nx
about
dependencies 3 imports · 33 importers
diagram shows first 10 each side; +0 more imports, +23 more importers in the complete lists below.
imports: nx_modern_auth_flow.nxnx_user_account_store.nxnx_base64.nx
imported by: nx_ad_banner_gated_daemon.nxnx_audio_gate_proof_test.nxnx_connect_appd.nxnx_connect_auth_gate.nxnx_docportal_admin_daemon.nxnx_email_portal_daemon.nxnx_fin_route_gate.nxnx_gallery_gateway.nxnx_gen_gateway.nxnx_gen_gateway_daemon.nxnx_gen_gateway_gate.nxnx_gen_live_probe.nxnx_hr_access.nxnx_hr_access_gate.nxnx_hub_gw.nxnx_lan_signup_daemon.nxnx_lan_signup_routes.nxnx_lan_signup_socket_gate.nxnx_mesh_gateway.nxnx_office_daemon.nxnx_opaque_login_daemon.nxnx_opaque_login_gate.nxnx_opaque_login_routes.nxnx_project_serve.nxnx_recover_gate.nxnx_relate_daemon.nxnx_signup_origin_gate.nxnx_studio_gate.nxnx_torrent_authn.nxnx_torrent_authn_gate.nxnx_torrent_gateway.nxnx_torrent_gw.nxnx_vault_gateway.nx
structs
| none |
consts
| 19 | const OLG_REGFLAG_PATH: *u8 = "/volume1/homes/elderwesto/nishihost/registration_open" |
| 20 | const OLG_LENBUF: i64 = 16 |
| 21 | const OLG_ASCII_ONE: i64 = 49 |
functions
| 32 | func olg_registration_open() -> i64 { return olg_registration_open_at(OLG_REGFLAG_PATH) } |
| 34 | func olg_registration_open_at(flagpath: *u8) -> i64 |
| 53 | func olg_ctx_setup_ttl(ctx: *NxAuthContext, keys_path: *u8, store_path: *u8, called by 10: mainmainmainmainmainmain+4 calls 2: nx_uas_server_keys_load_or_initnx_auth_context_init |
| 65 | func olg_ctx_setup(ctx: *NxAuthContext, keys_path: *u8, store_path: *u8, |
| 72 | func olg_register(ctx: *NxAuthContext, handle: *u8, hn: i64, pw: *u8, pwn: i64, |
| 81 | func olg_recover(ctx: *NxAuthContext, handle: *u8, hn: i64, mnemonic: *u8, mnn: i64, newpw: *u8, newpwn: i64, |
| 88 | func olg_login(ctx: *NxAuthContext, handle: *u8, hn: i64, pw: *u8, pwn: i64, called by 18: mainmainmainmaingw_serve_connmain+12 calls 3: nx_modern_auth_loginb64_encodesys_munmap |
| 101 | func olg_whoami(ctx: *NxAuthContext, b64: *u8, b64n: i64, now_s: i64, called by 18: mainmainmaingw_serve_connmainhac_uid_hex+12 calls 3: b64_decodenx_modern_auth_validate_sessionsys_munmap |
| 114 | func olg_refresh(ctx: *NxAuthContext, b64: *u8, b64n: i64, now_s: i64, |