Lines Matching refs:thistempl
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()
1803 if (!rl->funcs->prepare_record_header(rl, thispkt, thistempl, rectype, 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()
1867 thistempl = (j < prefix) ? &prefixtempl : &templates[j - prefix]; in tls_write_records_default()
1869 if (!rl->funcs->post_encryption_processing(rl, mac_size, thistempl, in tls_write_records_default()