OpenDNSSEC-libhsm
1.4.10
|
#include "config.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <libhsm.h>
#include <libhsmdns.h>
#include "hsmtest.h"
Go to the source code of this file.
Functions | |
int | hsm_test (hsm_ctx_t *ctx, const char *repository) |
int hsm_test | ( | hsm_ctx_t * | ctx, |
const char * | repository | ||
) |
Definition at line 109 of file hsmtest.c.
References hsm_generate_dsa_key(), hsm_generate_gost_key(), hsm_generate_rsa_key(), hsm_get_key_id(), hsm_print_error(), hsm_remove_key(), and hsm_token_attached().
Referenced by cmd_test().