OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
ecdsatest.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <openssl/opensslconf.h>
#include <openssl/crypto.h>
#include <openssl/bio.h>
#include <openssl/evp.h>
#include <openssl/bn.h>
#include <openssl/ecdsa.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/rand.h>

Go to the source code of this file.

Functions

int x9_62_tests (BIO *)
 
int x9_62_test_internal (BIO *out, int nid, const char *r, const char *s)
 
int test_builtin (BIO *)
 
int change_rand (void)
 
int restore_rand (void)
 
int fbytes (unsigned char *buf, int num)
 
int main (void)
 

Variables

RAND_METHOD fake_rand
 
const RAND_METHODold_rand
 

Function Documentation

int change_rand ( void  )
int fbytes ( unsigned char *  buf,
int  num 
)
int main ( void  )

Definition at line 526 of file ecdsatest.c.

int restore_rand ( void  )
int test_builtin ( BIO out)
int x9_62_test_internal ( BIO out,
int  nid,
const char *  r,
const char *  s 
)
int x9_62_tests ( BIO out)

Variable Documentation

RAND_METHOD fake_rand

Definition at line 110 of file ecdsatest.c.

const RAND_METHOD* old_rand

Definition at line 111 of file ecdsatest.c.