Searched refs:FILLP_CRYPTO_RAND (Results 1 – 5 of 5) sorted by relevance
44 macInfo->currentMacKey[counter] = (FILLP_UINT8)FILLP_CRYPTO_RAND(); in FillpMacTimerExpire()
224 pcb->fpcb.send.pktStartNum = FILLP_CRYPTO_RAND(); in SpungePcbNew()225 pcb->fpcb.send.seqStartNum = FILLP_CRYPTO_RAND(); in SpungePcbNew()
52 #define FILLP_CRYPTO_RAND (g_fillpOsBasicLibFun.cryptoRand) macro
184 pcb->nackRandomNum = FILLP_CRYPTO_RAND(); in InitSimplePcbPar()185 pcb->packRandomNum = FILLP_CRYPTO_RAND(); in InitSimplePcbPar()
1912 stateCookie->localMessageSeqNumber = FILLP_CRYPTO_RAND(); in FillpGenerateCookie()1913 stateCookie->localPacketSeqNumber = FILLP_CRYPTO_RAND(); in FillpGenerateCookie()