Searched refs:thiswr (Results 1 – 6 of 6) sorted by relevance
1673 TLS_RL_RECORD_set_data(thiswr, recordstart); in tls_prepare_for_encryption_default()1674 TLS_RL_RECORD_reset_input(thiswr); in tls_prepare_for_encryption_default()1675 TLS_RL_RECORD_set_length(thiswr, len); in tls_prepare_for_encryption_default()1696 || origlen > thiswr->length in tls_post_encryption_processing_default()1697 || (thiswr->length > origlen in tls_post_encryption_processing_default()1742 TLS_RL_RECORD_add_length(thiswr, headerlen); in tls_post_encryption_processing_default()1754 TLS_RL_RECORD *thiswr; in tls_write_records_default() local1788 thiswr = &wr[j]; in tls_write_records_default()1822 if (!tls_do_compress(rl, thiswr) in tls_write_records_default()1828 if (!WPACKET_memcpy(thispkt, thiswr->input, thiswr->length)) { in tls_write_records_default()[all …]
181 TLS_RL_RECORD *thiswr);191 TLS_RL_RECORD *thiswr);201 TLS_RL_RECORD *thiswr);430 TLS_RL_RECORD *thiswr);515 TLS_RL_RECORD *thiswr);520 TLS_RL_RECORD *thiswr);
326 TLS_RL_RECORD *thiswr) in tls13_add_record_padding() argument338 TLS_RL_RECORD_add_length(thiswr, 1); in tls13_add_record_padding()341 rlen = TLS_RL_RECORD_get_length(thiswr); in tls13_add_record_padding()401 TLS_RL_RECORD_add_length(thiswr, padding); in tls13_add_record_padding()
142 TLS_RL_RECORD *thiswr) in tls_any_prepare_for_encryption() argument
507 TLS_RL_RECORD *thiswr) in ktls_prepare_for_encryption() argument517 TLS_RL_RECORD *thiswr) in ktls_post_encryption_processing() argument
727 TLS_RL_RECORD *thiswr) in dtls_post_encryption_processing() argument730 thispkt, thiswr)) { in dtls_post_encryption_processing()
Completed in 25 milliseconds