Searched refs:get_le32 (Results 1 – 5 of 5) sorted by relevance
120 #ifndef get_le32121 # define get_le32 get_unaligned_le32 macro
824 static __inline u32 get_le32(const u8 *p) in get_le32() function886 l = get_le32(key); in michael_mic()887 r = get_le32(key + 4); in michael_mic()890 l ^= get_le32(hdr); in michael_mic()892 l ^= get_le32(&hdr[4]); in michael_mic()894 l ^= get_le32(&hdr[8]); in michael_mic()896 l ^= get_le32(&hdr[12]); in michael_mic()907 l ^= get_le32(data); in michael_mic()
70 #define get_le32(ptr) le32toh(*(const uint32_t *)(ptr)) macro
413 != get_le32(s->temp.buf + HEADER_MAGIC_SIZE + 2)) in dec_stream_header()448 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf)) in dec_stream_footer()456 if ((s->index.size >> 2) != get_le32(s->temp.buf + 4)) in dec_stream_footer()480 != get_le32(s->temp.buf + s->temp.size)) in dec_block_header()
43 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) macro