Home
last modified time | relevance | path

Searched refs:tls13_buffer (Results 1 – 25 of 29) sorted by relevance

12

/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dtls13_buffer.c23 struct tls13_buffer { struct
30 static int tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity); argument
32 struct tls13_buffer *
35 struct tls13_buffer *buf = NULL; in tls13_buffer_new()
37 if ((buf = calloc(1, sizeof(struct tls13_buffer))) == NULL) in tls13_buffer_new()
52 tls13_buffer_free(struct tls13_buffer *buf) in tls13_buffer_free()
58 freezero(buf, sizeof(struct tls13_buffer)); in tls13_buffer_free()
62 tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity) in tls13_buffer_resize()
79 tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data) in tls13_buffer_set_data()
88 tls13_buffer_extend(struct tls13_buffer *buf, size_t len, in tls13_buffer_extend()
[all …]
H A Dtls13_internal.h98 struct tls13_buffer;
100 struct tls13_buffer *tls13_buffer_new(size_t init_size);
101 int tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data);
102 void tls13_buffer_free(struct tls13_buffer *buf);
103 ssize_t tls13_buffer_extend(struct tls13_buffer *buf, size_t len,
105 void tls13_buffer_cbs(struct tls13_buffer *buf, CBS *cbs);
106 int tls13_buffer_finish(struct tls13_buffer *buf, uint8_t **out,
H A DMakefile.am62 libssl_la_SOURCES += tls13_buffer.c
H A DMakefile.in149 t1_enc.lo t1_lib.lo tls12_record_layer.lo tls13_buffer.lo \
198 ./$(DEPDIR)/tls13_buffer.Plo ./$(DEPDIR)/tls13_client.Plo \
397 tls12_record_layer.c tls13_buffer.c tls13_client.c \
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls13_buffer.Plo@am__quote@ # am--include-marker
745 -rm -f ./$(DEPDIR)/tls13_buffer.Plo
839 -rm -f ./$(DEPDIR)/tls13_buffer.Plo
H A Dtls13_record.c31 struct tls13_buffer *buf;
H A Dtls13_handshake_msg.c32 struct tls13_buffer *buf;
/dports/security/libressl/libressl-3.4.3/ssl/
H A Dtls13_buffer.c21 struct tls13_buffer { struct
28 static int tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity); argument
30 struct tls13_buffer *
33 struct tls13_buffer *buf = NULL; in tls13_buffer_new()
35 if ((buf = calloc(1, sizeof(struct tls13_buffer))) == NULL) in tls13_buffer_new()
50 tls13_buffer_free(struct tls13_buffer *buf) in tls13_buffer_free()
56 freezero(buf, sizeof(struct tls13_buffer)); in tls13_buffer_free()
60 tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity) in tls13_buffer_resize()
77 tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data) in tls13_buffer_set_data()
86 tls13_buffer_extend(struct tls13_buffer *buf, size_t len, in tls13_buffer_extend()
[all …]
H A Dtls13_internal.h103 struct tls13_buffer;
105 struct tls13_buffer *tls13_buffer_new(size_t init_size);
106 int tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data);
107 void tls13_buffer_free(struct tls13_buffer *buf);
108 ssize_t tls13_buffer_extend(struct tls13_buffer *buf, size_t len,
110 void tls13_buffer_cbs(struct tls13_buffer *buf, CBS *cbs);
111 int tls13_buffer_finish(struct tls13_buffer *buf, uint8_t **out,
H A DMakefile.in150 tls12_lib.lo tls12_record_layer.lo tls13_buffer.lo \
200 ./$(DEPDIR)/tls13_buffer.Plo ./$(DEPDIR)/tls13_client.Plo \
400 tls12_record_layer.c tls13_buffer.c tls13_client.c \
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls13_buffer.Plo@am__quote@ # am--include-marker
754 -rm -f ./$(DEPDIR)/tls13_buffer.Plo
851 -rm -f ./$(DEPDIR)/tls13_buffer.Plo
H A Dtls13_record.c29 struct tls13_buffer *buf;
H A DMakefile.am65 libssl_la_SOURCES += tls13_buffer.c
H A Dtls13_handshake_msg.c31 struct tls13_buffer *buf;
/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Dtls13_buffer.c23 struct tls13_buffer { struct
30 static int tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity); argument
32 struct tls13_buffer *
35 struct tls13_buffer *buf = NULL; in tls13_buffer_new()
37 if ((buf = calloc(1, sizeof(struct tls13_buffer))) == NULL) in tls13_buffer_new()
52 tls13_buffer_free(struct tls13_buffer *buf) in tls13_buffer_free()
58 freezero(buf, sizeof(struct tls13_buffer)); in tls13_buffer_free()
62 tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity) in tls13_buffer_resize()
79 tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data) in tls13_buffer_set_data()
88 tls13_buffer_extend(struct tls13_buffer *buf, size_t len, in tls13_buffer_extend()
[all …]
H A Dtls13_internal.h98 struct tls13_buffer;
100 struct tls13_buffer *tls13_buffer_new(size_t init_size);
101 int tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data);
102 void tls13_buffer_free(struct tls13_buffer *buf);
103 ssize_t tls13_buffer_extend(struct tls13_buffer *buf, size_t len,
105 void tls13_buffer_cbs(struct tls13_buffer *buf, CBS *cbs);
106 int tls13_buffer_finish(struct tls13_buffer *buf, uint8_t **out,
H A Dtls13_record.c31 struct tls13_buffer *buf;
H A Dtls13_handshake_msg.c32 struct tls13_buffer *buf;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/ssl/
H A Dtls13_buffer.c23 struct tls13_buffer { struct
30 static int tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity); argument
32 struct tls13_buffer *
35 struct tls13_buffer *buf = NULL; in tls13_buffer_new()
37 if ((buf = calloc(1, sizeof(struct tls13_buffer))) == NULL) in tls13_buffer_new()
52 tls13_buffer_free(struct tls13_buffer *buf) in tls13_buffer_free()
58 freezero(buf, sizeof(struct tls13_buffer)); in tls13_buffer_free()
62 tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity) in tls13_buffer_resize()
79 tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data) in tls13_buffer_set_data()
88 tls13_buffer_extend(struct tls13_buffer *buf, size_t len, in tls13_buffer_extend()
[all …]
H A Dtls13_internal.h98 struct tls13_buffer;
100 struct tls13_buffer *tls13_buffer_new(size_t init_size);
101 int tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data);
102 void tls13_buffer_free(struct tls13_buffer *buf);
103 ssize_t tls13_buffer_extend(struct tls13_buffer *buf, size_t len,
105 void tls13_buffer_cbs(struct tls13_buffer *buf, CBS *cbs);
106 int tls13_buffer_finish(struct tls13_buffer *buf, uint8_t **out,
H A Dtls13_record.c31 struct tls13_buffer *buf;
/dports/www/obhttpd/libressl-3.4.1/ssl/
H A Dtls13_buffer.c21 struct tls13_buffer { struct
28 static int tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity); argument
30 struct tls13_buffer *
33 struct tls13_buffer *buf = NULL; in tls13_buffer_new()
35 if ((buf = calloc(1, sizeof(struct tls13_buffer))) == NULL) in tls13_buffer_new()
50 tls13_buffer_free(struct tls13_buffer *buf) in tls13_buffer_free()
56 freezero(buf, sizeof(struct tls13_buffer)); in tls13_buffer_free()
60 tls13_buffer_resize(struct tls13_buffer *buf, size_t capacity) in tls13_buffer_resize()
77 tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data) in tls13_buffer_set_data()
86 tls13_buffer_extend(struct tls13_buffer *buf, size_t len, in tls13_buffer_extend()
[all …]
H A Dtls13_internal.h103 struct tls13_buffer;
105 struct tls13_buffer *tls13_buffer_new(size_t init_size);
106 int tls13_buffer_set_data(struct tls13_buffer *buf, CBS *data);
107 void tls13_buffer_free(struct tls13_buffer *buf);
108 ssize_t tls13_buffer_extend(struct tls13_buffer *buf, size_t len,
110 void tls13_buffer_cbs(struct tls13_buffer *buf, CBS *cbs);
111 int tls13_buffer_finish(struct tls13_buffer *buf, uint8_t **out,
H A DMakefile.in150 tls12_lib.lo tls12_record_layer.lo tls13_buffer.lo \
200 ./$(DEPDIR)/tls13_buffer.Plo ./$(DEPDIR)/tls13_client.Plo \
400 tls12_record_layer.c tls13_buffer.c tls13_client.c \
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tls13_buffer.Plo@am__quote@ # am--include-marker
754 -rm -f ./$(DEPDIR)/tls13_buffer.Plo
851 -rm -f ./$(DEPDIR)/tls13_buffer.Plo
/dports/security/libressl-static/libressl-3.3.5/tests/
H A Dbuffertest.c103 struct tls13_buffer *buf; in main()
/dports/security/libressl/libressl-3.4.3/tests/
H A Dbuffertest.c103 struct tls13_buffer *buf; in main()
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Dbuffertest.c103 struct tls13_buffer *buf; in main()

12