Lines Matching defs:NULL
75 if (dns_dnssec_stats != NULL)
103 if (data == NULL)
140 INSIST(name != NULL);
141 INSIST(rdata != NULL);
142 INSIST(mctx != NULL);
143 INSIST(key != NULL);
144 INSIST(*key == NULL);
174 NULL) == ISC_R_SUCCESS);
193 dst_context_t *ctx = NULL;
195 isc_buffer_t *databuf = NULL;
202 REQUIRE(name != NULL);
204 REQUIRE(set != NULL);
205 REQUIRE(key != NULL);
206 REQUIRE(inception != NULL);
207 REQUIRE(expire != NULL);
208 REQUIRE(mctx != NULL);
209 REQUIRE(sigrdata != NULL);
231 dns_name_init(&sig.signer, NULL);
234 dns_fixedname_name(&fsigner), NULL) == ISC_R_SUCCESS);
255 if (sig.signature == NULL)
282 NULL) == ISC_R_SUCCESS);
385 dst_context_t *ctx = NULL;
390 REQUIRE(name != NULL);
391 REQUIRE(set != NULL);
392 REQUIRE(key != NULL);
393 REQUIRE(mctx != NULL);
394 REQUIRE(sigrdata != NULL && sigrdata->type == dns_rdatatype_rrsig);
396 ret = dns_rdata_tostruct(sigrdata, &sig, NULL);
482 NULL) == ISC_R_SUCCESS);
485 NULL, dns_fixedname_name(&fnewname));
580 if (wild != NULL)
583 wild, NULL) == ISC_R_SUCCESS);
598 sigrdata, NULL);
739 dst_key_t *pubkey = NULL;
742 REQUIRE(nkeys != NULL);
743 REQUIRE(keys != NULL);
749 &rdataset, NULL));
752 pubkey = NULL;
763 keys[count] = NULL;
833 pubkey = NULL;
848 pubkey = NULL;
866 if (pubkey != NULL)
881 if (pubkey != NULL)
913 return (dns_dnssec_findzonekeys3(db, ver, node, name, NULL, now,
924 isc_buffer_t *dynbuf = NULL;
930 dst_context_t *ctx = NULL;
935 REQUIRE(msg != NULL);
936 REQUIRE(key != NULL);
939 REQUIRE(msg->query.base != NULL);
961 dns_name_init(&sig.signer, NULL);
965 sig.signature = NULL;
977 RETERR(dns_rdata_fromstruct(NULL, dns_rdataclass_any,
1007 if (sig.signature == NULL) {
1016 rdata = NULL;
1028 datalist = NULL;
1033 dataset = NULL;
1041 if (dynbuf != NULL)
1045 if (ctx != NULL)
1060 dst_context_t *ctx = NULL;
1066 REQUIRE(source != NULL);
1067 REQUIRE(msg != NULL);
1068 REQUIRE(key != NULL);
1077 if (msg->query.base == NULL)
1086 RETERR(dns_rdata_tostruct(&rdata, &sig, NULL));
1180 if (ctx != NULL)
1214 dst_key_t *dstkey = NULL;
1228 result = dns_rdata_tostruct(rdata, &key, NULL);
1238 result = dns_rdata_tostruct(&sigrdata, &sig, NULL);
1245 &sigrdata, NULL);
1264 REQUIRE(dkp != NULL && *dkp == NULL);
1266 if (dk == NULL)
1270 *dstkey = NULL;
1301 REQUIRE(dkp != NULL && *dkp != NULL);
1303 if (dk->key != NULL)
1306 *dkp = NULL;
1317 REQUIRE(key != NULL && key->key != NULL);
1414 dns_dnsseckey_t *key = NULL;
1415 dst_key_t *dstkey = NULL;
1420 REQUIRE(keylist != NULL);
1429 if (directory == NULL)
1471 dstkey = NULL;
1511 key = NULL;
1524 INSIST(key == NULL);
1525 while ((key = ISC_LIST_HEAD(list)) != NULL) {
1527 INSIST(key->key != NULL);
1531 if (dstkey != NULL)
1563 key != NULL;
1572 if (key != NULL) {
1599 *newkey = NULL;
1615 REQUIRE(rrsigs != NULL && dns_rdataset_isassociated(rrsigs));
1620 key != NULL;
1634 result = dns_rdata_tostruct(&rdata, &sig, NULL);
1666 dst_key_t *pubkey = NULL, *privkey = NULL;
1669 REQUIRE(keyset != NULL && dns_rdataset_isassociated(keyset));
1779 if (pubkey != NULL)
1781 if (privkey != NULL)
1788 if (keysigs != NULL && dns_rdataset_isassociated(keysigs))
1791 if (soasigs != NULL && dns_rdataset_isassociated(soasigs))
1799 if (pubkey != NULL)
1801 if (privkey != NULL)
1831 dns_difftuple_t *tuple = NULL;
1846 dns_difftuple_t *tuple = NULL;
1862 dns_difftuple_t *tuple = NULL;
1904 dns_difftuple_t *tuple = NULL;
1958 key != NULL;
2028 key != NULL;
2069 * If 'removed' is not NULL, any keys that are being removed from
2093 key != NULL;
2114 key != NULL;
2130 for (key1 = ISC_LIST_HEAD(*newkeys); key1 != NULL; key1 = next) {
2136 key2 != NULL;
2157 if (key2 == NULL) {
2177 if (removed != NULL)
2192 if (removed != NULL)