1e1051a39Sopenharmony_ci-- Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
2e1051a39Sopenharmony_ci--
3e1051a39Sopenharmony_ci-- Licensed under the Apache License 2.0 (the "License").  You may not use
4e1051a39Sopenharmony_ci-- this file except in compliance with the License.  You can obtain a copy
5e1051a39Sopenharmony_ci-- in the file LICENSE in the source distribution or at
6e1051a39Sopenharmony_ci-- https://www.openssl.org/source/license.html
7e1051a39Sopenharmony_ci
8e1051a39Sopenharmony_ci-- -------------------------------------------------------------------
9e1051a39Sopenharmony_ci-- Taken from RFC 3370, Section 4.3.1 Triple-DES Key Wrap
10e1051a39Sopenharmony_ci-- (https://tools.ietf.org/html/rfc3370)
11e1051a39Sopenharmony_ci
12e1051a39Sopenharmony_ciid-alg-CMS3DESwrap OBJECT IDENTIFIER ::= {
13e1051a39Sopenharmony_ci    iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs-9(9) smime(16) alg(3) 6
14e1051a39Sopenharmony_ci}
15e1051a39Sopenharmony_ci
16e1051a39Sopenharmony_ci-- -------------------------------------------------------------------
17e1051a39Sopenharmony_ci-- Taken from RFC 3394, Section 3. Object Identifiers
18e1051a39Sopenharmony_ci-- (https://tools.ietf.org/html/rfc3565)
19e1051a39Sopenharmony_ci
20e1051a39Sopenharmony_ciaes  OBJECT IDENTIFIER  ::=  {
21e1051a39Sopenharmony_ci    joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) 1
22e1051a39Sopenharmony_ci}
23e1051a39Sopenharmony_ci
24e1051a39Sopenharmony_ciid-aes128-wrap OBJECT IDENTIFIER ::= { aes 5 }
25e1051a39Sopenharmony_ciid-aes192-wrap OBJECT IDENTIFIER ::= { aes 25 }
26e1051a39Sopenharmony_ciid-aes256-wrap OBJECT IDENTIFIER ::= { aes 45 }
27