Home
last modified time | relevance | path

Searched refs:test_auth (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/mls-rs/src/group/
Dframing.rs715 let test_auth = auth_content_from_proposal( in proposal_ref() localVariable
722 let expected_ref = ProposalRef::from_content(&cs, &test_auth).await.unwrap(); in proposal_ref()
727 content: test_auth.content, in proposal_ref()
728 auth: test_auth.auth, in proposal_ref()
/external/autotest/client/cros/
Dcryptohome.py338 def test_auth(user, password): function