Home
last modified time | relevance | path

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

/f-stack/freebsd/opencrypto/
H A Dktls_ocf.c170 uint16_t tls_comp_len; in ktls_ocf_tls_cbc_encrypt() local
200 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() local
353 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() local
429 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 …]