Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dpacket.c298 size_t numlenbytes = 1; in wpacket_intern_close() local
301 numlenbytes++; in wpacket_intern_close()
302 if (!WPACKET_put_bytes__(pkt, packlen, numlenbytes)) in wpacket_intern_close()
305 numlenbytes |= 0x80; in wpacket_intern_close()
306 if (!WPACKET_put_bytes_u8(pkt, numlenbytes)) in wpacket_intern_close()

Completed in 6 milliseconds