Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/gost/
HDgost_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/
HDrc2_locl.h83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/sys/crypto/blowfish/
HDbf_locl.h93 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/crypto/libressl/crypto/bf/
HDbf_locl.h87 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/crypto/libressl/crypto/cast/
HDcast_lcl.h83 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/sys/crypto/des/
HDdes_locl.h90 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/crypto/libressl/crypto/des/
HDdes_locl.h103 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/dragonfly/sys/netgraph7/bluetooth/l2cap/
HDng_l2cap_var.h92 hook_p l2c; /* L2CAP upstream hook */ member