Am Donnerstag, 21. Mai 2015, 18:44:03 schrieb Herbert Xu:

Hi Herbert,

>-      aead_givcrypt_set_callback(req, 0, esp_output_done, skb);
>-      aead_givcrypt_set_crypt(req, sg, sg, clen, iv);
>-      aead_givcrypt_set_assoc(req, asg, assoclen);
>-      aead_givcrypt_set_giv(req, esph->enc_data,
>-                            XFRM_SKB_CB(skb)->seq.output.low);
>+      aead_request_set_crypt(req, sg, sg, ivlen + clen, iv);
>+      aead_request_set_ad(req, assoclen, 0);

If I may ask, where in your initial patch set is now decided that the IV 
generator is used (i.e. so that the givcrypt API is not needed any more)?

Do I understand it correctly that you want to retire the givcrypt API 
entirely?

Thanks
Stephan
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to