OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
tb_rsa.c File Reference
#include "eng_int.h"

Go to the source code of this file.

Functions

void ENGINE_unregister_RSA (ENGINE *e)
 
int ENGINE_register_RSA (ENGINE *e)
 
void ENGINE_register_all_RSA ()
 
int ENGINE_set_default_RSA (ENGINE *e)
 
ENGINEENGINE_get_default_RSA (void)
 
const RSA_METHODENGINE_get_RSA (const ENGINE *e)
 
int ENGINE_set_RSA (ENGINE *e, const RSA_METHOD *rsa_meth)
 

Function Documentation

ENGINE* ENGINE_get_default_RSA ( void  )

Definition at line 102 of file tb_rsa.c.

const RSA_METHOD* ENGINE_get_RSA ( const ENGINE e)

Definition at line 108 of file tb_rsa.c.

void ENGINE_register_all_RSA ( void  )

Definition at line 83 of file tb_rsa.c.

int ENGINE_register_RSA ( ENGINE e)

Definition at line 75 of file tb_rsa.c.

int ENGINE_set_default_RSA ( ENGINE e)

Definition at line 91 of file tb_rsa.c.

int ENGINE_set_RSA ( ENGINE e,
const RSA_METHOD rsa_meth 
)

Definition at line 114 of file tb_rsa.c.

void ENGINE_unregister_RSA ( ENGINE e)

Definition at line 65 of file tb_rsa.c.