Home
last modified time | relevance | path

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

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