Home | History | Annotate | Line # | Download | only in libdefault
      1  1.1  christos /*
      2  1.1  christos  * WARNING: do not edit!
      3  1.1  christos  * Generated by Makefile from providers/common/der/der_sm2_gen.c.in
      4  1.1  christos  *
      5  1.1  christos  * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
      6  1.1  christos  *
      7  1.1  christos  * Licensed under the Apache License 2.0 (the "License").  You may not use
      8  1.1  christos  * this file except in compliance with the License.  You can obtain a copy
      9  1.1  christos  * in the file LICENSE in the source distribution or at
     10  1.1  christos  * https://www.openssl.org/source/license.html
     11  1.1  christos  */
     12  1.1  christos 
     13  1.1  christos #include "prov/der_sm2.h"
     14  1.1  christos 
     15  1.1  christos /* Well known OIDs precompiled */
     16  1.1  christos 
     17  1.1  christos /*
     18  1.1  christos  * sm2-with-SM3 OBJECT IDENTIFIER ::= { sm-scheme 501 }
     19  1.1  christos  */
     20  1.1  christos const unsigned char ossl_der_oid_sm2_with_SM3[DER_OID_SZ_sm2_with_SM3] = {
     21  1.1  christos     DER_OID_V_sm2_with_SM3
     22  1.1  christos };
     23  1.1  christos 
     24  1.1  christos /*
     25  1.1  christos  * curveSM2 OBJECT IDENTIFIER ::= { sm-scheme 301 }
     26  1.1  christos  */
     27  1.1  christos const unsigned char ossl_der_oid_curveSM2[DER_OID_SZ_curveSM2] = {
     28  1.1  christos     DER_OID_V_curveSM2
     29  1.1  christos };
     30  1.1  christos 
     31