Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/
H A Dpacket.c273 size_t numlenbytes = 1; in wpacket_intern_close() local
276 numlenbytes++; in wpacket_intern_close()
277 if (!WPACKET_put_bytes__(pkt, packlen, numlenbytes)) in wpacket_intern_close()
280 numlenbytes |= 0x80; in wpacket_intern_close()
281 if (!WPACKET_put_bytes_u8(pkt, numlenbytes)) in wpacket_intern_close()