Home
last modified time | relevance | path

Searched defs:l2n (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/bf/
H A Dbf_local.h66 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd/crypto/openssl/crypto/idea/
H A Didea_local.h72 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2_local.h121 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd/crypto/openssl/crypto/cast/
H A Dcast_local.h111 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_local.h123 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd/crypto/openssl/ssl/
H A Ds3_cbc.c46 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
H A Dssl_local.h85 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro
/freebsd/sys/crypto/des/
H A Ddes_locl.h103 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/freebsd/crypto/openssl/crypto/des/
H A Ddes_local.h72 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro