Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/netdemo/src/
Ddigest.c306 char *d[] = { in DoTest() local
345 for (i = 0; i < sizeof(d) / sizeof(char *); i++) in DoTest()
350 NETCalcHMACMD5(result, d[i], dl[i], k[i], kl[i]); in DoTest()
355 NETHMACUpdate(hmac, d[i], (u32)dl[i]); in DoTest()
407 char *d[] = { in DoTest() local
446 for (i = 0; i < sizeof(d) / sizeof(char *); i++) in DoTest()
451 NETCalcHMACSHA1(result, d[i], dl[i], k[i], kl[i]); in DoTest()
456 NETHMACUpdate(hmac, d[i], (u32)dl[i]); in DoTest()
/RevoEX-2.3/build/demos/nwc24demo/data/ChannelJump/
Dndrunex3 NdevRun -d=$REVOLUTION_EXT_ROOT/build/demos/nwc24demo/data/ChannelJump/ChannelJump.ddf -enfw $*
/RevoEX-2.3/build/buildtools/
Dmodulerules.rex173 @if [ ! -d $(@D) ] ; then \
176 @if [ ! -d $(dir $(FULLDEP_ROOT)/$*) ] ; then \
186 …-f "$(REVOLUTION_EXT_ROOT)/build/buildtools/eppccleandepend.sed" $(@:.o=.d) > $(DEP_ROOT)/$*.d && \
187 rm -f $(@:.o=.d)
/RevoEX-2.3/include/revolution/net/
DNETDigest.h151 unsigned long a, b, c, d; member