Home
last modified time | relevance | path

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

/system/gatekeeper/tests/
Dgatekeeper_device_test.cpp60 uint32_t auth_token_len; in TEST_F() local
71 password_payload, password_len, &auth_token, &auth_token_len, &should_reenroll); in TEST_F()
83 uint32_t auth_token_len; in TEST_F() local
94 password_payload, password_len, &auth_token, &auth_token_len, &should_reenroll); in TEST_F()
110 uint32_t auth_token_len; in TEST_F() local
126 password_payload, password_len, &auth_token, &auth_token_len, in TEST_F()
143 password_payload, password_len, &auth_token, &auth_token_len, in TEST_F()
155 uint32_t auth_token_len; in TEST_F() local
167 password_payload, password_len, &auth_token, &auth_token_len, in TEST_F()
180 uint32_t auth_token_len; in TEST_F() local
[all …]
/system/gatekeeper/
Dgatekeeper.cpp151 uint32_t auth_token_len; in Verify() local
152 MintAuthToken(&auth_token_buffer, &auth_token_len, timestamp, in Verify()
155 SizedBuffer auth_token(auth_token_len); in Verify()
156 memcpy(auth_token.buffer.get(), auth_token_buffer.get(), auth_token_len); in Verify()