Go to the source code of this file.
Defines | |
#define | RRTYPE_OPENPGPKEY_ATTRIBUTES 0 |
Functions | |
static isc_result_t | fromtext_openpgpkey (ARGS_FROMTEXT) |
static isc_result_t | totext_openpgpkey (ARGS_TOTEXT) |
static isc_result_t | fromwire_openpgpkey (ARGS_FROMWIRE) |
static isc_result_t | towire_openpgpkey (ARGS_TOWIRE) |
static int | compare_openpgpkey (ARGS_COMPARE) |
static isc_result_t | fromstruct_openpgpkey (ARGS_FROMSTRUCT) |
static isc_result_t | tostruct_openpgpkey (ARGS_TOSTRUCT) |
static void | freestruct_openpgpkey (ARGS_FREESTRUCT) |
static isc_result_t | additionaldata_openpgpkey (ARGS_ADDLDATA) |
static isc_result_t | digest_openpgpkey (ARGS_DIGEST) |
static isc_boolean_t | checkowner_openpgpkey (ARGS_CHECKOWNER) |
static isc_boolean_t | checknames_openpgpkey (ARGS_CHECKNAMES) |
static int | casecompare_openpgpkey (ARGS_COMPARE) |
#define RRTYPE_OPENPGPKEY_ATTRIBUTES 0 |
Definition at line 20 of file openpgpkey_61.c.
static isc_result_t fromtext_openpgpkey | ( | ARGS_FROMTEXT | ) | [inline, static] |
Definition at line 23 of file openpgpkey_61.c.
References callbacks, isc_base64_tobuffer(), origin, rdclass, REQUIRE, and UNUSED.
static isc_result_t totext_openpgpkey | ( | ARGS_TOTEXT | ) | [inline, static] |
Definition at line 40 of file openpgpkey_61.c.
References dns_rdata_toregion(), DNS_STYLEFLAG_MULTILINE, DNS_STYLEFLAG_NOCRYPTO, isc_base64_totext(), ISC_R_SUCCESS, REQUIRE, RETERR, and str_totext().
static isc_result_t fromwire_openpgpkey | ( | ARGS_FROMWIRE | ) | [inline, static] |
Definition at line 70 of file openpgpkey_61.c.
References isc_region::base, isc_buffer_activeregion, isc_buffer_forward, isc_region::length, mem_tobuffer(), rdclass, REQUIRE, and UNUSED.
static isc_result_t towire_openpgpkey | ( | ARGS_TOWIRE | ) | [inline, static] |
Definition at line 89 of file openpgpkey_61.c.
References isc_region::base, dns_rdata_toregion(), isc_region::length, mem_tobuffer(), REQUIRE, and UNUSED.
static int compare_openpgpkey | ( | ARGS_COMPARE | ) | [inline, static] |
Definition at line 102 of file openpgpkey_61.c.
References dns_rdata_toregion(), isc_region_compare(), r1, r2, and REQUIRE.
static isc_result_t fromstruct_openpgpkey | ( | ARGS_FROMSTRUCT | ) | [inline, static] |
Definition at line 118 of file openpgpkey_61.c.
References mem_tobuffer(), rdclass, REQUIRE, and UNUSED.
static isc_result_t tostruct_openpgpkey | ( | ARGS_TOSTRUCT | ) | [inline, static] |
Definition at line 137 of file openpgpkey_61.c.
References isc_region::base, cleanup(), dns_rdata_toregion(), ISC_LINK_INIT, ISC_R_NOMEMORY, ISC_R_SUCCESS, isc_region::length, mctx, mem_maybedup(), and REQUIRE.
static void freestruct_openpgpkey | ( | ARGS_FREESTRUCT | ) | [inline, static] |
static isc_result_t additionaldata_openpgpkey | ( | ARGS_ADDLDATA | ) | [inline, static] |
static isc_result_t digest_openpgpkey | ( | ARGS_DIGEST | ) | [inline, static] |
Definition at line 193 of file openpgpkey_61.c.
References arg, digest, dns_rdata_toregion(), r, and REQUIRE.
static isc_boolean_t checkowner_openpgpkey | ( | ARGS_CHECKOWNER | ) | [inline, static] |
static isc_boolean_t checknames_openpgpkey | ( | ARGS_CHECKNAMES | ) | [inline, static] |
static int casecompare_openpgpkey | ( | ARGS_COMPARE | ) | [inline, static] |
Definition at line 229 of file openpgpkey_61.c.
References dns_rdata_toregion(), isc_region_compare(), r1, r2, and REQUIRE.