Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/common/security/sequence_verification/
H A Dsoftbus_sequence_verification.c32 uint64_t isRepeat = seqVerifyInfo->recvBitmap & (0x1UL << offset); in IsPassDuplicateCheck()
37 seqVerifyInfo->recvBitmap |= (0x1UL << offset); in IsPassDuplicateCheck()
54 seqVerifyInfo->recvBitmap = seqVerifyInfo->recvBitmap << seqOffset; in IsPassOverMaxCheck()
56 seqVerifyInfo->recvBitmap |= (0x1UL << 1); in IsPassOverMaxCheck()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/ispassseqcheck_fuzzer/
H A Dispassseqcheck_fuzzer.cpp54 seqInfo.recvBitmap = bit; in IsPassSeqCheckSwitch()
61 seqInfo.recvBitmap = bit; in IsPassSeqCheckSwitch()
68 seqInfo.recvBitmap = bit; in IsPassSeqCheckSwitch()
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_sequence_verification.h37 uint64_t recvBitmap; member