#include <osp/osp.h>#include <osp/osputils.h>#include "../../dprint.h"#include "provider.h"

Go to the source code of this file.
Functions | |
| int | ospDeleteProvider (void) |
| int | ospSetupProvider (void) |
Variables | |
| unsigned char * | _osp_ca_certificate |
| int | _osp_crypto_hw |
| unsigned char * | _osp_local_certificate |
| int | _osp_persistence |
| unsigned char * | _osp_private_key |
| OSPTPROVHANDLE | _osp_provider |
| int | _osp_retry_delay |
| int | _osp_retry_limit |
| unsigned int | _osp_sp_number |
| char * | _osp_sp_uris [] |
| unsigned long | _osp_sp_weights [] |
| int | _osp_ssl_lifetime |
| int | _osp_timeout |
| int ospDeleteProvider | ( | void | ) |
| int ospSetupProvider | ( | void | ) |
Definition at line 54 of file provider.c.
References _osp_ca_certificate, _osp_crypto_hw, _osp_local_certificate, _osp_persistence, _osp_private_key, _osp_provider, _osp_retry_delay, _osp_retry_limit, _osp_sp_number, _osp_sp_uris, _osp_sp_weights, _osp_ssl_lifetime, _osp_timeout, LM_DBG, LM_ERR, and NULL.
Referenced by ospInitChild().
| unsigned char* _osp_ca_certificate |
Definition at line 48 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| int _osp_crypto_hw |
| unsigned char* _osp_local_certificate |
Definition at line 47 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| int _osp_persistence |
| unsigned char* _osp_private_key |
Definition at line 46 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| OSPTPROVHANDLE _osp_provider |
| int _osp_retry_delay |
| int _osp_retry_limit |
| unsigned int _osp_sp_number |
Definition at line 36 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| char* _osp_sp_uris[] |
Definition at line 37 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| unsigned long _osp_sp_weights[] |
Definition at line 38 of file globals.c.
Referenced by ospDumpParameters(), ospSetupProvider(), and ospVerifyParameters().
| int _osp_timeout |
1.5.6