Searched refs:SHA1Update (Results 1 – 4 of 4) sorted by relevance
/system/extras/ext4_utils/ |
D | uuid.c | 45 SHA1Update(&ctx, (const u8*)namespace, strlen(namespace)); in sha1_hash() 46 SHA1Update(&ctx, (const u8*)name, strlen(name)); in sha1_hash()
|
D | sha1.h | 39 void SHA1Update(SHA1_CTX *, const u_char *, u_int);
|
D | sha1.c | 217 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/ |
D | dir_hash.c | 66 SHA1Update(&context, (unsigned char *) buf, len); in get_file_hash() 80 SHA1Update(&context, (unsigned char *) buf, len); in get_file_hash()
|