Home
last modified time | relevance | path

Searched defs:lenbytes (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/
Dpacket.c27 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_allocate_bytes__()
78 unsigned char **allocbytes, size_t lenbytes) in WPACKET_sub_reserve_bytes__()
92 static size_t maxmaxsize(size_t lenbytes) in maxmaxsize()
100 static int wpacket_intern_init_len(WPACKET *pkt, size_t lenbytes) in wpacket_intern_init_len()
129 size_t lenbytes) in WPACKET_init_static_len()
159 int WPACKET_init_len(WPACKET *pkt, BUF_MEM *buf, size_t lenbytes) in WPACKET_init_len()
178 int WPACKET_init_null(WPACKET *pkt, size_t lenbytes) in WPACKET_init_null()
341 int WPACKET_start_sub_packet_len__(WPACKET *pkt, size_t lenbytes) in WPACKET_start_sub_packet_len__()
398 size_t lenbytes; in WPACKET_set_max_size() local
453 size_t lenbytes) in WPACKET_sub_memcpy__()
/third_party/openssl/test/
Dbad_dtls_test.c283 unsigned char lenbytes[2]; in send_record() local
Dasn1_encode_test.c568 size_t lenbytes; in der_encode_length() local
/third_party/openssl/include/internal/
Dpacket.h644 size_t lenbytes; member
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8252 size_t lenbytes = upb_vencode64(s->msglen, buf); in end_delim() local