der_ecx_gen.c 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. * WARNING: do not edit!
  3. * Generated by makefile from providers\common\der\der_ecx_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_ecx.h"
  13. /* Well known OIDs precompiled */
  14. /*
  15. * id-X25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 110 }
  16. */
  17. const unsigned char ossl_der_oid_id_X25519[DER_OID_SZ_id_X25519] = {
  18. DER_OID_V_id_X25519
  19. };
  20. /*
  21. * id-X448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 111 }
  22. */
  23. const unsigned char ossl_der_oid_id_X448[DER_OID_SZ_id_X448] = {
  24. DER_OID_V_id_X448
  25. };
  26. /*
  27. * id-Ed25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 112 }
  28. */
  29. const unsigned char ossl_der_oid_id_Ed25519[DER_OID_SZ_id_Ed25519] = {
  30. DER_OID_V_id_Ed25519
  31. };
  32. /*
  33. * id-Ed448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 113 }
  34. */
  35. const unsigned char ossl_der_oid_id_Ed448[DER_OID_SZ_id_Ed448] = {
  36. DER_OID_V_id_Ed448
  37. };