Home
last modified time | relevance | path

Searched refs:n2l8 (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/ct/
H A Dct_local.h39 #define n2l8(c, l) (l = ((uint64_t)(*((c)++))) << 56, \ macro
H A Dct_oct.c110 n2l8(p, sct->timestamp); in o2i_SCT()
/freebsd/crypto/openssl/include/internal/
H A Dcommon.h144 #define n2l8(c, l) (l = ((uint64_t)(*((c)++))) << 56, \ macro
/freebsd/crypto/openssl/ssl/record/methods/
H A Ddtls_meth.c21 n2l8(v1, l1); in satsub64be()
22 n2l8(v2, l2); in satsub64be()