HomeSort by relevance Sort by last modified time
    Searched refs:MD (Results 1 - 25 of 35) sorted by null

1 2

  /external/ppp/pppd/
md4.h 23 unsigned int buffer[4]; /* Holds 4-word result of MD computation */
25 unsigned int done; /* Nonzero means MD computation finished */
32 extern void MD4Init __P((MD4_CTX *MD));
34 /* MD4Update(MD,X,count)
37 ** Updates MD using the first "count" bits of X.
42 ** The routine terminates the MD computation when count < 512, so
43 ** every MD computation should end with one call to MD4Update with a
46 extern void MD4Update __P((MD4_CTX *MD, unsigned char *X, unsigned int count));
48 /* MD4Print(MD)
49 ** Prints message digest buffer MD as 32 hexadecimal digits
    [all...]
md4.c 12 ** -- Declare an MDstruct MD to hold the state of the digest
14 ** -- Initialize MD using MDbegin(&MD)
16 ** MD4Update(&MD,X,512)
19 ** MD4Update(&MD,X,n)
21 ** block terminates the computation, so every MD computation
24 ** -- The message digest is available in MD.buffer[0] ...
25 ** MD.buffer[3]. (Least-significant byte of each word
27 ** -- You can print out the digest using MDprint(&MD)
45 #define I0 0x67452301 /* Initial values for MD buffer *
    [all...]
  /external/openssl/crypto/rand/
rand_lcl.h 139 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md5(), NULL)
144 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_sha1(), NULL)
149 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_mdc2(), NULL)
154 #define MD(a,b,c) EVP_Digest(a,b,c,NULL,EVP_md2(), NULL)
  /external/qemu/memcheck/
memcheck_logging.h 34 #define MD(...) VERBOSE_PRINT(memcheck, __VA_ARGS__)
memcheck_proc_management.c 379 MD("memcheck: Thread stack for %s[pid=%u, tid=%u] is too big: %u",
492 MD("memcheck: FORK(%u, %u): parent %s[pid=%u] is not the current process %s[pid=%u]",
740 MD("memcheck: %s[pid=%u] MMRANGE %s[0x%08X - 0x%08X] is replaced with %s[0x%08X - 0x%08X]",
  /external/elfutils/config/
depcomp 68 ## it if -MD -MP comes after the -MF stuff. Hmm.
69 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
82 ## - Don't want to use -MD because we'd like the dependencies to end
90 gccflag=-MD,
210 # The Tru64 AIX compiler uses -MD to generate dependencies as a side
211 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
220 "$@" -Wc,-MD
222 "$@" -MD
  /external/stlport/test/eh/
intel45.mak 55 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
60 CPP_PRJ_LIBTYP = /MD
intel50.mak 56 #MT/MD etc should be LAST in CPP_PRJ_LIBTYP string!!!
61 CPP_PRJ_LIBTYP = /D_STLP_USE_DYNAMIC_LIB /MD
  /device/samsung/crespo/alsa-lib/
depcomp 93 ## it if -MD -MP comes after the -MF stuff. Hmm.
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
107 ## - Don't want to use -MD because we'd like the dependencies to end
115 gccflag=-MD,
242 # Intel's C compiler understands `-MD -MF file'. However on
243 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
259 "$@" -MD -MF "$tmpdepfile"
280 # The Tru64 compiler uses -MD to generate dependencies as a side
281 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
307 "$@" -Wc,-MD
    [all...]
  /device/samsung/crespo/alsa-utils/
depcomp 93 ## it if -MD -MP comes after the -MF stuff. Hmm.
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
107 ## - Don't want to use -MD because we'd like the dependencies to end
115 gccflag=-MD,
242 # Intel's C compiler understands `-MD -MF file'. However on
243 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
259 "$@" -MD -MF "$tmpdepfile"
280 # The Tru64 compiler uses -MD to generate dependencies as a side
281 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
307 "$@" -Wc,-MD
    [all...]
  /external/bison/build-aux/
depcomp 93 ## it if -MD -MP comes after the -MF stuff. Hmm.
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
107 ## - Don't want to use -MD because we'd like the dependencies to end
115 gccflag=-MD,
242 # Intel's C compiler understands `-MD -MF file'. However on
243 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
259 "$@" -MD -MF "$tmpdepfile"
280 # The Tru64 compiler uses -MD to generate dependencies as a side
281 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
307 "$@" -Wc,-MD
    [all...]
  /external/chromium/sdch/open-vcdiff/
depcomp 94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
121 ## - Don't want to use -MD because we'd like the dependencies to end
129 gccflag=-MD,
261 # Intel's C compiler understands `-MD -MF file'. However on
262 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
278 "$@" -MD -MF "$tmpdepfile"
339 # The Tru64 compiler uses -MD to generate dependencies as a side
340 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
366 "$@" -Wc,-MD
    [all...]
  /external/dbus/
depcomp 93 ## it if -MD -MP comes after the -MF stuff. Hmm.
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
107 ## - Don't want to use -MD because we'd like the dependencies to end
115 gccflag=-MD,
242 # Intel's C compiler understands `-MD -MF file'. However on
243 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
259 "$@" -MD -MF "$tmpdepfile"
280 # The Tru64 compiler uses -MD to generate dependencies as a side
281 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
307 "$@" -Wc,-MD
    [all...]
  /external/genext2fs/
depcomp 93 ## it if -MD -MP comes after the -MF stuff. Hmm.
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
107 ## - Don't want to use -MD because we'd like the dependencies to end
115 gccflag=-MD,
242 # Intel's C compiler understands `-MD -MF file'. However on
243 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
259 "$@" -MD -MF "$tmpdepfile"
280 # The Tru64 compiler uses -MD to generate dependencies as a side
281 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
307 "$@" -Wc,-MD
    [all...]
  /external/grub/
depcomp 93 ## it if -MD -MP comes after the -MF stuff. Hmm.
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
107 ## - Don't want to use -MD because we'd like the dependencies to end
115 gccflag=-MD,
242 # Intel's C compiler understands `-MD -MF file'. However on
243 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
259 "$@" -MD -MF "$tmpdepfile"
280 # The Tru64 compiler uses -MD to generate dependencies as a side
281 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
298 "$@" -Wc,-MD
    [all...]
  /external/libffi/
depcomp 94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
121 ## - Don't want to use -MD because we'd like the dependencies to end
129 gccflag=-MD,
256 # Intel's C compiler understands `-MD -MF file'. However on
257 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
273 "$@" -MD -MF "$tmpdepfile"
334 # The Tru64 compiler uses -MD to generate dependencies as a side
335 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
361 "$@" -Wc,-MD
    [all...]
  /external/libpng/
depcomp 101 ## it if -MD -MP comes after the -MF stuff. Hmm.
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
128 ## - Don't want to use -MD because we'd like the dependencies to end
136 gccflag=-MD,
268 # Intel's C compiler understands `-MD -MF file'. However on
269 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
285 "$@" -MD -MF "$tmpdepfile"
351 # The Tru64 compiler uses -MD to generate dependencies as a side
352 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
378 "$@" -Wc,-MD
    [all...]
  /external/protobuf/
depcomp 94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
121 ## - Don't want to use -MD because we'd like the dependencies to end
129 gccflag=-MD,
261 # Intel's C compiler understands `-MD -MF file'. However on
262 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
278 "$@" -MD -MF "$tmpdepfile"
339 # The Tru64 compiler uses -MD to generate dependencies as a side
340 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
366 "$@" -Wc,-MD
    [all...]
  /external/protobuf/gtest/build-aux/
depcomp 94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
121 ## - Don't want to use -MD because we'd like the dependencies to end
129 gccflag=-MD,
261 # Intel's C compiler understands `-MD -MF file'. However on
262 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
278 "$@" -MD -MF "$tmpdepfile"
339 # The Tru64 compiler uses -MD to generate dependencies as a side
340 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
366 "$@" -Wc,-MD
    [all...]
  /external/strace/
depcomp 100 ## it if -MD -MP comes after the -MF stuff. Hmm.
101 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
114 ## - Don't want to use -MD because we'd like the dependencies to end
122 gccflag=-MD,
249 # Intel's C compiler understands `-MD -MF file'. However on
250 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
266 "$@" -MD -MF "$tmpdepfile"
287 # The Tru64 compiler uses -MD to generate dependencies as a side
288 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
299 "$@" -Wc,-MD
    [all...]
  /external/elfutils/libasm/
Makefile.am 64 if $(COMPILE) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
  /external/elfutils/libdw/
Makefile.am 76 if $(COMPILE) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
  /external/elfutils/libelf/
Makefile.am 99 if $(COMPILE) -c -o $@ -fpic -DPIC -DSHARED -MT $@ -MD -MP \
  /external/elfutils/lib/
Makefile 245 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
252 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  /external/elfutils/libcpu/
Makefile 229 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
236 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \

Completed in 194 milliseconds

1 2