Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ct/
H A Dct_local.h34 #define l2n3(l,c) ((c[0]=(unsigned char)(((l)>>16)&0xff), \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ct/
H A Dct_local.h34 #define l2n3(l,c) ((c[0]=(unsigned char)(((l)>>16)&0xff), \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h129 # define l2n3(l,c) (((c)[0]=(unsigned char)(((l)>>16)&0xff), \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h130 # define l2n3(l,c) (((c)[0]=(unsigned char)(((l)>>16)&0xff), \ macro