der_sm2_gen.c 847 B

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