Searched refs:thistempl (Results 1 – 4 of 4) sorted by relevance
/openssl/ssl/record/methods/ |
H A D | tls13_meth.c | 324 OSSL_RECORD_TEMPLATE *thistempl, in tls13_add_record_padding() argument 331 if (rl->allow_plain_alerts && thistempl->type != SSL3_RT_ALERT) in tls13_add_record_padding() 334 if (!WPACKET_put_bytes_u8(thispkt, thistempl->type)) { in tls13_add_record_padding() 363 padding = rl->padding(rl->cbarg, thistempl->type, rlen); in tls13_add_record_padding() 371 if (thistempl->type == SSL3_RT_HANDSHAKE && rl->hs_padding > 0) in tls13_add_record_padding() 373 else if (thistempl->type == SSL3_RT_ALERT && rl->hs_padding > 0) in tls13_add_record_padding() 375 else if (thistempl->type == SSL3_RT_APPLICATION_DATA in tls13_add_record_padding()
|
H A D | recmethod_local.h | 179 OSSL_RECORD_TEMPLATE *thistempl, 199 OSSL_RECORD_TEMPLATE *thistempl, 428 OSSL_RECORD_TEMPLATE *thistempl, 518 OSSL_RECORD_TEMPLATE *thistempl,
|
H A D | tls_common.c | 1682 OSSL_RECORD_TEMPLATE *thistempl, in tls_post_encryption_processing_default() argument 1730 unsigned char ctype = thistempl->type; in tls_post_encryption_processing_default() 1759 OSSL_RECORD_TEMPLATE *thistempl; in tls_write_records_default() local 1789 thistempl = (j < prefix) ? &prefixtempl : &templates[j - prefix]; in tls_write_records_default() 1796 rectype = rl->funcs->get_record_type(rl, thistempl); in tls_write_records_default() 1798 rectype = thistempl->type; in tls_write_records_default() 1801 TLS_RL_RECORD_set_rec_version(thiswr, thistempl->version); in tls_write_records_default() 1811 TLS_RL_RECORD_set_length(thiswr, thistempl->buflen); in tls_write_records_default() 1813 TLS_RL_RECORD_set_input(thiswr, (unsigned char *)thistempl->buf); in tls_write_records_default() 1836 && !rl->funcs->add_record_padding(rl, thistempl, thispkt, in tls_write_records_default() [all …]
|
H A D | dtls_meth.c | 725 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 33 milliseconds