#include <openssl/dh.h>#include <openssl/bn.h>#include <openssl/err.h>#include <openssl/mem.h>#include "../fipsmodule/bn/internal.h"
Go to the source code of this file.
Functions | |
| BIGNUM * | BN_get_rfc3526_prime_1536 (BIGNUM *ret) |
| int | DH_generate_parameters_ex (DH *dh, int prime_bits, int generator, BN_GENCB *cb) |
| DH * | DHparams_dup (const DH *dh) |
| static int | int_dh_bn_cpy (BIGNUM **dst, const BIGNUM *src) |
| static int | int_dh_param_copy (DH *to, const DH *from, int is_x942) |