Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/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()
/third_party/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()

Completed in 2 milliseconds