Searched refs:SHA1Update (Results 1 – 3 of 3) sorted by relevance
/system/extras/ext4_utils/ |
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() */
|
D | ext4_utils.c | 72 SHA1Update(&ctx, (const u8*)namespace, strlen(namespace)); in sha1_hash() 73 SHA1Update(&ctx, (const u8*)name, strlen(name)); in sha1_hash()
|