Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_cookie.c44 macInfo->currentMacKey[counter] = (FILLP_UINT8)FILLP_CRYPTO_RAND(); in FillpMacTimerExpire()
H A Dpcb.c224 pcb->fpcb.send.pktStartNum = FILLP_CRYPTO_RAND(); in SpungePcbNew()
225 pcb->fpcb.send.seqStartNum = FILLP_CRYPTO_RAND(); in SpungePcbNew()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h52 #define FILLP_CRYPTO_RAND (g_fillpOsBasicLibFun.cryptoRand) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c184 pcb->nackRandomNum = FILLP_CRYPTO_RAND(); in InitSimplePcbPar()
185 pcb->packRandomNum = FILLP_CRYPTO_RAND(); in InitSimplePcbPar()
H A Dfillp_conn.c1912 stateCookie->localMessageSeqNumber = FILLP_CRYPTO_RAND(); in FillpGenerateCookie()
1913 stateCookie->localPacketSeqNumber = FILLP_CRYPTO_RAND(); in FillpGenerateCookie()