Home
last modified time | relevance | path

Searched refs:KEY_STATE_TYPE_RRSIG (Results 1 – 6 of 6) sorted by relevance

/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/enforcer/
H A Denforcer.c141 case KEY_STATE_TYPE_RRSIG: in getRecord()
359 case KEY_STATE_TYPE_RRSIG: in isPotentialSuccessor()
456 if (type != KEY_STATE_TYPE_RRSIG) { in successor_rec()
772 case KEY_STATE_TYPE_RRSIG: in unsignedOk()
1001 case KEY_STATE_TYPE_RRSIG: in minTransitionTime()
1118 case KEY_STATE_TYPE_RRSIG: in policyApproval()
1194 case KEY_STATE_TYPE_RRSIG: in getZoneTTL()
1230 case KEY_STATE_TYPE_RRSIG: in isSuccessable()
1313 case KEY_STATE_TYPE_RRSIG: in markSuccessors()
1365 KEY_STATE_TYPE_RRSIG in updateZone()
[all …]
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/
H A Dkey_data_ext.c65 return get_key_state(key_data, KEY_STATE_TYPE_RRSIG); in key_data_cached_rrsig()
89 return key_state_new_copy(get_key_state(key_data, KEY_STATE_TYPE_RRSIG)); in key_data_get_cached_rrsig()
H A Dkey_state.h43 KEY_STATE_TYPE_RRSIG = 1, enumerator
H A Dkey_state.c38 { "RRSIG", (key_state_type_t)KEY_STATE_TYPE_RRSIG },
302 else if (type == (key_state_type_t)KEY_STATE_TYPE_RRSIG) { in key_state_from_result()
303 key_state->type = KEY_STATE_TYPE_RRSIG; in key_state_from_result()
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/test/
H A Dtest_key_state.c270 CU_ASSERT(!key_state_set_type(object, KEY_STATE_TYPE_RRSIG)); in test_key_state_set()
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/keystate/
H A Dkeystate_import_cmd.c322 || key_state_set_type(key_state, KEY_STATE_TYPE_RRSIG) in perform_keystate_import()