Home
last modified time | relevance | path

Searched refs:SHA1Update (Results 1 – 4 of 4) sorted by relevance

/system/extras/ext4_utils/
Duuid.c45 SHA1Update(&ctx, (const u8*)namespace, strlen(namespace)); in sha1_hash()
46 SHA1Update(&ctx, (const u8*)name, strlen(name)); in sha1_hash()
Dsha1.h39 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
Dsha1.c217 void SHA1Update(context, data, len) in SHA1Update() function
261 SHA1Update(context, (const u_char *)"\200", 1);
263 SHA1Update(context, (const u_char *)"\0", 1);
264 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
/system/core/libcutils/
Ddir_hash.c66 SHA1Update(&context, (unsigned char *) buf, len); in get_file_hash()
80 SHA1Update(&context, (unsigned char *) buf, len); in get_file_hash()