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

/system/extras/ext4_utils/
H A Dsha1.h39 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
H A Duuid.c45 SHA1Update(&ctx, (const u8*)namespace, strlen(namespace));
46 SHA1Update(&ctx, (const u8*)name, strlen(name));
H A Dsha1.c217 void SHA1Update(context, data, len) 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/
H A Ddir_hash.c66 SHA1Update(&context, (unsigned char *) buf, len);
80 SHA1Update(&context, (unsigned char *) buf, len);

Completed in 82 milliseconds