|
OpenDNSSEC-libhsm
2.1.5
|
#include "config.h"#include <stdio.h>#include <string.h>#include <stdlib.h>#include <syslog.h>#include <unistd.h>#include "libhsm.h"#include "hsmtest.h"#include <libhsmdns.h>Go to the source code of this file.
Functions | |
| hsm_repository_t * | parse_conf_repositories (const char *cfgfile) |
| int | main (int argc, char *argv[]) |
Variables | |
| char * | optarg |
| char * | progname = NULL |
| unsigned int | verbose = 0 |
| hsm_ctx_t * | ctx = NULL |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| hsm_repository_t* parse_conf_repositories | ( | const char * | cfgfile | ) |
Parse the repositories.
Definition at line 51 of file confparser.c.
| hsm_ctx_t* ctx = NULL |
Definition at line 46 of file hsmutil.c.
Referenced by hsm_check_context(), hsm_ctx_set_error(), hsm_get_dnskey(), hsm_get_error(), hsm_list_keys(), hsm_print_ctx(), hsm_print_key(), hsm_print_tokeninfo(), hsm_random32(), hsm_random64(), hsm_random_buffer(), hsm_test(), hsm_token_attached(), keycache_create(), keycache_destroy(), keycache_lookup(), and main().
| char* optarg |
Referenced by main().
1.8.16