Home
last modified time | relevance | path

Searched refs:Permute (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dverhoeff_checksum.cpp76 uint8_t VerhoeffChecksum::Permute(uint8_t aPosition, uint8_t aValue) in Permute() function in ot::Utils::VerhoeffChecksum
137 code = Multiply(code, Permute(index % 8, static_cast<uint8_t>(digit - '0'))); in ComputeCode()
Dverhoeff_checksum.hpp87 static uint8_t Permute(uint8_t aPosition, uint8_t aValue);