src/jdk.crypto.ec/share/native/libsunec/impl/ecl-exp.h
changeset 50731 ed322b4cfe49
parent 47216 71c04702a3d5
equal deleted inserted replaced
50729:7755c93d3923 50731:ed322b4cfe49
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Use is subject to license terms.
     3  * Use is subject to license terms.
     4  *
     4  *
     5  * This library is free software; you can redistribute it and/or
     5  * This library is free software; you can redistribute it and/or
     6  * modify it under the terms of the GNU Lesser General Public
     6  * modify it under the terms of the GNU Lesser General Public
     7  * License as published by the Free Software Foundation; either
     7  * License as published by the Free Software Foundation; either
   158         ECCurve_WTLS_8,
   158         ECCurve_WTLS_8,
   159         ECCurve_WTLS_9,
   159         ECCurve_WTLS_9,
   160         /* ECCurve_WTLS_10 == ECCurve_NIST_K233 */
   160         /* ECCurve_WTLS_10 == ECCurve_NIST_K233 */
   161         /* ECCurve_WTLS_11 == ECCurve_NIST_B233 */
   161         /* ECCurve_WTLS_11 == ECCurve_NIST_B233 */
   162         /* ECCurve_WTLS_12 == ECCurve_NIST_P224 */
   162         /* ECCurve_WTLS_12 == ECCurve_NIST_P224 */
       
   163 
       
   164         /* ECC Brainpool prime curves in RFC 5639*/
       
   165         ECCurve_BrainpoolP256r1,
       
   166         ECCurve_BrainpoolP320r1,
       
   167         ECCurve_BrainpoolP384r1,
       
   168         ECCurve_BrainpoolP512r1,
   163 
   169 
   164         ECCurve_pastLastCurve
   170         ECCurve_pastLastCurve
   165 } ECCurveName;
   171 } ECCurveName;
   166 
   172 
   167 /* Aliased named curves */
   173 /* Aliased named curves */