> > -----Original Message----- > From: Stefan Hajnoczi [mailto:[email protected]] > Sent: Tuesday, May 16, 2017 11:43 PM > To: Gonglei (Arei) > Cc: [email protected]; [email protected]; Huangweidong (C); > [email protected]; Luonengjun; [email protected]; > Linqiangmin; [email protected]; Wubin (H) > Subject: Re: [RFC v1 5/9] virtio-crypto: update header file > > On Mon, May 08, 2017 at 07:38:20PM +0800, Gonglei wrote: > > @@ -166,8 +175,8 @@ struct virtio_crypto_aead_session_para { > > uint32_t algo; > > /* length of key */ > > uint32_t key_len; > > - /* hash result length */ > > - uint32_t hash_result_len; > > + /* Authentication tag length */ > > + uint32_t tag_len; > > Why is this field being renamed?
Oh, I just think the latter name ' tag_len' is more proper than 'hash_result_len', and the current code don't touch this field. Thanks, -Gonglei
