#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_METHOD * | old_rand |
int change_rand | ( | void | ) |
Definition at line 113 of file ecdsatest.c.
int fbytes | ( | unsigned char * | buf, |
int | num | ||
) |
Definition at line 155 of file ecdsatest.c.
int main | ( | void | ) |
Definition at line 526 of file ecdsatest.c.
int restore_rand | ( | void | ) |
Definition at line 132 of file ecdsatest.c.
int test_builtin | ( | BIO * | out | ) |
Definition at line 284 of file ecdsatest.c.
int x9_62_test_internal | ( | BIO * | out, |
int | nid, | ||
const char * | r, | ||
const char * | s | ||
) |
Definition at line 181 of file ecdsatest.c.
int x9_62_tests | ( | BIO * | out | ) |
Definition at line 245 of file ecdsatest.c.
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.