Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ct/
H A Dct_local.h48 #define l2n8(l, c) (*((c)++) = (unsigned char)(((l) >> 56) & 0xff), \ macro
/freebsd/crypto/openssl/include/internal/
H A Dcommon.h158 #define l2n8(l, c) (*((c)++) = (unsigned char)(((l) >> 56) & 0xff), \ macro