Searched refs:l2n (Results 1 - 25 of 28) sorted by relevance

12

/barrelfish-master/lib/openssl-1.0.0d/crypto/bf/
H A Dbf_ofb64.c84 l2n(v0,dp);
85 l2n(v1,dp);
92 t=ti[0]; l2n(t,dp);
93 t=ti[1]; l2n(t,dp);
104 l2n(v0,iv);
105 l2n(v1,iv);
H A Dbf_cbc.c86 l2n(tout0,out);
87 l2n(tout1,out);
99 l2n(tout0,out);
100 l2n(tout1,out);
102 l2n(tout0,ivec);
103 l2n(tout1,ivec);
119 l2n(tout0,out);
120 l2n(tout1,out);
137 l2n(xor0,ivec);
138 l2n(xor
[all...]
H A Dbf_ecb.c92 l=d[0]; l2n(l,out);
93 l=d[1]; l2n(l,out);
H A Dbf_cfb64.c87 t=ti[0]; l2n(t,iv);
88 t=ti[1]; l2n(t,iv);
107 t=ti[0]; l2n(t,iv);
108 t=ti[1]; l2n(t,iv);
H A Dbf_enc.c248 l2n(tout0,out);
249 l2n(tout1,out);
261 l2n(tout0,out);
262 l2n(tout1,out);
264 l2n(tout0,ivec);
265 l2n(tout1,ivec);
281 l2n(tout0,out);
282 l2n(tout1,out);
299 l2n(xor0,ivec);
300 l2n(xor
[all...]
H A Dbf_locl.h124 /* NOTE - c is not incremented as per l2n */
145 #undef l2n macro
146 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/cast/
H A Dc_ofb64.c85 l2n(v0,dp);
86 l2n(v1,dp);
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
105 l2n(v0,iv);
106 l2n(v1,iv);
H A Dc_ecb.c76 l=d[0]; l2n(l,out);
77 l=d[1]; l2n(l,out);
H A Dc_cfb64.c88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
108 t=ti[0]; l2n(t,iv);
109 t=ti[1]; l2n(t,iv);
H A Dc_enc.c152 l2n(tout0,out);
153 l2n(tout1,out);
165 l2n(tout0,out);
166 l2n(tout1,out);
168 l2n(tout0,iv);
169 l2n(tout1,iv);
185 l2n(tout0,out);
186 l2n(tout1,out);
203 l2n(xor0,iv);
204 l2n(xor
[all...]
H A Dcast_lcl.h128 /* NOTE - c is not incremented as per l2n */
149 #undef l2n macro
150 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/idea/
H A Di_ofb64.c85 l2n(v0,dp);
86 l2n(v1,dp);
93 t=ti[0]; l2n(t,dp);
94 t=ti[1]; l2n(t,dp);
105 l2n(v0,iv);
106 l2n(v1,iv);
H A Di_ecb.c81 l0=d[0]; l2n(l0,out);
82 l1=d[1]; l2n(l1,out);
H A Di_cfb64.c88 t=ti[0]; l2n(t,iv);
89 t=ti[1]; l2n(t,iv);
108 t=ti[0]; l2n(t,iv);
109 t=ti[1]; l2n(t,iv);
H A Di_cbc.c84 tout0=tin[0]; l2n(tout0,out);
85 tout1=tin[1]; l2n(tout1,out);
95 tout0=tin[0]; l2n(tout0,out);
96 tout1=tin[1]; l2n(tout1,out);
98 l2n(tout0,iv);
99 l2n(tout1,iv);
113 l2n(tout0,out);
114 l2n(tout1,out);
129 l2n(xor0,iv);
130 l2n(xor
[all...]
H A Didea_lcl.h110 /* NOTE - c is not incremented as per l2n */
131 #undef l2n macro
132 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc2/
H A Drc2_locl.h120 /* NOTE - c is not incremented as per l2n */
141 #undef l2n macro
142 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Denc_writ.c129 l2n(len,p);
H A Ddes_locl.h143 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc5/
H A Drc5_locl.h122 /* NOTE - c is not incremented as per l2n */
143 #undef l2n macro
144 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ds2_enc.c174 l2n(seq,p);
H A Ds23_clnt.c328 l2n(Time,p);
H A Dd1_srvr.c761 l2n(Time,p);
1504 l2n(s->session->tlsext_tick_lifetime_hint, p);
H A Ds3_srvr.c1066 l2n(Time,pos);
1299 l2n(Time,p);
3117 l2n(s->session->tlsext_tick_lifetime_hint, p);
H A Dssl_locl.h206 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro

Completed in 797 milliseconds

12