Searched refs:md5 (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/freetype/dist/src/base/
H A Dmd5.h6 * http://openwall.info/wiki/people/solar/software/public-domain-source-code/md5
23 * See md5.c for more information.
27 #include <openssl/md5.h>
H A Drules.mk62 # for simplicity, we also handle `md5.c' (which gets included by `ftobjs.h')
64 $(BASE_DIR)/md5.c \
65 $(BASE_DIR)/md5.h
H A Dftobjs.c57 /* the maximum level of warnings: `md5.c' is non-FreeType */
63 /* It's easiest to include `md5.c' directly. However, since OpenSSL */
75 #include "md5.c"
4697 unsigned char md5[16]; local in function:FT_Render_Glyph_Internal
4720 MD5_Final( md5, &ctx );
4724 FT_TRACE3(( "%02X", md5[i] ));
/xsrc/external/mit/fontconfig/dist/test/
H A Drun-test.sh351 md5=$(printf "%s" "$FONTDIR" | md5sum | sed 's/ .*$//')
352 echo "checking for cache file $md5"
353 if ! ls "$MyPWD/sysroot/$CACHEDIR/$md5"*; then
355 echo "No cache for $FONTDIR ($md5)"
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.11.1.rst119 - docs: add 7.11 md5 sums

Completed in 9 milliseconds