Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/record/
H A Ddtls1_bitmap.c19 n2l8(v1, l1); in satsub64be()
20 n2l8(v2, l2); in satsub64be()
/freebsd/crypto/openssl/crypto/ct/
H A Dct_local.h38 #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/ssl/
H A Dssl_local.h75 # define n2l8(c,l) (l =((uint64_t)(*((c)++)))<<56, \ macro