Path: blob/main/crypto/openssl/providers/common/der/der_wrap_gen.c
48383 views
/*1* WARNING: do not edit!2* Generated by Makefile from providers/common/der/der_wrap_gen.c.in3*4* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.5*6* Licensed under the Apache License 2.0 (the "License"). You may not use7* this file except in compliance with the License. You can obtain a copy8* in the file LICENSE in the source distribution or at9* https://www.openssl.org/source/license.html10*/1112#include "prov/der_wrap.h"1314/* Well known OIDs precompiled */1516/*17* id-alg-CMS3DESwrap OBJECT IDENTIFIER ::= {18* iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 619* }20*/21const unsigned char ossl_der_oid_id_alg_CMS3DESwrap[DER_OID_SZ_id_alg_CMS3DESwrap] = {22DER_OID_V_id_alg_CMS3DESwrap23};2425/*26* id-aes128-wrap OBJECT IDENTIFIER ::= { aes 5 }27*/28const unsigned char ossl_der_oid_id_aes128_wrap[DER_OID_SZ_id_aes128_wrap] = {29DER_OID_V_id_aes128_wrap30};3132/*33* id-aes192-wrap OBJECT IDENTIFIER ::= { aes 25 }34*/35const unsigned char ossl_der_oid_id_aes192_wrap[DER_OID_SZ_id_aes192_wrap] = {36DER_OID_V_id_aes192_wrap37};3839/*40* id-aes256-wrap OBJECT IDENTIFIER ::= { aes 45 }41*/42const unsigned char ossl_der_oid_id_aes256_wrap[DER_OID_SZ_id_aes256_wrap] = {43DER_OID_V_id_aes256_wrap44};45464748