Home
last modified time | relevance | path

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

/system/authgraph/tests/src/
Dlib.rs576 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys); in test_key_exchange_auth_complete() localVariable
631 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys); in test_ke_with_newer_source() localVariable
687 let auth_complete_result = sink_newer.authentication_complete(&p1_signature, p2_shared_keys); in test_ke_with_newer_sink() localVariable
793 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys.clone()); in test_ke_for_replay() localVariable
819 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys); in test_ke_for_replay() localVariable