Searched refs:HOST_l2c (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/md4/
H A Dmd4_locl.h80 ll=(c)->A; HOST_l2c(ll,(s)); \
81 ll=(c)->B; HOST_l2c(ll,(s)); \
82 ll=(c)->C; HOST_l2c(ll,(s)); \
83 ll=(c)->D; HOST_l2c(ll,(s)); \
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmd32_common.h212 # define HOST_l2c(l,c) ({ unsigned int r=(l); \ macro
221 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4, (l)) macro
230 # ifndef HOST_l2c
231 # define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
245 # define HOST_l2c(l,c) ({ asm ("strv %1,%0" \ macro
255 # define HOST_l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4) macro
265 # ifndef HOST_l2c
266 # define HOST_l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
355 (void)HOST_l2c(c->Nh, p);
356 (void)HOST_l2c(
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/md5/
H A Dmd5_locl.h87 ll=(c)->A; HOST_l2c(ll,(s)); \
88 ll=(c)->B; HOST_l2c(ll,(s)); \
89 ll=(c)->C; HOST_l2c(ll,(s)); \
90 ll=(c)->D; HOST_l2c(ll,(s)); \
/freebsd-9.3-release/crypto/openssl/crypto/ripemd/
H A Drmd_locl.h91 ll=(c)->A; HOST_l2c(ll,(s)); \
92 ll=(c)->B; HOST_l2c(ll,(s)); \
93 ll=(c)->C; HOST_l2c(ll,(s)); \
94 ll=(c)->D; HOST_l2c(ll,(s)); \
95 ll=(c)->E; HOST_l2c(ll,(s)); \
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha_locl.h72 ll=(c)->h0; HOST_l2c(ll,(s)); \
73 ll=(c)->h1; HOST_l2c(ll,(s)); \
74 ll=(c)->h2; HOST_l2c(ll,(s)); \
75 ll=(c)->h3; HOST_l2c(ll,(s)); \
76 ll=(c)->h4; HOST_l2c(ll,(s)); \
H A Dsha256.c120 { ll=(c)->h[xn]; HOST_l2c(ll,(s)); } \
124 { ll=(c)->h[xn]; HOST_l2c(ll,(s)); } \
130 { ll=(c)->h[xn]; HOST_l2c(ll,(s)); } \

Completed in 156 milliseconds