#include <openssl/ecdh.h>
#include <string.h>
#include <openssl/ec.h>
#include <openssl/ec_key.h>
#include <openssl/err.h>
#include <openssl/mem.h>
#include <openssl/sha.h>
#include "../ec/internal.h"
Go to the source code of this file.
Functions | |
int | ECDH_compute_key_fips (uint8_t *out, size_t out_len, const EC_POINT *pub_key, const EC_KEY *priv_key) |