• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/ldns/

Lines Matching refs:keys

106 	ldns_rr_list *keys;
112 keys = ldns_pkt_rr_list_by_name_and_type(
118 if (!keys) {
125 keys = ldns_pkt_rr_list_by_name_and_type(
133 keys,
142 keys,
147 ldns_rr_list_deep_free(keys);
161 /* okay, either we have other keys signing the current one,
1093 const ldns_rr_list *keys,
1101 if (!rrset || !rrsig || !keys) {
1113 if (ldns_rr_list_rr_count(keys) < 1) {
1119 keys, check_time, good_keys);
1134 ldns_verify(ldns_rr_list *rrset, ldns_rr_list *rrsig, const ldns_rr_list *keys,
1137 return ldns_verify_time(rrset, rrsig, keys, ldns_time(NULL), good_keys);
1142 const ldns_rr_list *keys, ldns_rr_list *good_keys)
1147 if (!rrset || !rrsig || !keys) {
1159 if (ldns_rr_list_rr_count(keys) < 1) {
1164 ldns_rr_list_rr(rrsig, i), keys, good_keys);
1183 const ldns_rr_list *keys,
1193 if (res && domain && keys) {
1196 domain, keys, check_time))) {
1199 /* No trusted keys in this domain, we'll have to find some in the parent domain */
1209 keys,
1251 const ldns_rr_list *keys,
1255 res, domain, keys, ldns_time(NULL), status);
1262 const ldns_rr_list * keys,
1275 /* Fetch keys for the domain */
1286 /* Try to validate the record using our keys */
1290 for (key_j=0; key_j<ldns_rr_list_rr_count(keys); key_j++) {
1291 if (ldns_rr_compare_ds(ldns_rr_list_rr(keys, key_j),
1355 const ldns_rr_list * keys)
1358 res, domain, keys, ldns_time(NULL));
1365 const ldns_rr_list * keys,
1386 if (ldns_verify_time(rrset, sigs, keys, check_time, NULL)
1412 const ldns_rr_list * keys)
1414 return ldns_validate_domain_ds_time(res, domain, keys, ldns_time(NULL));
2387 good keys later in the list
2400 /* No keys with the corresponding algorithm are found */
2408 /* No keys with the corresponding keytag are found */
2426 const ldns_rr_list *keys,
2435 result = ldns_verify_rrsig_keylist_notime(rrset, rrsig, keys, valid);
2465 const ldns_rr_list *keys,
2469 rrset, rrsig, keys, ldns_time(NULL), good_keys);
2475 const ldns_rr_list *keys,
2512 for(i = 0; i < ldns_rr_list_rr_count(keys); i++) {
2514 rrsig, ldns_rr_list_rr(keys, i));
2516 /* one of the keys has matched, don't break
2521 ldns_rr_list_rr(keys,i))) {
2544 /* no keys were added, return last error */