Searched refs:otVerhoeffChecksumCalculate (Results 1 – 3 of 3) sorted by relevance
72 otError otVerhoeffChecksumCalculate(const char *aDecimalString, char *aChecksum);
45 otError otVerhoeffChecksumCalculate(const char *aDecimalString, char *aChecksum) in otVerhoeffChecksumCalculate() function
7845 SuccessOrExit(error = otVerhoeffChecksumCalculate(aArgs[1].GetCString(), &checksum)); in Process()