Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h52 #define FILLP_CRYPTO_RAND (g_fillpOsBasicLibFun.cryptoRand)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1404 FILLP_REG_OS_BASIC_LIB_FUNC(libSysFunc, cryptoRand); in FtRegCopyOsBasicLibFunc()
1406 g_fillpOsBasicLibFun.cryptoRand = libSysFunc->sysLibBasicFunc.cryptoRand; in FtRegCopyOsBasicLibFunc()
1478 if (FILLP_INVALID_PTR(libSysFunc->sysLibBasicFunc.cryptoRand)) { in FillpApiRegLibSysFunc()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_instance.cpp115 adpLibSysFunc.sysLibBasicFunc.cryptoRand = CryptoRand; in PreSetFillpCoreParams()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h941 FillpCryptoRandFunc cryptoRand; /* Cryptographic quality random number callback function. */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1385 g_fillpOsBasicLibFun.cryptoRand = FILLP_NULL_PTR; in FillpRegBasicFun()