Searched refs:test_auth (Results 1 – 2 of 2) sorted by relevance
36 if not cryptohome.test_auth(test_user, test_password):41 if cryptohome.test_auth(test_user, 'badpass'):52 if not cryptohome.test_auth(test_user, test_password):57 if cryptohome.test_auth(test_user, 'badpass'):
325 def test_auth(user, password): function