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