OpenDNSSEC-libhsm
2.0.4
|
#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_t * | parse_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 |
#define HSMSPEED_THREADS_MAX 2048 |
Definition at line 40 of file hsmspeed.c.
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 127 of file hsmspeed.c.
References ctx, HSMSPEED_THREADS_MAX, optarg, and progname.
hsm_repository_t* parse_conf_repositories | ( | const char * | cfgfile | ) |
Parse the repositories.
Definition at line 51 of file confparser.c.
const char* algoname = "RSA/SHA1" |
Definition at line 44 of file hsmspeed.c.
ldns_algorithm algorithm = LDNS_RSASHA1 |
Definition at line 43 of file hsmspeed.c.
char* optarg |
Referenced by main().
char* progname = NULL |
Definition at line 47 of file hsmspeed.c.
Referenced by main().