Searched refs:Permute (Results 1 – 2 of 2) sorted by relevance
76 uint8_t VerhoeffChecksum::Permute(uint8_t aPosition, uint8_t aValue) in Permute() function in ot::Utils::VerhoeffChecksum137 code = Multiply(code, Permute(index % 8, static_cast<uint8_t>(digit - '0'))); in ComputeCode()
87 static uint8_t Permute(uint8_t aPosition, uint8_t aValue);