Home
last modified time | relevance | path

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

/openssl/crypto/bf/
H A Dbf_local.h66 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/openssl/crypto/idea/
H A Didea_local.h71 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/openssl/crypto/cast/
H A Dcast_local.h66 #define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24L)&0xff), \ macro
/openssl/include/internal/
H A Dcommon.h145 # define l2n(l,c) (*((c)++)=(unsigned char)(((l)>>24)&0xff), \ macro

Completed in 11 milliseconds