Home
last modified time | relevance | path

Searched defs:aDecimalString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/core/utils/
H A Dverhoeff_checksum.cpp93 Error VerhoeffChecksum::Calculate(const char *aDecimalString, char &aChecksum) in Calculate()
105 Error VerhoeffChecksum::Validate(const char *aDecimalString) in Validate()
117 Error VerhoeffChecksum::ComputeCode(const char *aDecimalString, uint8_t &aCode, bool aValidate) in ComputeCode()
/aosp_15_r20/external/openthread/src/core/api/
H A Dverhoeff_checksum_api.cpp45 otError otVerhoeffChecksumCalculate(const char *aDecimalString, char *aChecksum) in otVerhoeffChecksumCalculate()
53 otError otVerhoeffChecksumValidate(const char *aDecimalString) in otVerhoeffChecksumValidate()