OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
dh_check.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/bn.h>
#include <openssl/dh.h>

Go to the source code of this file.

Functions

int DH_check (const DH *dh, int *ret)
 
int DH_check_pub_key (const DH *dh, const BIGNUM *pub_key, int *ret)
 

Function Documentation

int DH_check ( const DH dh,
int *  ret 
)

Definition at line 73 of file dh_check.c.

int DH_check_pub_key ( const DH dh,
const BIGNUM pub_key,
int *  ret 
)

Definition at line 122 of file dh_check.c.