Home
last modified time | relevance | path

Searched defs:AuthenticationCompleted (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/authgraph/core/src/
H A Dkeyexchange.rs405 auth_complete: arc::AuthenticationCompleted, in create_shared_key_arcs()
685 expected_status: &arc::AuthenticationCompleted, in process_shared_key_arc_headers()
H A Darc.rs63 pub struct AuthenticationCompleted(pub bool); struct