#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.
◆ HSMSPEED_THREADS_MAX
#define HSMSPEED_THREADS_MAX 2048 |
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 126 of file hsmspeed.c.
References algoname, sign_arg_t::ctx, ctx, hsm_close(), hsm_create_context(), hsm_destroy_context(), hsm_generate_rsa_key(), hsm_get_error(), hsm_get_key_id(), HSM_OK, hsm_open2(), hsm_prompt_pin(), hsm_remove_key(), HSMSPEED_THREADS_MAX, sign_arg_t::id, sign_arg_t::iterations, sign_arg_t::key, optarg, parse_conf_repositories(), and progname.
◆ parse_conf_repositories()
◆ algoname
const char* algoname = "RSA/SHA1" |
◆ algorithm
ldns_algorithm algorithm = LDNS_RSASHA1 |
◆ progname