Searched refs:digest_copy (Results 1 - 1 of 1) sorted by relevance

/system/keymaster/
H A Dhmac_test.cpp70 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 41 milliseconds