OpenDNSSEC-libhsm  2.1.12
Data Structures | Macros | Functions | Variables
hsmspeed.c File Reference
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <pthread.h>
#include "libhsm.h"
#include <libhsmdns.h>

Go to the source code of this file.

Data Structures

struct  sign_arg_t
 

Macros

#define HSMSPEED_THREADS_MAX   2048
 

Functions

hsm_repository_tparse_conf_repositories (const char *cfgfile)
 
int main (int argc, char *argv[])
 

Variables

ldns_algorithm algorithm = LDNS_RSASHA1
 
const char * algoname = "RSA/SHA1"
 
char * optarg
 
char * progname = NULL
 

Macro Definition Documentation

◆ HSMSPEED_THREADS_MAX

#define HSMSPEED_THREADS_MAX   2048

Definition at line 40 of file hsmspeed.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 127 of file hsmspeed.c.

References ctx, HSMSPEED_THREADS_MAX, optarg, and progname.

◆ parse_conf_repositories()

hsm_repository_t* parse_conf_repositories ( const char *  cfgfile)

Parse the repositories.

Definition at line 51 of file confparser.c.

Variable Documentation

◆ algoname

const char* algoname = "RSA/SHA1"

Definition at line 44 of file hsmspeed.c.

◆ algorithm

ldns_algorithm algorithm = LDNS_RSASHA1

Definition at line 43 of file hsmspeed.c.

◆ optarg

char* optarg
extern

Referenced by main().

◆ progname

char* progname = NULL

Definition at line 47 of file hsmspeed.c.

Referenced by main().