Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dverhoeff_checksum.cpp78 …static uint8_t kPermutation[][5] = {{0x01, 0x23, 0x45, 0x67, 0x89}, {0x15, 0x76, 0x28, 0x30, 0x94}, in Permute() local
83 return Lookup(aValue, kPermutation[aPosition]); in Permute()