Data Structures | Defines | Functions | Variables

/build/buildd-opendnssec_1.3.2-1~bpo60+1-mips-pXL6jA/opendnssec-1.3.2/libhsm/src/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>
Include dependency graph for hsmspeed.c:

Go to the source code of this file.

Data Structures

struct  sign_arg_t

Defines

#define PTHREAD_THREADS_MAX   2048

Functions

void usage ()
void * sign (void *arg)
int main (int argc, char *argv[])

Variables

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

Define Documentation

#define PTHREAD_THREADS_MAX   2048

Definition at line 40 of file hsmspeed.c.


Function Documentation

int main ( int  argc,
char *  argv[] 
)
void* sign ( void *  arg  ) 
void usage (  ) 

Definition at line 57 of file hsmspeed.c.

References progname.


Variable Documentation

const char* algoname = "RSA/SHA1"

Definition at line 44 of file hsmspeed.c.

Referenced by main().

ldns_algorithm algorithm = LDNS_RSASHA1

Definition at line 43 of file hsmspeed.c.

Referenced by cmd_generate(), and sign().

char* optarg
char* progname = NULL

Definition at line 47 of file hsmspeed.c.