![]() |
ldns
1.8.3
|
Go to the source code of this file.
Macros | |
| #define | MAX_FILENAME_LEN 250 |
| #define | __LIST(x) fprintf ( fp, " %3d: %-15s", LDNS_SIGN_ ## x, # x ) |
| #define | __MATCH(x) |
Functions | |
| int | str2zonemd_signflag (const char *str, const char **reason) |
| int | main (int argc, char *argv[]) |
Variables | |
| char * | prog |
| int | verbosity = 1 |
| #define MAX_FILENAME_LEN 250 |
Definition at line 30 of file ldns-signzone.c.
| #define __LIST | ( | x | ) | fprintf ( fp, " %3d: %-15s", LDNS_SIGN_ ## x, # x ) |
| #define __MATCH | ( | x | ) |
| int str2zonemd_signflag | ( | const char * | str, |
| const char ** | reason | ||
| ) |
Definition at line 567 of file ldns-signzone.c.
References LDNS_SIGN_WITH_ZONEMD_SIMPLE_SHA384, LDNS_SIGN_WITH_ZONEMD_SIMPLE_SHA512, LDNS_STATUS_NULL, and str2zonemd_signflag().
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 603 of file ldns-signzone.c.
References LDNS_DEFAULT_TTL, and LDNS_RR_CLASS_IN.
| char* prog |
Definition at line 32 of file ldns-signzone.c.
| int verbosity = 1 |
Definition at line 33 of file ldns-signzone.c.