Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_local.h21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
24 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((… macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/
H A Daes_local.h21 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
24 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((… macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drijndael-alg-fst.c728 #define PUTU32(ct, st) { *((uint32_t *)(ct)) = SWAP((st)); } macro
731 #define PUTU32(ct, st) { (ct)[0] = (uint8_t)((st) >> 24); (ct)[1] = (uint8_t)((st) >> 16); (ct)[2] … macro
H A Dcamellia-ntt.c65 # define PUTU32(ct, st) {*((u32 *)(ct)) = SWAP((st));} macro
75 # define PUTU32(ct, st) { \ macro
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Drijndael.c622 #define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st… macro
/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Daes_i.h111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } macro
115 #define PUTU32(ct, st) { \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/camellia/
H A Dcamellia.c51 #define PUTU32(p,v) ((p)[0] = (u8)((v) >> 24), (p)[1] = (u8)((v) >> 16), (p)[2] = (u8)((v) >> 8), … macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/camellia/
H A Dcamellia.c57 #define PUTU32(p,v) ((p)[0] = (u8)((v) >> 24), (p)[1] = (u8)((v) >> 16), (p)[2] = (u8)((v) >> 8), … macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/
H A Dmodes_local.h101 # define PUTU32(p,v) *(u32_a1 *)(p) = BSWAP4(v) macro
104 # define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)… macro
H A Dgcm128.c25 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dmodes.h94 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro
97 # define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)… macro
/netbsd-src/sys/crypto/camellia/
H A Dcamellia.c69 #define PUTU32(ct, st) {(ct)[0] = (uint8_t)((st) >> 24); \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dgcm128.c27 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v) macro