Searched defs:l2c (Results 1 – 12 of 12) sorted by relevance
/freebsd-src/crypto/openssl/crypto/mdc2/ |
H A D | mdc2dgst.c | 30 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd-src/crypto/openssl/crypto/rc2/ |
H A D | rc2_local.h | 41 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd-src/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-src/crypto/openssl/crypto/cast/ |
H A D | cast_local.h | 38 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd-src/crypto/openssl/crypto/rc5/ |
H A D | rc5_local.h | 43 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd-src/sys/crypto/des/ |
H A D | des_locl.h | 89 #define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd-src/crypto/openssl/crypto/des/ |
H A D | des_local.h | 57 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|
/freebsd-src/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-src/sys/netgraph/bluetooth/l2cap/ |
H A D | ng_l2cap_var.h | 91 hook_p l2c; /* L2CAP upstream hook */ member
|
/freebsd-src/crypto/openssl/ssl/ |
H A D | ssl_local.h | 65 # define l2c(l,c) (*((c)++)=(unsigned char)(((l) )&0xff), \ macro
|