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

Go to the source code of this file.

Functions

int dsa_builtin_paramgen (DSA *ret, size_t bits, size_t qbits, const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, unsigned char *seed_out, int *counter_ret, unsigned long *h_ret, BN_GENCB *cb)
 

Function Documentation

int dsa_builtin_paramgen ( DSA ret,
size_t  bits,
size_t  qbits,
const EVP_MD evpmd,
const unsigned char *  seed_in,
size_t  seed_len,
unsigned char *  seed_out,
int *  counter_ret,
unsigned long *  h_ret,
BN_GENCB cb 
)

Definition at line 132 of file dsa_gen.c.