Home
last modified time | relevance | path

Searched refs:thiswr (Results 1 – 6 of 6) sorted by relevance

/openssl/ssl/record/methods/
H A Dtls_common.c1673 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() local
1788 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 …]
H A Drecmethod_local.h181 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);
H A Dtls13_meth.c326 TLS_RL_RECORD *thiswr) in tls13_add_record_padding() argument
338 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()
H A Dtlsany_meth.c142 TLS_RL_RECORD *thiswr) in tls_any_prepare_for_encryption() argument
H A Dktls_meth.c507 TLS_RL_RECORD *thiswr) in ktls_prepare_for_encryption() argument
517 TLS_RL_RECORD *thiswr) in ktls_post_encryption_processing() argument
H A Ddtls_meth.c727 TLS_RL_RECORD *thiswr) in dtls_post_encryption_processing() argument
730 thispkt, thiswr)) { in dtls_post_encryption_processing()

Completed in 22 milliseconds