Searched refs:auth_complete_result (Results 1 – 1 of 1) sorted by relevance
576 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys); in test_key_exchange_auth_complete() localVariable577 assert!(auth_complete_result.is_ok()); in test_key_exchange_auth_complete()631 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys); in test_ke_with_newer_source() localVariable632 assert!(auth_complete_result.is_ok()); in test_ke_with_newer_source()687 let auth_complete_result = sink_newer.authentication_complete(&p1_signature, p2_shared_keys); in test_ke_with_newer_sink() localVariable688 assert!(auth_complete_result.is_ok()); in test_ke_with_newer_sink()793 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys.clone()); in test_ke_for_replay() localVariable794 assert!(auth_complete_result.is_ok()); in test_ke_for_replay()819 let auth_complete_result = sink.authentication_complete(&p1_signature, p2_shared_keys); in test_ke_for_replay() localVariable820 match auth_complete_result { in test_ke_for_replay()