Searched refs:FakeAuthenticator (Results 1 – 3 of 3) sorted by relevance
26 pub struct FakeAuthenticator { struct31 impl FakeAuthenticator { impl33 FakeAuthenticator { should_allow: true } in always_succeed()37 FakeAuthenticator { should_allow: false } in always_fail()41 impl Authenticator for FakeAuthenticator { implementation
45 use auth::FakeAuthenticator;213 let authenticator = FakeAuthenticator::always_succeed(); in new_config_remote_verified_file()240 let authenticator = FakeAuthenticator::always_succeed(); in new_config_local_ro_file()
175 use crate::auth::FakeAuthenticator;198 let authenticator = FakeAuthenticator::always_succeed(); in new_reader_with_fsverity()272 let authenticator = FakeAuthenticator::always_fail(); in invalid_signature()