Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/mdc2/
H A Dmdc2dgst.c30 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2_local.h41 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4210.dtsi272 l2c: cache-controller@10502000 { label
H A Dexynos4x12.dtsi265 l2c: cache-controller@10502000 { label
/freebsd/crypto/openssl/crypto/cast/
H A Dcast_local.h38 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_local.h43 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/freebsd/sys/crypto/des/
H A Ddes_locl.h89 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h57 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/freebsd/lib/libmd/
H A Drmd_locl.h148 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
H A Dsha_locl.h161 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h91 hook_p l2c; /* L2CAP upstream hook */ member
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c1160 boolean_t l2c = B_FALSE; in fill_vdev_info() local
7008 nvlist_t *props, *ent, *ch, *obj, *l2c, *sp; in collect_list_stats() local
9459 nvlist_t *l2c = NULL, **l2cache; in l2cache_nvlist() local
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h65 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro