Searched refs:tls_comp_len (Results 1 – 1 of 1) sorted by relevance
170 uint16_t tls_comp_len; in ktls_ocf_tls_cbc_encrypt() local200 tls_comp_len = 0; in ktls_ocf_tls_cbc_encrypt()203 tls_comp_len += iniov[i].iov_len; in ktls_ocf_tls_cbc_encrypt()213 ad.tls_length = htons(tls_comp_len); in ktls_ocf_tls_cbc_encrypt()329 uint16_t tls_comp_len; in ktls_ocf_tls12_gcm_encrypt() local353 tls_comp_len = ntohs(hdr->tls_length) - in ktls_ocf_tls12_gcm_encrypt()359 ad.tls_length = htons(tls_comp_len); in ktls_ocf_tls12_gcm_encrypt()415 uint16_t tls_comp_len; in ktls_ocf_tls12_gcm_decrypt() local429 tls_comp_len = ntohs(hdr->tls_length) - in ktls_ocf_tls12_gcm_decrypt()435 ad.tls_length = htons(tls_comp_len); in ktls_ocf_tls12_gcm_decrypt()[all …]