Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ct/
Dct_vfy.c55 l2n8(sct->timestamp, p); in sct_ctx_update()
Dct_local.h47 #define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro
Dct_oct.c239 l2n8(sct->timestamp, p); in i2o_SCT()
/third_party/openssl/ssl/
Ds3_cbc.c80 l2n8(sha512->h[i], md_out); in tls1_sha512_final_raw()
Dssl_local.h96 # define l2n8(l,c) (*((c)++)=(unsigned char)(((l)>>56)&0xff), \ macro