Lines Matching defs:next_state

594  * If 'next_state' is set (not NA), we are pretending as if record 'type' of
600 dst_key_state_t next_state,
609 if (next_state != NA && i == type &&
614 state = next_state;
680 dst_key_state_t next_state,
744 if (keymgr_key_match_state(y->key, key, type, next_state, zst))
751 next_state, keyring);
762 * If 'next_state' is not NA, we are actually looking for a key as if
769 int type, dst_key_state_t next_state,
783 next_state, states))
805 next_state, states2))
814 key->key, type, next_state,
845 * If 'next_state' is not NA, we are actually looking for a key as if
852 int type, dst_key_state_t next_state,
871 next_state, ds_hidden))
887 next_state, dnskey_chained))
898 next_state, dnskey_chained,
913 * If 'next_state' is not NA, we are actually looking for a key as if
921 dst_key_state_t next_state,
940 next_state, dnskey_hidden))
954 next_state, rrsig_chained, na,
971 dst_key_state_t next_state, bool secure_to_insecure) {
985 return keymgr_key_exists_with_state(keyring, key, type, next_state,
987 keymgr_key_exists_with_state(keyring, key, type, next_state,
990 keymgr_key_exists_with_state(keyring, key, type, next_state, na,
1001 dst_key_state_t next_state) {
1025 keymgr_key_exists_with_state(keyring, key, type, next_state,
1033 keymgr_key_exists_with_state(keyring, key, type, next_state,
1046 keymgr_key_exists_with_state(keyring, key, type, next_state,
1049 keymgr_key_exists_with_state(keyring, key, type, next_state,
1052 keymgr_key_exists_with_state(keyring, key, type, next_state,
1055 keymgr_key_exists_with_state(keyring, key, type, next_state,
1058 keymgr_key_exists_with_state(keyring, key, type, next_state,
1061 keymgr_key_exists_with_state(keyring, key, type, next_state,
1064 keymgr_key_exists_with_state(keyring, key, type, next_state,
1067 keymgr_key_exists_with_state(keyring, key, type, next_state,
1070 keymgr_key_exists_with_state(keyring, key, type, next_state,
1082 keymgr_ds_hidden_or_chained(keyring, key, type, next_state,
1093 dst_key_state_t next_state) {
1109 keymgr_ds_hidden_or_chained(keyring, key, type, next_state,
1116 keymgr_key_exists_with_state(keyring, key, type, next_state,
1124 keymgr_key_exists_with_state(keyring, key, type, next_state,
1133 keymgr_key_exists_with_state(keyring, key, type, next_state,
1142 keymgr_dnskey_hidden_or_chained(keyring, key, type, next_state,
1228 int type, dst_key_state_t next_state,
1237 rule1b = keymgr_have_ds(keyring, key, type, next_state,
1240 rule2b = keymgr_have_dnskey(keyring, key, type, next_state);
1242 rule3b = keymgr_have_rrsig(keyring, key, type, next_state);
1264 keymgr_have_ds(keyring, key, type, next_state,
1271 keymgr_have_dnskey(keyring, key, type, next_state)) &&
1278 keymgr_have_rrsig(keyring, key, type, next_state));
1287 dst_key_state_t next_state, dns_kasp_t *kasp,
1296 if (next_state == RUMOURED || next_state == UNRETENTIVE) {
1311 switch (next_state) {
1342 switch (next_state) {
1388 switch (next_state) {
1479 dst_key_state_t state, next_state;
1498 next_state = keymgr_desiredstate(dkey, state);
1499 if (state == next_state) {
1522 keystatestrings[next_state]);
1526 next_state))
1537 keystatestrings[next_state]);
1544 next_state,
1556 keystatestrings[next_state]);
1562 keymgr_transition_time(dkey, i, next_state, kasp, now,
1574 keystatestrings[next_state],
1588 keystatestrings[next_state]);
1591 dst_key_setstate(dkey->key, i, next_state);