OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions
tb_pkmeth.c File Reference
#include "eng_int.h"
#include <openssl/evp.h>

Go to the source code of this file.

Functions

void ENGINE_unregister_pkey_meths (ENGINE *e)
 
int ENGINE_register_pkey_meths (ENGINE *e)
 
void ENGINE_register_all_pkey_meths ()
 
int ENGINE_set_default_pkey_meths (ENGINE *e)
 
ENGINEENGINE_get_pkey_meth_engine (int nid)
 
const EVP_PKEY_METHODENGINE_get_pkey_meth (ENGINE *e, int nid)
 
ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths (const ENGINE *e)
 
int ENGINE_set_pkey_meths (ENGINE *e, ENGINE_PKEY_METHS_PTR f)
 
void engine_pkey_meths_free (ENGINE *e)
 

Function Documentation

const EVP_PKEY_METHOD* ENGINE_get_pkey_meth ( ENGINE e,
int  nid 
)

Definition at line 120 of file tb_pkmeth.c.

ENGINE* ENGINE_get_pkey_meth_engine ( int  nid)

Definition at line 114 of file tb_pkmeth.c.

ENGINE_PKEY_METHS_PTR ENGINE_get_pkey_meths ( const ENGINE e)

Definition at line 134 of file tb_pkmeth.c.

void engine_pkey_meths_free ( ENGINE e)

Definition at line 150 of file tb_pkmeth.c.

void ENGINE_register_all_pkey_meths ( void  )

Definition at line 89 of file tb_pkmeth.c.

int ENGINE_register_pkey_meths ( ENGINE e)

Definition at line 75 of file tb_pkmeth.c.

int ENGINE_set_default_pkey_meths ( ENGINE e)

Definition at line 97 of file tb_pkmeth.c.

int ENGINE_set_pkey_meths ( ENGINE e,
ENGINE_PKEY_METHS_PTR  f 
)

Definition at line 140 of file tb_pkmeth.c.

void ENGINE_unregister_pkey_meths ( ENGINE e)

Definition at line 65 of file tb_pkmeth.c.