OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
rsa_lib.c File Reference
#include <stdio.h>
#include <openssl/crypto.h>
#include "cryptlib.h"
#include <openssl/lhash.h>
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/rand.h>
#include <openssl/engine.h>

Go to the source code of this file.

Functions

RSARSA_new (void)
 
void RSA_set_default_method (const RSA_METHOD *meth)
 
const RSA_METHODRSA_get_default_method (void)
 
const RSA_METHODRSA_get_method (const RSA *rsa)
 
int RSA_set_method (RSA *rsa, const RSA_METHOD *meth)
 
RSARSA_new_method (ENGINE *engine)
 
void RSA_free (RSA *r)
 
int RSA_up_ref (RSA *r)
 
int RSA_get_ex_new_index (long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
 
int RSA_set_ex_data (RSA *r, int idx, void *arg)
 
voidRSA_get_ex_data (const RSA *r, int idx)
 
int RSA_memory_lock (RSA *r)
 

Variables

const char RSA_version [] ="RSA" OPENSSL_VERSION_PTEXT
 

Function Documentation

void RSA_free ( RSA r)

Definition at line 215 of file rsa_lib.c.

const RSA_METHOD* RSA_get_default_method ( void  )

Definition at line 90 of file rsa_lib.c.

void* RSA_get_ex_data ( const RSA r,
int  idx 
)

Definition at line 285 of file rsa_lib.c.

int RSA_get_ex_new_index ( long  argl,
void argp,
CRYPTO_EX_new new_func,
CRYPTO_EX_dup dup_func,
CRYPTO_EX_free free_func 
)

Definition at line 273 of file rsa_lib.c.

const RSA_METHOD* RSA_get_method ( const RSA rsa)

Definition at line 111 of file rsa_lib.c.

int RSA_memory_lock ( RSA r)

Definition at line 290 of file rsa_lib.c.

RSA* RSA_new ( void  )

Definition at line 78 of file rsa_lib.c.

RSA* RSA_new_method ( ENGINE engine)

Definition at line 135 of file rsa_lib.c.

void RSA_set_default_method ( const RSA_METHOD meth)

Definition at line 85 of file rsa_lib.c.

int RSA_set_ex_data ( RSA r,
int  idx,
void arg 
)

Definition at line 280 of file rsa_lib.c.

int RSA_set_method ( RSA rsa,
const RSA_METHOD meth 
)

Definition at line 116 of file rsa_lib.c.

int RSA_up_ref ( RSA r)

Definition at line 257 of file rsa_lib.c.

Variable Documentation

const char RSA_version[] ="RSA" OPENSSL_VERSION_PTEXT

Definition at line 74 of file rsa_lib.c.