Home
last modified time | relevance | path

Searched refs:thistempl (Results 1 – 4 of 4) sorted by relevance

/openssl/ssl/record/methods/
H A Dtls13_meth.c316 OSSL_RECORD_TEMPLATE *thistempl, in tls13_add_record_padding() argument
323 if (rl->allow_plain_alerts && thistempl->type != SSL3_RT_ALERT) in tls13_add_record_padding()
326 if (!WPACKET_put_bytes_u8(thispkt, thistempl->type)) { in tls13_add_record_padding()
339 padding = rl->padding(rl->cbarg, thistempl->type, rlen); in tls13_add_record_padding()
H A Drecmethod_local.h180 OSSL_RECORD_TEMPLATE *thistempl,
200 OSSL_RECORD_TEMPLATE *thistempl,
429 OSSL_RECORD_TEMPLATE *thistempl,
519 OSSL_RECORD_TEMPLATE *thistempl,
H A Dtls_common.c1673 OSSL_RECORD_TEMPLATE *thistempl, in tls_post_encryption_processing_default() argument
1721 unsigned char ctype = thistempl->type; in tls_post_encryption_processing_default()
1750 OSSL_RECORD_TEMPLATE *thistempl; in tls_write_records_default() local
1780 thistempl = (j < prefix) ? &prefixtempl : &templates[j - prefix]; in tls_write_records_default()
1787 rectype = rl->funcs->get_record_type(rl, thistempl); in tls_write_records_default()
1789 rectype = thistempl->type; in tls_write_records_default()
1792 TLS_RL_RECORD_set_rec_version(thiswr, thistempl->version); in tls_write_records_default()
1802 TLS_RL_RECORD_set_length(thiswr, thistempl->buflen); in tls_write_records_default()
1804 TLS_RL_RECORD_set_input(thiswr, (unsigned char *)thistempl->buf); in tls_write_records_default()
1827 && !rl->funcs->add_record_padding(rl, thistempl, thispkt, in tls_write_records_default()
[all …]
H A Ddtls_meth.c725 OSSL_RECORD_TEMPLATE *thistempl, in dtls_post_encryption_processing() argument
729 if (!tls_post_encryption_processing_default(rl, mac_size, thistempl, in dtls_post_encryption_processing()

Completed in 24 milliseconds