OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_auth
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/platform_CryptohomeTestAuth/
platform_CryptohomeTestAuth.py
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'):
/system/tpm/trunks/
hmac_session_test.cc
89
std::string
test_auth
("
test_auth
");
90
session.SetEntityAuthorizationValue(
test_auth
);
93
EXPECT_EQ(0,
test_auth
.compare(entity_auth));
98
std::string
test_auth
("
test_auth
");
99
session.SetFutureAuthorizationValue(
test_auth
);
102
EXPECT_EQ(0,
test_auth
.compare(entity_auth));
policy_session_test.cc
222
std::string
test_auth
("
test_auth
");
223
session.SetEntityAuthorizationValue(
test_auth
);
226
EXPECT_EQ(0,
test_auth
.compare(entity_auth));
/external/autotest/client/cros/
cryptohome.py
228
def
test_auth
(user, password):
function
229
cmd = [CRYPTOHOME_CMD, '--action=
test_auth
', '--user=%s' % user,
Completed in 108 milliseconds