OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
rsa_gen.c File Reference
#include <stdio.h>
#include <time.h>
#include "cryptlib.h"
#include <openssl/bn.h>
#include <openssl/rsa.h>

Go to the source code of this file.

Functions

int RSA_generate_key_ex (RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb)
 

Function Documentation

int RSA_generate_key_ex ( RSA rsa,
int  bits,
BIGNUM e_value,
BN_GENCB cb 
)

Definition at line 81 of file rsa_gen.c.