Searched defs:l2n (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/bf/ |
H A D | bf_local.h | 66 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/freebsd/crypto/openssl/crypto/idea/ |
H A D | idea_local.h | 71 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/freebsd/crypto/openssl/crypto/cast/ |
H A D | cast_local.h | 66 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/freebsd/sys/crypto/des/ |
H A D | des_locl.h | 103 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
|
/freebsd/crypto/openssl/include/internal/ |
H A D | common.h | 145 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
|