Home
last modified time | relevance | path

Searched defs:PUTU32 (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/lib/libcrypto/modes/
H A Dmodes_local.h62 #define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
65 #define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v)) macro
/openbsd-src/usr.bin/ssh/
H A Drijndael.c619 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… macro
/openbsd-src/lib/libcrypto/camellia/
H A Dcamellia.c114 # define PUTU32(p,v) ({u32 r=(v); asm("bswapl %0":"=r"(r):"0"(r)); *(u32 *)(p)=r; }) macro
130 # define PUTU32(p,v) ((p)[0] = (u8)((v) >> 24), (p)[1] = (u8)((v) >> 16), (p)[2] = (u8)((v) >> 8),… macro
/openbsd-src/sys/crypto/
H A Drijndael.c618 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… macro
/openbsd-src/sys/lib/libsa/
H A Drijndael.c716 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… macro