OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
ecs_locl.h File Reference
#include <openssl/ecdsa.h>

Go to the source code of this file.

Classes

struct  ecdsa_method
 
struct  ecdsa_data_st
 

Macros

#define ECDSA_FLAG_FIPS_METHOD   0x1
 

Typedefs

typedef struct ecdsa_data_st ECDSA_DATA
 

Functions

ECDSA_DATAecdsa_check (EC_KEY *eckey)
 

Macro Definition Documentation

#define ECDSA_FLAG_FIPS_METHOD   0x1

Definition at line 91 of file ecs_locl.h.

Typedef Documentation

typedef struct ecdsa_data_st ECDSA_DATA

Function Documentation

ECDSA_DATA* ecdsa_check ( EC_KEY eckey)

ecdsa_check checks whether ECKEY->meth_data is a pointer to a ECDSA_DATA structure and if not it removes the old meth_data and creates a ECDSA_DATA structure.

Parameters
eckeypointer to a EC_KEY object
Returns
pointer to a ECDSA_DATA structure

Definition at line 192 of file ecs_lib.c.