#include <openssl/dh.h>#include <assert.h>#include <limits.h>#include <openssl/bn.h>#include <openssl/bytestring.h>#include <openssl/err.h>#include "../bytestring/internal.h"
Go to the source code of this file.
Functions | |
| DH * | d2i_DHparams (DH **out, const uint8_t **inp, long len) |
| int | DH_marshal_parameters (CBB *cbb, const DH *dh) |
| DH * | DH_parse_parameters (CBS *cbs) |
| int | i2d_DHparams (const DH *in, uint8_t **outp) |
| static int | marshal_integer (CBB *cbb, BIGNUM *bn) |
| static int | parse_integer (CBS *cbs, BIGNUM **out) |