Re: RFR 8177784 Use CounterMode intrinsic for AES/GCM

2017-04-11 Thread Anthony Scarpino
On 04/10/2017 10:27 AM, Paul Sandoz wrote: On 7 Apr 2017, at 12:47, Anthony Scarpino wrote: On 04/07/2017 06:58 AM, Chris Hegarty wrote: On 06/04/17 21:39, Anthony Scarpino wrote: I'd like to get a review for this performance change to use the existing CounterMode parallelized intrinsic in

Re: RFR 8177784 Use CounterMode intrinsic for AES/GCM

2017-04-11 Thread Anthony Scarpino
On 04/10/2017 12:18 PM, Sean Mullan wrote: On 4/6/17 4:39 PM, Anthony Scarpino wrote: I'd like to get a review for this performance change to use the existing CounterMode parallelized intrinsic instead of GCTR's own version. The two classes were nearly identical except for the doFinal() method

Re: RFR 8177784 Use CounterMode intrinsic for AES/GCM

2017-04-11 Thread Sean Mullan
http://cr.openjdk.java.net/~ascarpino/8177784/webrev.02/ Looks good. --Sean