Searched defs:l2n8 (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ct/ |
H A D | ct_local.h | 47 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
H A D | s3_cbc.c | 58 # define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
|
H A D | ssl_local.h | 97 # define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ct/ |
H A D | ct_local.h | 47 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_local.h | 96 # define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
|