VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.2/crypto/objects/obj_compat.h@ 95087

Last change on this file since 95087 was 94404, checked in by vboxsync, 3 years ago

libs/openssl: Update to 3.0.2 and switch to it, bugref:10128

File size: 2.8 KB
Line 
1/*
2 * Copyright 2022 The OpenSSL Project Authors. All Rights Reserved.
3 *
4 * Licensed under the Apache License 2.0 (the "License"). You may not use
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
7 * https://www.openssl.org/source/license.html
8 */
9
10#ifndef OPENSSL_NO_DEPRECATED_3_0
11
12#define SN_id_tc26_cipher_gostr3412_2015_magma_ctracpkm SN_magma_ctr_acpkm
13#define NID_id_tc26_cipher_gostr3412_2015_magma_ctracpkm NID_magma_ctr_acpkm
14#define OBJ_id_tc26_cipher_gostr3412_2015_magma_ctracpkm OBJ_magma_ctr_acpkm
15
16#define SN_id_tc26_cipher_gostr3412_2015_magma_ctracpkm_omac SN_magma_ctr_acpkm_omac
17#define NID_id_tc26_cipher_gostr3412_2015_magma_ctracpkm_omac NID_magma_ctr_acpkm_omac
18#define OBJ_id_tc26_cipher_gostr3412_2015_magma_ctracpkm_omac OBJ_magma_ctr_acpkm_omac
19
20#define SN_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm SN_kuznyechik_ctr_acpkm
21#define NID_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm NID_kuznyechik_ctr_acpkm
22#define OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm OBJ_kuznyechik_ctr_acpkm
23
24#define SN_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac SN_kuznyechik_ctr_acpkm_omac
25#define NID_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac NID_kuznyechik_ctr_acpkm_omac
26#define OBJ_id_tc26_cipher_gostr3412_2015_kuznyechik_ctracpkm_omac OBJ_kuznyechik_ctr_acpkm_omac
27
28#define SN_id_tc26_wrap_gostr3412_2015_magma_kexp15 SN_magma_kexp15
29#define NID_id_tc26_wrap_gostr3412_2015_magma_kexp15 NID_magma_kexp15
30#define OBJ_id_tc26_wrap_gostr3412_2015_magma_kexp15 OBJ_magma_kexp15
31
32#define SN_id_tc26_wrap_gostr3412_2015_kuznyechik_kexp15 SN_kuznyechik_kexp15
33#define NID_id_tc26_wrap_gostr3412_2015_kuznyechik_kexp15 NID_kuznyechik_kexp15
34#define OBJ_id_tc26_wrap_gostr3412_2015_kuznyechik_kexp15 OBJ_kuznyechik_kexp15
35
36#define SN_grasshopper_ecb SN_kuznyechik_ecb
37#define NID_grasshopper_ecb NID_kuznyechik_ecb
38
39#define SN_grasshopper_ctr SN_kuznyechik_ctr
40#define NID_grasshopper_ctr NID_kuznyechik_ctr
41
42#define SN_grasshopper_ofb SN_kuznyechik_ofb
43#define NID_grasshopper_ofb NID_kuznyechik_ofb
44
45#define SN_grasshopper_cbc SN_kuznyechik_cbc
46#define NID_grasshopper_cbc NID_kuznyechik_cbc
47
48#define SN_grasshopper_cfb SN_kuznyechik_cfb
49#define NID_grasshopper_cfb NID_kuznyechik_cfb
50
51#define SN_grasshopper_mac SN_kuznyechik_mac
52#define NID_grasshopper_mac NID_kuznyechik_mac
53
54#endif /* OPENSSL_NO_DEPRECATED_3_0 */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette