OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
ec_check.c File Reference
#include "ec_lcl.h"
#include <openssl/err.h>

Go to the source code of this file.

Functions

int EC_GROUP_check (const EC_GROUP *group, BN_CTX *ctx)
 

Function Documentation

int EC_GROUP_check ( const EC_GROUP group,
BN_CTX ctx 
)

Checks whether the parameter in the EC_GROUP define a valid ec group

Parameters
groupEC_GROUP object
ctxBN_CTX object (optional)
Returns
1 if group is a valid ec group and 0 otherwise

Definition at line 59 of file ec_check.c.