Home
last modified time | relevance | path

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

/openssl/ssl/record/methods/
H A Drecmethod_local.h150 OSSL_RECORD_TEMPLATE *templates,
162 OSSL_RECORD_TEMPLATE *templates,
171 OSSL_RECORD_TEMPLATE *template);
175 OSSL_RECORD_TEMPLATE *templ,
180 OSSL_RECORD_TEMPLATE *thistempl,
424 OSSL_RECORD_TEMPLATE *templ,
479 OSSL_RECORD_TEMPLATE *templates,
499 OSSL_RECORD_TEMPLATE *templates,
502 OSSL_RECORD_TEMPLATE *templates,
510 OSSL_RECORD_TEMPLATE *templ,
[all …]
H A Dktls_meth.c447 OSSL_RECORD_TEMPLATE *templates, in ktls_allocate_write_buffers()
463 OSSL_RECORD_TEMPLATE *templates, in ktls_initialise_write_packets()
465 OSSL_RECORD_TEMPLATE *prefixtempl, in ktls_initialise_write_packets()
494 OSSL_RECORD_TEMPLATE *templ, in ktls_prepare_record_header()
515 OSSL_RECORD_TEMPLATE *templ, in ktls_post_encryption_processing()
H A Dtls_multib.c66 OSSL_RECORD_TEMPLATE *templates, in tls_write_records_multiblock_int()
168 OSSL_RECORD_TEMPLATE *templates, in tls_write_records_multiblock()
H A Dtls_common.c1539 OSSL_RECORD_TEMPLATE *templates, in tls_allocate_write_buffers_default()
1552 OSSL_RECORD_TEMPLATE *templates, in tls_initialise_write_packets_default()
1554 OSSL_RECORD_TEMPLATE *prefixtempl, in tls_initialise_write_packets_default()
1594 OSSL_RECORD_TEMPLATE *templ, in tls_prepare_record_header_default()
1673 OSSL_RECORD_TEMPLATE *thistempl, in tls_post_encryption_processing_default()
1739 OSSL_RECORD_TEMPLATE *templates, in tls_write_records_default()
1749 OSSL_RECORD_TEMPLATE prefixtempl; in tls_write_records_default()
1750 OSSL_RECORD_TEMPLATE *thistempl; in tls_write_records_default()
1877 int tls_write_records(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates, in tls_write_records()
H A Dtls13_meth.c302 OSSL_RECORD_TEMPLATE *template) in tls13_get_record_type()
316 OSSL_RECORD_TEMPLATE *thistempl, in tls13_add_record_padding()
H A Dtls1_meth.c579 OSSL_RECORD_TEMPLATE *templates, in tls1_allocate_write_buffers()
601 OSSL_RECORD_TEMPLATE *templates, in tls1_initialise_write_packets()
603 OSSL_RECORD_TEMPLATE *prefixtempl, in tls1_initialise_write_packets()
H A Ddtls_meth.c694 OSSL_RECORD_TEMPLATE *templ, in dtls_prepare_record_header()
725 OSSL_RECORD_TEMPLATE *thistempl, in dtls_post_encryption_processing()
/openssl/include/internal/
H A Drecordmethod.h72 typedef struct ossl_record_template_st OSSL_RECORD_TEMPLATE; typedef
205 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates,
/openssl/ssl/
H A Ds3_msg.c83 OSSL_RECORD_TEMPLATE templ; in ssl3_dispatch_alert()
/openssl/ssl/quic/
H A Dquic_tls.c69 OSSL_RECORD_TEMPLATE template;
242 OSSL_RECORD_TEMPLATE *template, in quic_write_records()
/openssl/doc/designs/quic-design/
H A Drecord-layer.md178 `OSSL_RECORD_TEMPLATE` structure when writing. Libssl will construct a set of
186 data into `OSSL_RECORD_TEMPLATE` objects. Libssl will call the record layer's
189 (up to) that number of `OSSL_RECORD_TEMPLATE`s and pass the whole set to the
350 typedef struct ossl_record_template_st OSSL_RECORD_TEMPLATE;
481 int (*write_records)(OSSL_RECORD_LAYER *rl, OSSL_RECORD_TEMPLATE *templates,
/openssl/ssl/record/
H A Drec_layer_d1.c625 OSSL_RECORD_TEMPLATE tmpl; in do_dtls1_write()
H A Drec_layer_s3.c276 OSSL_RECORD_TEMPLATE tmpls[SSL_MAX_PIPELINES]; in ssl3_write_bytes()

Completed in 72 milliseconds