Searched defs:l2c (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/crypto/mdc2/ |
H A D | mdc2dgst.c | 30 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd/crypto/openssl/crypto/rc2/ |
H A D | rc2_local.h | 41 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4210.dtsi | 272 l2c: cache-controller@10502000 { label
|
H A D | exynos4x12.dtsi | 265 l2c: cache-controller@10502000 { label
|
/freebsd/crypto/openssl/crypto/cast/ |
H A D | cast_local.h | 38 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd/crypto/openssl/crypto/rc5/ |
H A D | rc5_local.h | 43 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd/sys/crypto/des/ |
H A D | des_locl.h | 89 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd/crypto/openssl/crypto/des/ |
H A D | des_local.h | 57 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd/lib/libmd/ |
H A D | rmd_locl.h | 148 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
H A D | sha_locl.h | 161 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_var.h | 91 hook_p l2c; /* L2CAP upstream hook */ member
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 1160 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 D | ssl_local.h | 65 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|