Searched refs:str2hashbuf (Results 1 – 2 of 2) sorted by relevance
/third_party/e2fsprogs/lib/ext2fs/ |
D | dirhash.c | 148 static void str2hashbuf(const char *msg, int len, __u32 *buf, int num, in str2hashbuf() function 240 str2hashbuf(p, len, in, 8, unsigned_flag); in ext2fs_dirhash() 254 str2hashbuf(p, len, in, 4, unsigned_flag); in ext2fs_dirhash()
|
/third_party/f2fs-tools/lib/ |
D | libf2fs.c | 411 static void str2hashbuf(const unsigned char *msg, int len, in str2hashbuf() function 466 str2hashbuf(p, len, in, 4); in __f2fs_dentry_hash()
|