Sign in
flutter
/
third_party
/
openssl
/
dc919c6935e263eb8dcb22488435063ed09f2f95
/
.
/
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
)