Searched refs:templ (Results 1 – 5 of 5) sorted by relevance
/ssl/ |
A D | s3_msg.c | 84 OSSL_RECORD_TEMPLATE templ; in ssl3_dispatch_alert() local 95 templ.type = SSL3_RT_ALERT; in ssl3_dispatch_alert() 96 templ.version = (sc->version == TLS1_3_VERSION) ? TLS1_2_VERSION in ssl3_dispatch_alert() 102 templ.version = TLS1_VERSION; in ssl3_dispatch_alert() 104 templ.buf = &sc->s3.send_alert[0]; in ssl3_dispatch_alert() 105 templ.buflen = 2; in ssl3_dispatch_alert() 130 sc->rlayer.wrlmethod->write_records(sc->rlayer.wrl, &templ, 1)); in ssl3_dispatch_alert() 134 sc->rlayer.wpend_tot = templ.buflen; in ssl3_dispatch_alert() 135 sc->rlayer.wpend_type = templ.type; in ssl3_dispatch_alert() 136 sc->rlayer.wpend_buf = templ.buf; in ssl3_dispatch_alert()
|
/ssl/record/methods/ |
A D | recmethod_local.h | 174 OSSL_RECORD_TEMPLATE *templ, 423 OSSL_RECORD_TEMPLATE *templ, 509 OSSL_RECORD_TEMPLATE *templ,
|
A D | dtls_meth.c | 700 OSSL_RECORD_TEMPLATE *templ, in dtls_prepare_record_header() argument 708 maxcomplen = templ->buflen; in dtls_prepare_record_header() 713 || !WPACKET_put_bytes_u16(thispkt, templ->version) in dtls_prepare_record_header()
|
A D | ktls_meth.c | 494 OSSL_RECORD_TEMPLATE *templ, in ktls_prepare_record_header() argument 515 OSSL_RECORD_TEMPLATE *templ, in ktls_post_encryption_processing() argument
|
A D | tls_common.c | 1603 OSSL_RECORD_TEMPLATE *templ, in tls_prepare_record_header_default() argument 1611 maxcomplen = templ->buflen; in tls_prepare_record_header_default() 1616 || !WPACKET_put_bytes_u16(thispkt, templ->version) in tls_prepare_record_header_default()
|
Completed in 16 milliseconds