Home
last modified time | relevance | path

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

/external/openthread/src/core/utils/
Dverhoeff_checksum.cpp98 SuccessOrExit(error = ComputeCode(aDecimalString, code, /* aValidate */ false)); in Calculate()
110 SuccessOrExit(error = ComputeCode(aDecimalString, code, /* aValidate */ true)); in Validate()
117 Error VerhoeffChecksum::ComputeCode(const char *aDecimalString, uint8_t &aCode, bool aValidate) in ComputeCode() function in ot::Utils::VerhoeffChecksum
Dverhoeff_checksum.hpp84 static Error ComputeCode(const char *aDecimalString, uint8_t &aCode, bool aValidate);