Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dmodes_lcl.h46 # define BSWAP4(x) ({ u32 ret_=(x); \ macro
54 # define BSWAP4(x) ({ u32 ret_=(x); \ macro
61 # define BSWAP4(x) ({ u32 ret_; \ macro
69 # define BSWAP4(x) ({ u32 ret_; \ macro
78 # define BSWAP4(x) _byteswap_ulong((u32)(x)) macro
83 # define BSWAP4(x) _bswap4(x) macro
87 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)
88 # define GETU32(p) BSWAP4(*(const u32 *)(p))
89 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A Dfix-libressl-avoid-BSWAP-assembly-for-ARM-v6.patch26 +-# define BSWAP4(x) ({ u32 ret; \
27 ++# define BSWAP4(x) ({ u32 ret; \
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Daes_gcm.c20 #if defined(BSWAP4)
23 #define GETU32(p) BSWAP4(*(const u32 *)(p))
25 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)
H A Dsm4_gcm.c18 #if defined(BSWAP4)
21 #define GETU32(p) BSWAP4(*(const u32 *)(p))
23 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)