Searched refs:thiswr (Results 1 – 6 of 6) sorted by relevance
1645 TLS_RL_RECORD *thiswr) in tls_prepare_for_encryption_default() argument1660 || !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() argument1706 >= 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 …]
180 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);
331 TLS_RL_RECORD *thiswr) in tls13_add_record_padding() argument343 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()
139 TLS_RL_RECORD *thiswr) in tls_any_prepare_for_encryption() argument
503 TLS_RL_RECORD *thiswr) in ktls_prepare_for_encryption() argument513 TLS_RL_RECORD *thiswr) in ktls_post_encryption_processing() argument
733 TLS_RL_RECORD *thiswr) in dtls_post_encryption_processing() argument736 thispkt, thiswr)) { in dtls_post_encryption_processing()