Searched refs:sha1 (Results 1 - 4 of 4) sorted by relevance

/system/core/fastboot/
H A Dsignfile.sh9 openssl dgst -passin pass:"$3" -binary -sha1 -sign $1.pem $2 > $2.sign
/system/extras/ext4_utils/
H A Duuid.c26 #include "sha1.h"
41 unsigned char sha1[SHA1_DIGEST_LENGTH])
47 SHA1Final(sha1, &ctx);
52 unsigned char sha1[SHA1_DIGEST_LENGTH]; local
55 sha1_hash(namespace, name, (unsigned char*)sha1);
56 memcpy(uuid, sha1, sizeof(struct uuid));
40 sha1_hash(const char *namespace, const char *name, unsigned char sha1[SHA1_DIGEST_LENGTH]) argument
H A DAndroid.mk17 sha1.c \
/system/core/libcutils/
H A Ddir_hash.c22 #include <sha1.h>

Completed in 448 milliseconds