Searched refs:TLS_HEADER_SIZE (Results 1 – 4 of 4) sorted by relevance
559 req_seq = ntohl(resync_req >> 32) - ((u32)TLS_HEADER_SIZE - 1); in handle_device_resync()565 seq + TLS_HEADER_SIZE - 1, in handle_device_resync()577 orig_buf = kmalloc(rxm->full_len + TLS_HEADER_SIZE + in tls_device_reencrypt()591 rxm->full_len + TLS_HEADER_SIZE + in tls_device_reencrypt()594 TLS_HEADER_SIZE + TLS_CIPHER_AES_GCM_128_IV_SIZE); in tls_device_reencrypt()705 ctx->tx.prepend_size = TLS_HEADER_SIZE + nonce_size; in tls_set_device_offload()
54 unsigned char buf[TLS_HEADER_SIZE + TLS_CIPHER_AES_GCM_128_IV_SIZE]; in tls_enc_record()78 memcpy(iv + TLS_CIPHER_AES_GCM_128_SALT_SIZE, buf + TLS_HEADER_SIZE, in tls_enc_record()
722 err = skb_copy_bits(skb, rxm->offset + TLS_HEADER_SIZE, in decrypt_internal()1029 char header[TLS_HEADER_SIZE + MAX_IV_SIZE]; in tls_read_size()1076 return data_len + TLS_HEADER_SIZE; in tls_read_size()1225 cctx->prepend_size = TLS_HEADER_SIZE + nonce_size; in tls_set_sw_offload()
51 #define TLS_HEADER_SIZE 5 macro52 #define TLS_NONCE_OFFSET TLS_HEADER_SIZE