Home
last modified time | relevance | path

Searched defs:l2n8 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ct/
H A Dct_local.h47 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_cbc.c58 # define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
H A Dssl_local.h97 # define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ct/
H A Dct_local.h47 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h96 # define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro