OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
ech_key.c File Reference
#include "ech_locl.h"
#include <openssl/engine.h>

Go to the source code of this file.

Functions

int ECDH_compute_key (void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *eckey, void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen))
 

Function Documentation

int ECDH_compute_key ( void out,
size_t  outlen,
const EC_POINT pub_key,
EC_KEY eckey,
void *(*)(const void *in, size_t inlen, void *out, size_t *outlen)  KDF 
)

Definition at line 75 of file ech_key.c.