Home
last modified time | relevance | path

Searched refs:DecodeKey (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/rebootescrow/aidl/default/
DHadamardUtils.h44 std::vector<uint8_t> DecodeKey(const std::vector<uint8_t>& encoded);
DHadamardUtilsTest.cpp48 auto decoded = DecodeKey(encoded); in TEST_F()
DRebootEscrow.cpp63 auto keyBytes = hadamard::DecodeKey(encodedBytes); in retrieveKey()
DHadamardUtils.cpp155 std::vector<uint8_t> DecodeKey(const std::vector<uint8_t>& shuffled) { in DecodeKey() function