Home
last modified time | relevance | path

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

/include/crypto/
A Dmodes.h100 # define GETU32(p) BSWAP4(*(const u32 *)(p)) macro
103 # define GETU32(p) ((u32)(p)[0]<<24|(u32)(p)[1]<<16|(u32)(p)[2]<<8|(u32)(p)[3]) macro

Completed in 7 milliseconds