Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_common.c38 #define SEQ_INTEGER_MAX 0xFFFFFF macro
225 if (integer >= SEQ_INTEGER_MAX) { in GenSeq()
234 seq = (g_uniqueId << SEQ_INTEGER_BITS) | (seq & SEQ_INTEGER_MAX); in GenSeq()