Searched refs:HASH_LEN (Results 1 – 1 of 1) sorted by relevance
15 #define HASH_LEN sizeof(u32) macro270 length = (t->hdr.size << 2) - sizeof(struct tag_header) - HASH_LEN; in atags_set_tag()272 hash = js_hash(t, (size << 2) - HASH_LEN); in atags_set_tag()273 memcpy((char *)&t->u + length, &hash, HASH_LEN); in atags_set_tag()305 hash = (u32 *)((ulong)t + (size << 2) - HASH_LEN); in atags_get_tag()310 calc_hash = js_hash(t, (size << 2) - HASH_LEN); in atags_get_tag()