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

12

/opensolaris-onvv-gate/usr/src/common/openssl/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
/opensolaris-onvv-gate/usr/src/common/openssl/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.c150 l2n(tout0,out);
151 l2n(tout1,out);
163 l2n(tout0,out);
164 l2n(tout1,out);
166 l2n(tout0,iv);
167 l2n(tout1,iv);
183 l2n(tout0,out);
184 l2n(tout1,out);
201 l2n(xor0,iv);
202 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
/opensolaris-onvv-gate/usr/src/common/openssl/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
/opensolaris-onvv-gate/usr/src/common/openssl/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
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/des/
H A Denc_writ.c126 l2n(len,p);
H A Ddes_locl.h143 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/opensolaris-onvv-gate/usr/src/common/openssl/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
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Ds2_enc.c172 l2n(seq,p);
H A Ds23_clnt.c240 l2n(Time,p);
H A Dssl_sess.c373 l2n(l,p);
H A Dd1_clnt.c560 l2n(Time,p);
977 l2n(s->d1->handshake_write_seq,d);
H A Dd1_srvr.c678 l2n(Time,p);

Completed in 170 milliseconds

12