Searched defs:md5sum (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/build/make/
H A DMakefile25 # Note: md5sum is not installed on OS X, but openssl is. Openssl may not be
27 md5sum := $(firstword $(wildcard \ macro
28 $(foreach e,md5sum openssl,\
31 md5sum := $(if $(filter %openssl,$(md5sum)),$(md5sum) dgst -md5,$(md5sum)) macro
49 $(md5sum) `find . -name md5sums.txt -prune -o -type f -print` \
/external/flac/include/FLAC/
H A Dformat.h533 FLAC__byte md5sum[16]; member in struct:__anon4879

Completed in 87 milliseconds