1*782713e6Schristos /* 2*782713e6Schristos * WARNING: do not edit! 3*782713e6Schristos * Generated by Makefile from providers/common/der/der_wrap_gen.c.in 4*782713e6Schristos * 5*782713e6Schristos * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. 6*782713e6Schristos * 7*782713e6Schristos * Licensed under the Apache License 2.0 (the "License"). You may not use 8*782713e6Schristos * this file except in compliance with the License. You can obtain a copy 9*782713e6Schristos * in the file LICENSE in the source distribution or at 10*782713e6Schristos * https://www.openssl.org/source/license.html 11*782713e6Schristos */ 12*782713e6Schristos 13*782713e6Schristos #include "prov/der_wrap.h" 14*782713e6Schristos 15*782713e6Schristos /* Well known OIDs precompiled */ 16*782713e6Schristos 17*782713e6Schristos /* 18*782713e6Schristos * id-alg-CMS3DESwrap OBJECT IDENTIFIER ::= { 19*782713e6Schristos * iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 6 20*782713e6Schristos * } 21*782713e6Schristos */ 22*782713e6Schristos const unsigned char ossl_der_oid_id_alg_CMS3DESwrap[DER_OID_SZ_id_alg_CMS3DESwrap] = { 23*782713e6Schristos DER_OID_V_id_alg_CMS3DESwrap 24*782713e6Schristos }; 25*782713e6Schristos 26*782713e6Schristos /* 27*782713e6Schristos * id-aes128-wrap OBJECT IDENTIFIER ::= { aes 5 } 28*782713e6Schristos */ 29*782713e6Schristos const unsigned char ossl_der_oid_id_aes128_wrap[DER_OID_SZ_id_aes128_wrap] = { 30*782713e6Schristos DER_OID_V_id_aes128_wrap 31*782713e6Schristos }; 32*782713e6Schristos 33*782713e6Schristos /* 34*782713e6Schristos * id-aes192-wrap OBJECT IDENTIFIER ::= { aes 25 } 35*782713e6Schristos */ 36*782713e6Schristos const unsigned char ossl_der_oid_id_aes192_wrap[DER_OID_SZ_id_aes192_wrap] = { 37*782713e6Schristos DER_OID_V_id_aes192_wrap 38*782713e6Schristos }; 39*782713e6Schristos 40*782713e6Schristos /* 41*782713e6Schristos * id-aes256-wrap OBJECT IDENTIFIER ::= { aes 45 } 42*782713e6Schristos */ 43*782713e6Schristos const unsigned char ossl_der_oid_id_aes256_wrap[DER_OID_SZ_id_aes256_wrap] = { 44*782713e6Schristos DER_OID_V_id_aes256_wrap 45*782713e6Schristos }; 46*782713e6Schristos 47