Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ct/
H A Dct_local.h82 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
/dragonfly/crypto/libressl/ssl/
H A Ds3_cbc.c272 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro