Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/record/methods/
H A Dtls_common.c1645 TLS_RL_RECORD *thiswr) in tls_prepare_for_encryption_default() argument
1660 || !rl->funcs->mac(rl, thiswr, mac, 1)) { in tls_prepare_for_encryption_default()
1684 TLS_RL_RECORD_set_data(thiswr, recordstart); in tls_prepare_for_encryption_default()
1685 TLS_RL_RECORD_reset_input(thiswr); in tls_prepare_for_encryption_default()
1686 TLS_RL_RECORD_set_length(thiswr, len); in tls_prepare_for_encryption_default()
1695 TLS_RL_RECORD *thiswr) in tls_post_encryption_processing_default() argument
1706 >= thiswr->length) in tls_post_encryption_processing_default()
1708 || origlen > thiswr->length in tls_post_encryption_processing_default()
1709 || (thiswr->length > origlen in tls_post_encryption_processing_default()
1711 thiswr->length - origlen, in tls_post_encryption_processing_default()
[all …]
H A Drecmethod_local.h180 TLS_RL_RECORD *thiswr);
190 TLS_RL_RECORD *thiswr);
200 TLS_RL_RECORD *thiswr);
429 TLS_RL_RECORD *thiswr);
513 TLS_RL_RECORD *thiswr);
518 TLS_RL_RECORD *thiswr);
H A Dtls13_meth.c331 TLS_RL_RECORD *thiswr) in tls13_add_record_padding() argument
343 TLS_RL_RECORD_add_length(thiswr, 1); in tls13_add_record_padding()
346 rlen = TLS_RL_RECORD_get_length(thiswr); in tls13_add_record_padding()
406 TLS_RL_RECORD_add_length(thiswr, padding); in tls13_add_record_padding()
H A Dtlsany_meth.c139 TLS_RL_RECORD *thiswr) in tls_any_prepare_for_encryption() argument
H A Dktls_meth.c503 TLS_RL_RECORD *thiswr) in ktls_prepare_for_encryption() argument
513 TLS_RL_RECORD *thiswr) in ktls_post_encryption_processing() argument
H A Ddtls_meth.c733 TLS_RL_RECORD *thiswr) in dtls_post_encryption_processing() argument
736 thispkt, thiswr)) { in dtls_post_encryption_processing()