Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dverhoeff_checksum.cpp86 uint8_t VerhoeffChecksum::InverseOf(uint8_t aValue) in InverseOf() function in ot::Utils::VerhoeffChecksum
99 aChecksum = static_cast<char>('0' + InverseOf(code)); in Calculate()
Dverhoeff_checksum.hpp88 static uint8_t InverseOf(uint8_t aValue);