Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ct/
Dct_local.h47 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
/third_party/openssl/ssl/
Dssl_local.h96 # define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro