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

/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

Completed in 49 milliseconds