Home
last modified time | relevance | path

Searched refs:l2n8 (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/ct/
HDct_local.h82 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
HDct_oct.c300 l2n8(sct->timestamp, p); in i2o_SCT()
/dragonfly/crypto/libressl/ssl/
HDs3_cbc.c272 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
331 l2n8(sha512->h[i], md_out); in tls1_sha512_final_raw()