Home
last modified time | relevance | path

Searched refs:get_u8 (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/
H A Daria.h327 static inline u8 get_u8(u32 x, u32 y) in get_u8() function
346 *t0 = s1[get_u8(*t0, 0)] ^ in aria_sbox_layer1_with_pre_diff()
347 s2[get_u8(*t0, 1)] ^ in aria_sbox_layer1_with_pre_diff()
348 x1[get_u8(*t0, 2)] ^ in aria_sbox_layer1_with_pre_diff()
349 x2[get_u8(*t0, 3)]; in aria_sbox_layer1_with_pre_diff()
350 *t1 = s1[get_u8(*t1, 0)] ^ in aria_sbox_layer1_with_pre_diff()
351 s2[get_u8(*t1, 1)] ^ in aria_sbox_layer1_with_pre_diff()
352 x1[get_u8(*t1, 2)] ^ in aria_sbox_layer1_with_pre_diff()
353 x2[get_u8(*t1, 3)]; in aria_sbox_layer1_with_pre_diff()
354 *t2 = s1[get_u8(*t2, 0)] ^ in aria_sbox_layer1_with_pre_diff()
[all …]
/linux/drivers/gpu/drm/radeon/
H A Datom-bits.h28 static inline uint8_t get_u8(void *bios, int ptr) in get_u8() function
32 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
33 #define CU8(ptr) get_u8(ctx->bios, (ptr))
36 return get_u8(bios, ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8); in get_u16()
/linux/drivers/gpu/drm/amd/include/
H A Datom-bits.h28 static inline uint8_t get_u8(void *bios, int ptr) in get_u8() function
32 #define U8(ptr) get_u8(ctx->ctx->bios, (ptr))
33 #define CU8(ptr) get_u8(ctx->bios, (ptr))
36 return get_u8(bios, ptr)|(((uint16_t)get_u8(bios, ptr+1))<<8); in get_u16()
/linux/drivers/hid/bpf/progs/
H A DWacom__ArtPen.bpf.c99 static inline __u8 *get_u8(__u8 *data, unsigned int offset) in get_u8() function
124 tip_switch = get_u8(data, params.offsets.tip_switch); in SEC()