OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:digest_copy
(Results
1 - 1
of
1
) sorted by null
/system/keymaster/
hmac_test.cpp
70
uint8_t
digest_copy
[sizeof(test.digest)];
local
71
memcpy(
digest_copy
, test.digest, sizeof(test.digest));
72
Buffer digest_buffer(reinterpret_cast<uint8_t*>(
digest_copy
), sizeof(
digest_copy
));
77
digest_copy
[16] ^= 0x80;
78
digest_buffer.Reinitialize(reinterpret_cast<uint8_t*>(
digest_copy
), sizeof(
digest_copy
));
Completed in 62 milliseconds