Searched refs:l2c (Results 26 - 31 of 31) sorted by relevance

12

/barrelfish-master/lib/openssl-1.0.0d/crypto/cast/
H A Dcast_lcl.h90 #undef l2c macro
91 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
96 /* NOTE - c is not incremented as per l2c */
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/
H A Dfcrypt.c146 ll=out[0]; l2c(ll,b);
147 ll=out[1]; l2c(ll,b);
H A Ddes_locl.h129 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
148 /* NOTE - c is not incremented as per l2c */
/barrelfish-master/lib/openssl-1.0.0d/crypto/idea/
H A Didea_lcl.h162 /* NOTE - c is not incremented as per l2c */
191 #undef l2c macro
192 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc5/
H A Drc5_locl.h84 #undef l2c macro
85 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
90 /* NOTE - c is not incremented as per l2c */
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_locl.h196 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
225 /* NOTE - c is not incremented as per l2c */

Completed in 102 milliseconds

12