Sign in
flutter
/
third_party
/
openssl
/
007c80eae4e1f36e28a9645c485c14ec61baed4e
/
.
/
crypto
/
include
/
internal
/
bn_dh.h
blob: 3810514eef023da7679cbcedb7410cefb32256a5 [
file
]
#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
)