Lines Matching defs:NULL

83 	if (dns_dnssec_stats != NULL)
111 if (data == NULL)
148 INSIST(name != NULL);
149 INSIST(rdata != NULL);
150 INSIST(mctx != NULL);
151 INSIST(key != NULL);
152 INSIST(*key == NULL);
182 NULL) == ISC_R_SUCCESS);
201 dst_context_t *ctx = NULL;
203 isc_buffer_t *databuf = NULL;
210 REQUIRE(name != NULL);
212 REQUIRE(set != NULL);
213 REQUIRE(key != NULL);
214 REQUIRE(inception != NULL);
215 REQUIRE(expire != NULL);
216 REQUIRE(mctx != NULL);
217 REQUIRE(sigrdata != NULL);
239 dns_name_init(&sig.signer, NULL);
242 dns_fixedname_name(&fsigner), NULL) == ISC_R_SUCCESS);
263 if (sig.signature == NULL)
289 NULL) == ISC_R_SUCCESS);
383 dst_context_t *ctx = NULL;
388 REQUIRE(name != NULL);
389 REQUIRE(set != NULL);
390 REQUIRE(key != NULL);
391 REQUIRE(mctx != NULL);
392 REQUIRE(sigrdata != NULL && sigrdata->type == dns_rdatatype_rrsig);
394 ret = dns_rdata_tostruct(sigrdata, &sig, NULL);
479 NULL) == ISC_R_SUCCESS);
482 NULL, dns_fixedname_name(&fnewname));
577 if (wild != NULL)
580 wild, NULL) == ISC_R_SUCCESS);
595 sigrdata, NULL);
614 dst_key_t *pubkey = NULL;
617 REQUIRE(nkeys != NULL);
618 REQUIRE(keys != NULL);
623 &rdataset, NULL));
626 pubkey = NULL;
635 keys[count] = NULL;
644 pubkey = NULL;
657 if (pubkey != NULL)
672 if (pubkey != NULL)
687 return (dns_dnssec_findzonekeys2(db, ver, node, name, NULL, mctx,
698 isc_buffer_t *dynbuf = NULL;
704 dst_context_t *ctx = NULL;
709 REQUIRE(msg != NULL);
710 REQUIRE(key != NULL);
713 REQUIRE(msg->query.base != NULL);
735 dns_name_init(&sig.signer, NULL);
739 sig.signature = NULL;
750 RETERR(dns_rdata_fromstruct(NULL, dns_rdataclass_any,
780 if (sig.signature == NULL) {
789 rdata = NULL;
801 datalist = NULL;
809 dataset = NULL;
818 if (dynbuf != NULL)
822 if (ctx != NULL)
837 dst_context_t *ctx = NULL;
843 REQUIRE(source != NULL);
844 REQUIRE(msg != NULL);
845 REQUIRE(key != NULL);
852 if (msg->query.base == NULL)
861 RETERR(dns_rdata_tostruct(&rdata, &sig, NULL));
952 if (ctx != NULL)
966 dst_key_t *dstkey = NULL;
986 result = dns_rdata_tostruct(rdata, &key, NULL);
996 result = dns_rdata_tostruct(&sigrdata, &sig, NULL);
1003 &sigrdata, NULL);