OpenDNSSEC-libhsm
1.3.16
|
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <libhsm.h>
#include <libhsmdns.h>
Go to the source code of this file.
Functions | |
void | usage () |
int | main (int argc, char *argv[]) |
Variables | |
char * | optarg |
char * | progname = NULL |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 49 of file hsmcheck.c.
References hsm_sign_params_t::algorithm, hsm_close(), hsm_create_context(), hsm_destroy_context(), hsm_find_key_by_id(), hsm_generate_rsa_key(), hsm_get_dnskey(), hsm_get_key_id(), hsm_key_free(), hsm_list_keys(), hsm_open(), hsm_print_ctx(), hsm_print_error(), hsm_print_key(), hsm_prompt_pin(), hsm_random32(), hsm_random64(), hsm_remove_key(), hsm_sign_params_free(), hsm_sign_params_new(), hsm_sign_rrset(), hsm_sign_params_t::keytag, optarg, hsm_sign_params_t::owner, progname, and usage().
void usage | ( | ) |
Definition at line 43 of file hsmcheck.c.
References progname.
Referenced by cmd_dnskey(), cmd_generate(), cmd_purge(), cmd_remove(), cmd_test(), and main().
char* optarg |
Referenced by main().
char* progname = NULL |
Definition at line 40 of file hsmcheck.c.