|
OpenDNSSEC-enforcer 2.1.13
|
#include "db/key_data.h"Go to the source code of this file.
Functions | |
| int | change_keys_from_to (db_connection_t *dbconn, int sockfd, const char *zonename, const hsm_key_t *hsmkey, int keytag, key_data_ds_at_parent_t state_from, key_data_ds_at_parent_t state_to, engine_type *engine) |
| int | run_ds_cmd (cmdhandler_ctx_type *context, int argc, char *argv[], db_connection_t *dbconn, key_data_ds_at_parent_t state_from, key_data_ds_at_parent_t state_to, engine_type *engine) |
| int change_keys_from_to | ( | db_connection_t * | dbconn, |
| int | sockfd, | ||
| const char * | zonename, | ||
| const hsm_key_t * | hsmkey, | ||
| int | keytag, | ||
| key_data_ds_at_parent_t | state_from, | ||
| key_data_ds_at_parent_t | state_to, | ||
| engine_type * | engine | ||
| ) |
Definition at line 346 of file keystate_ds.c.
| int run_ds_cmd | ( | cmdhandler_ctx_type * | context, |
| int | argc, | ||
| char * | argv[], | ||
| db_connection_t * | dbconn, | ||
| key_data_ds_at_parent_t | state_from, | ||
| key_data_ds_at_parent_t | state_to, | ||
| engine_type * | engine | ||
| ) |
Definition at line 434 of file keystate_ds.c.