Searched refs:digits (Results 1 – 5 of 5) sorted by relevance
53 string.digits) for _ in range(DEVICE_NAME_LENGTH))56 return ''.join(random.SystemRandom().choice(string.digits) for _ in \
221 static const char* digits = "0123456789abcdef"; in asecHash() local244 *p++ = digits[sig[i] >> 4]; in asecHash()245 *p++ = digits[sig[i] & 0x0F]; in asecHash()
300 three digits are always the MCC, and301 the following two or three digits are the
236 three digits are always the MCC, and237 the following two or three digits are the1092 (5 or 13 characters), or as ASCII hex digits1093 (10 or 26). When using ASCII hex digits, the
455 string.digits))