Sign in
flutter
/
third_party
/
openssl
/
f0de39595013e4b3af2fd8c76740e52c1a87c2cf
/
.
/
crypto
/
include
/
internal
/
bn_dh.h
blob: 3810514eef023da7679cbcedb7410cefb32256a5 [
file
] [
log
] [
blame
]
#define
declare_dh_bn
(
x
)
\
const
extern
BIGNUM _bignum_dh
##x##_p; \
const
extern
BIGNUM _bignum_dh
##x##_g; \
const
extern
BIGNUM _bignum_dh
##x##_q;
declare_dh_bn
(
1024
_160
)
declare_dh_bn
(
2048
_224
)
declare_dh_bn
(
2048
_256
)