Home
last modified time | relevance | path

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

/hardware/interfaces/rebootescrow/aidl/default/
DHadamardUtils.cpp55 std::vector<uint8_t> result(OUTPUT_SIZE_BYTES, 0); in EncodeKey()
56 static_assert(OUTPUT_SIZE_BYTES == 64 * 1024); in EncodeKey()
82 for (size_t i = OUTPUT_SIZE_BYTES - 1; i > 0; i--) { in EncodeKey()
156 CHECK_EQ(OUTPUT_SIZE_BYTES, shuffled.size()); in DecodeKey()
158 std::vector<uint8_t> encoded(OUTPUT_SIZE_BYTES, 0); in DecodeKey()
161 for (size_t i = 1; i < OUTPUT_SIZE_BYTES; i++) { in DecodeKey()
DHadamardUtils.h37 constexpr auto OUTPUT_SIZE_BYTES = ENCODE_LENGTH * KEY_CODEWORD_BYTES; variable
DRebootEscrow.cpp57 std::vector<uint8_t> encodedBytes(hadamard::OUTPUT_SIZE_BYTES); in retrieveKey()