Searched defs:have (Results 1 - 7 of 7) sorted by relevance
| /bind-9.11.3/lib/isc/ |
| H A D | random.c | 70 size_t have; member in struct:isc_rng 135 /* We have at least 20 bits. Use lower 16 excluding lower most 4 */ 139 /* We have at least 15 bits. Use lower 10/11 excluding lower most 4 */ 205 rng->have = 0; 221 rng->entropy = entropy; /* don't have to attach */ 300 rng->have = CHACHA_BUFFERSIZE - CHACHA_KEYSIZE - CHACHA_IVSIZE; 309 if (rng->have < sizeof(val)) 312 memmove(&val, rng->buffer + CHACHA_BUFFERSIZE - rng->have, 315 memset(rng->buffer + CHACHA_BUFFERSIZE - rng->have, 317 rng->have [all...] |
| /bind-9.11.3/lib/dns/ |
| H A D | dst_parse.c | 191 isc_boolean_t have[RSA_NTAGS]; local 199 have[i] = ISC_FALSE; 207 have[i] = ISC_TRUE; 214 if (have[TAG_RSA_ENGINE & mask]) 215 ok = have[TAG_RSA_MODULUS & mask] && 216 have[TAG_RSA_PUBLICEXPONENT & mask] && 217 have[TAG_RSA_LABEL & mask]; 219 ok = have[TAG_RSA_MODULUS & mask] && 220 have[TAG_RSA_PUBLICEXPONENT & mask] && 221 have[TAG_RSA_PRIVATEEXPONEN 286 isc_boolean_t have[ECDSA_NTAGS]; local 318 isc_boolean_t have[EDDSA_NTAGS]; local [all...] |
| H A D | journal.c | 48 * serial number. Unused index entries have an "offset" 1038 size += t->name.length; /* XXX should have access macro? */ 1208 * We no longer have a transaction open. 1640 j->it.xsize = 0; /* We have no transaction data yet... */ 1787 * All new tuples will have the operation 'op'. 1789 * Requires: 'name' must have buffer large enough to hold the name. 1934 isc_boolean_t have[2] = { ISC_FALSE, ISC_FALSE }; local 1961 if (! have[i] && itresult[i] == ISC_R_SUCCESS) { 1969 have[i] = ISC_TRUE; 1973 if (! have[ [all...] |
| H A D | rpz.c | 388 * has to have bits set for the policy zones for which 404 * zbits_req = (rpzs->have.ipv4 | rpzs->have.ipv6 | 405 * rpzs->have.nsdname | 406 * rpzs->have.nsipv4 | rpzs->have.nsipv6); 413 * order bits) have to wait as well. If the Nth zone requires 418 * zbits_req = 0b000 mask = 0xffffffff (no zones have to wait for 420 * zbits_req = 0b001 mask = 0x00000000 (all zones have to wait) 421 * zbits_req = 0b010 mask = 0x00000001 (the first zone doesn't have t 549 dns_rpz_zbits_t *have; local 2165 dns_rpz_have_t have; local [all...] |
| H A D | adb.c | 13 * have been sent. If task != NULL but taskaction == NULL, an event has been 388 * Note: since we have removed the support of A6 in adb, FETCH_A and FETCH_AAAA 1207 violate_locking_hierarchy(isc_mutex_t *have, isc_mutex_t *want) { argument 1209 UNLOCK(have); 1211 LOCK(have); 2329 * will be unconditionally removed (unless they have an outstanding fetch). 2350 * tail entries that have fetches (this should be rare, but could 3174 * be acceptable so we have to launch fetches. 3217 * already running, and we have been asked to. 4359 * If we have no [all...] |
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | rpz.h | 62 DNS_RPZ_POLICY_DISABLED = 1, /* log what would have happened */ 146 * Bitfields indicating which policy zones have policies of 198 * never loaded load_begun=0 have=0 199 * during initial loading load_begun=1 have=0 201 * after good load load_begun=1 have!=0 202 * after failed initial load load_begun=1 have=0 204 * reloading after failure load_begun=1 have=0 206 * main rpzs load_begun=1 have!=0 207 * load rpzs load_begun=1 have=0 210 dns_rpz_have_t have; member in struct:dns_rpz_zones 298 dns_rpz_have_t have; member in struct:__anon126 [all...] |
| /bind-9.11.3/bin/named/ |
| H A D | query.c | 173 * These have the same semantics as: 735 * We may already have done a query related to this 875 * don't have to check again. 1169 * Remember this so we don't have to check again. 1544 * We have found a potential additional data rdataset, or 1550 * If we have an rdataset, add it to the additional data 1740 * We may have added our rdatasets to an existing name, if so, then 1864 * If we don't have an additional cache call query_addadditional. 1953 * We have a negative cache. We don't have t 5274 dns_rpz_have_t have; local [all...] |
Completed in 62 milliseconds