bn_conf.h 2.2 KB
Newer Older
W
w00291255 已提交
1
/* WARNING: do not edit! */
2
/* Generated by Makefile from include/crypto/bn_conf.h.in */
W
w00291255 已提交
3 4 5 6 7 8 9 10 11
/*
 * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
 *
 * Licensed under the OpenSSL license (the "License").  You may not use
 * this file except in compliance with the License.  You can obtain a copy
 * in the file LICENSE in the source distribution or at
 * https://www.openssl.org/source/license.html
 */

12
#if defined(OPENSSL_ARM64_PLATFORM) || defined(OPENSSL_X86_64_PLATFORM)
13 14
#ifndef OSSL_CRYPTO_BN_CONF_H
# define OSSL_CRYPTO_BN_CONF_H
W
w00291255 已提交
15 16 17 18 19 20 21 22 23 24 25 26 27

/*
 * The contents of this file are not used in the UEFI build, as
 * both 32-bit and 64-bit builds are supported from a single run
 * of the Configure script.
 */

/* Should we define BN_DIV2W here? */

/* Only one for the following should be defined */
#define SIXTY_FOUR_BIT_LONG
#undef SIXTY_FOUR_BIT
#undef THIRTY_TWO_BIT
H
HJ 已提交
28

H
h00416433 已提交
29
#endif
30
#endif // OPENSSL_ARM64_PLATFORM || OPENSSL_X86_64_PLATFORM
H
HJ 已提交
31 32 33 34 35 36 37 38 39 40

#ifdef OPENSSL_ARM_PLATFORM
#ifndef OSSL_CRYPTO_BN_CONF_H
# define OSSL_CRYPTO_BN_CONF_H

/*
 * The contents of this file are not used in the UEFI build, as
 * both 32-bit and 64-bit builds are supported from a single run
 * of the Configure script.
 */
M
mamingshuai 已提交
41

H
HJ 已提交
42
/* Should we define BN_DIV2W here? */
M
mamingshuai 已提交
43

H
HJ 已提交
44 45 46 47 48 49 50 51 52
/* Only one for the following should be defined */
#undef SIXTY_FOUR_BIT_LONG
#undef SIXTY_FOUR_BIT
#define THIRTY_TWO_BIT

#endif
#endif // OPENSSL_ARM_PLATFORM

#ifdef WINDOWS_PLATFORM
M
mamingshuai 已提交
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
#ifndef OSSL_CRYPTO_BN_CONF_H
# define OSSL_CRYPTO_BN_CONF_H

/*
 * The contents of this file are not used in the UEFI build, as
 * both 32-bit and 64-bit builds are supported from a single run
 * of the Configure script.
 */

/* Should we define BN_DIV2W here? */

/* Only one for the following should be defined */
#undef SIXTY_FOUR_BIT_LONG
#define SIXTY_FOUR_BIT
#undef THIRTY_TWO_BIT

#endif
H
HJ 已提交
70
#endif // WINDOWS_PLATFORM
M
mamingshuai 已提交
71

H
HJ 已提交
72
#ifdef MAC_PLATFORM
M
mamingshuai 已提交
73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
#ifndef OSSL_CRYPTO_BN_CONF_H
# define OSSL_CRYPTO_BN_CONF_H

/*
 * The contents of this file are not used in the UEFI build, as
 * both 32-bit and 64-bit builds are supported from a single run
 * of the Configure script.
 */

/* Should we define BN_DIV2W here? */

/* Only one for the following should be defined */
#define SIXTY_FOUR_BIT_LONG
#undef SIXTY_FOUR_BIT
#undef THIRTY_TWO_BIT

#endif
H
HJ 已提交
90
#endif // MAC_PLATFORM