Home
last modified time | relevance | path

Searched defs:l2c (Results 1 – 8 of 8) sorted by relevance

/dragonfly/crypto/libressl/crypto/gost/
H A Dgost_locl.h74 # define l2c(l,c) (*((unsigned int *)(c))=(l), (c)+=4) macro
80 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/crypto/libressl/crypto/rc2/
H A Drc2_locl.h83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/sys/crypto/blowfish/
H A Dbf_locl.h93 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/crypto/libressl/crypto/bf/
H A Dbf_locl.h87 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/crypto/libressl/crypto/cast/
H A Dcast_lcl.h83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/sys/crypto/des/
H A Ddes_locl.h90 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/crypto/libressl/crypto/des/
H A Ddes_locl.h103 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_var.h92 hook_p l2c; /* L2CAP upstream hook */ member