Home
last modified time | relevance | path

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

/system/authgraph/tests/src/
Dlib.rs593 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys); in test_key_exchange_auth_complete() localVariable
648 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys); in test_ke_with_newer_source() localVariable
704 let auth_complete_result = sink_newer.authentication_complete(&p1_signature, p2_shared_keys); in test_ke_with_newer_sink() localVariable
810 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys.clone()); in test_ke_for_replay() localVariable
836 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys); in test_ke_for_replay() localVariable