Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ct/
H A Dct_local.h38 #define n2l8(c,l) (l =((uint64_t)(*((c)++)))<<56, \ macro
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h75 # define n2l8(c,l) (l =((uint64_t)(*((c)++)))<<56, \ macro