Home
last modified time | relevance | path

Searched refs:auth_bytes (Results 1 – 3 of 3) sorted by relevance

/system/tpm/trunks/
Dhmac_authorization_delegate_test.cc176 std::string auth_bytes; in TEST_F() local
179 &auth_bytes)); in TEST_F()
216 std::string auth_bytes; in TEST_F() local
219 &auth_bytes)); in TEST_F()
227 &auth_bytes)); in TEST_F()
241 &auth_bytes)); in TEST_F()
249 &auth_bytes)); in TEST_F()
258 &auth_bytes)); in TEST_F()
267 &auth_bytes)); in TEST_F()
Dpassword_authorization_delegate.cc58 std::string auth_bytes; in CheckResponseAuthorization() local
61 &auth_bytes); in CheckResponseAuthorization()
62 if (authorization.size() != auth_bytes.size()) { in CheckResponseAuthorization()
Dtpm_generated.cc18341 std::string auth_bytes; in SerializeCommand_HMAC_Start() local
18344 &auth_bytes); in SerializeCommand_HMAC_Start()
18357 std::string tmp = auth_bytes.substr(2); in SerializeCommand_HMAC_Start()
18361 auth_bytes.replace(2, std::string::npos, tmp); in SerializeCommand_HMAC_Start()
18371 hash->Update(auth_bytes.data(), in SerializeCommand_HMAC_Start()
18372 auth_bytes.size()); in SerializeCommand_HMAC_Start()
18373 parameter_section_bytes += auth_bytes; in SerializeCommand_HMAC_Start()
18374 command_size += auth_bytes.size(); in SerializeCommand_HMAC_Start()
18628 std::string auth_bytes; in SerializeCommand_HashSequenceStart() local
18631 &auth_bytes); in SerializeCommand_HashSequenceStart()
[all …]