/bind-9.11.3/lib/isc/include/isc/ |
H A D | md5.h | 23 * To compute the message digest of a chunk of bytes, declare an 25 * needed on buffers full of bytes, and then call MD5Final, which 68 isc_uint32_t bytes[2]; member in struct:__anon240
|
/bind-9.11.3/bin/tools/ |
H A D | genrandom.c | 34 generate(char *filename, unsigned int bytes) { argument 43 while (bytes > 0) { 59 bytes -= 2; 66 unsigned int bytes; local 104 bytes = k << 10; 110 generate(argv[isc_commandline_index], bytes); 125 generate(name, bytes);
|
/bind-9.11.3/lib/dns/ |
H A D | byaddr.c | 60 unsigned char *bytes; local 74 bytes = (unsigned char *)(&address->type); 78 (bytes[3] & 0xff), 79 (bytes[2] & 0xff), 80 (bytes[1] & 0xff), 81 (bytes[0] & 0xff)); 87 *cp++ = hex_digits[bytes[i] & 0x0f]; 89 *cp++ = hex_digits[(bytes[i] >> 4) & 0x0f];
|
H A D | opensslecdsa_link.c | 131 int bytes = size - BN_num_bytes(bn); local 133 while (bytes-- > 0)
|
H A D | openssldsa_link.c | 196 int bytes = size - BN_num_bytes(bn); local 197 while (bytes-- > 0)
|
H A D | tsig.c | 1060 * integral multiple of 8? It looks like bytes 1068 unsigned int bytes = (digestbits + 1) / 8; local 1069 if (response && bytes < querytsig.siglen) 1070 bytes = querytsig.siglen; 1071 if (bytes > isc_buffer_usedlength(&sigbuf)) 1072 bytes = isc_buffer_usedlength(&sigbuf); 1073 tsig.siglen = bytes; 1465 * of 8? It looks like bytes should either be 1787 * integral multiple of 8? It looks like bytes
|
H A D | db.c | 1008 isc_uint64_t *bytes) 1014 return ((db->methods->getsize)(db, version, records, bytes)); 1007 dns_db_getsize(dns_db_t *db, dns_dbversion_t *version, isc_uint64_t *records, isc_uint64_t *bytes) argument
|
H A D | hmac_link.c | 150 unsigned int bytes; local 155 bytes = (key->key_size + 7) / 8; 156 if (bytes > ISC_MD5_BLOCK_LENGTH) { 157 bytes = ISC_MD5_BLOCK_LENGTH; 162 ret = dst__entropy_getdata(data, bytes, ISC_TF(pseudorandom_ok != 0)); 167 isc_buffer_init(&b, data, bytes); 168 isc_buffer_add(&b, bytes); 193 unsigned int bytes; local 199 bytes = (key->key_size + 7) / 8; 200 if (isc_buffer_availablelength(data) < bytes) 247 int bytes = (key->key_size + 7) / 8; local 458 unsigned int bytes; local 501 unsigned int bytes; local 555 int bytes = (key->key_size + 7) / 8; local 751 unsigned int bytes; local 794 unsigned int bytes; local 848 int bytes = (key->key_size + 7) / 8; local 1038 unsigned int bytes; local 1081 unsigned int bytes; local 1135 int bytes = (key->key_size + 7) / 8; local 1325 unsigned int bytes; local 1368 unsigned int bytes; local 1422 int bytes = (key->key_size + 7) / 8; local 1612 unsigned int bytes; local 1655 unsigned int bytes; local 1709 int bytes = (key->key_size + 7) / 8; local [all...] |
H A D | rbt.c | 95 /* Pad to 32 bytes */ 119 * step one: write out a zeroed header of 1024 bytes 328 size_t bytes; local 334 r.length = bytes = (size > BUFSIZ) ? BUFSIZ : size; 339 data += bytes; 340 size -= bytes; 2329 unsigned int bytes; local 2332 bytes = (unsigned int)rbt->hashsize * sizeof(dns_rbtnode_t *); 2333 rbt->hashtable = isc_mem_get(rbt->mctx, bytes); 2338 memset(rbt->hashtable, 0, bytes); [all...] |
H A D | rbtdb.c | 120 * Note that "impmagic" is not the first four bytes of the struct, so 640 * records and bytes are covered by rwlock. 644 isc_uint64_t bytes; member in struct:rbtdb_version 941 /* Pad to 32 bytes */ 989 size_t bytes; local 995 r.length = bytes = (size > BUFSIZ) ? BUFSIZ : size; 1000 data += bytes; 1001 size -= bytes; 1533 version->bytes = rbtdb->current_version->bytes; 8130 getsize(dns_db_t *db, dns_dbversion_t *version, isc_uint64_t *records, isc_uint64_t *bytes) argument [all...] |
/bind-9.11.3/lib/isc/ |
H A D | chacha_private.h | 96 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) argument 104 if (!bytes) return; 124 if (bytes < 64) { 125 for (i = 0;i < bytes;++i) tmp[i] = m[i]; 195 /* stopping at 2^70 bytes per nonce is user's responsibility */ 215 if (bytes <= 64) { 216 if (bytes < 64) { 217 for (i = 0;i < bytes;++i) ctarget[i] = c[i]; 223 bytes -= 64;
|
H A D | log.c | 1098 unsigned int bytes; local 1111 bytes = lctx->category_count * sizeof(ISC_LIST(isc_logchannellist_t)); 1113 lists = isc_mem_get(lctx->mctx, bytes); 1118 memset(lists, 0, bytes); 1121 bytes = lcfg->channellist_count * 1123 memmove(lists, lcfg->channellists, bytes); 1124 isc_mem_put(lctx->mctx, lcfg->channellists, bytes);
|
H A D | mem.c | 83 * This structure must be ALIGNMENT_SIZE bytes. 88 char bytes[ALIGNMENT_SIZE]; member in union:__anon262::__anon263 668 * ISC_MEM_FILL code might write over bytes we
|
/bind-9.11.3/bin/dig/ |
H A D | host.c | 170 received(int bytes, isc_sockaddr_t *from, dig_query_t *query) { argument 179 printf("Received %u bytes from %s in %d ms\n", 180 bytes, fromtext, diff/1000);
|
H A D | dig.c | 243 received(int bytes, isc_sockaddr_t *from, dig_query_t *query) { argument 285 "bytes %" ISC_PRINT_QUADFORMAT "u)\n", 289 printf(";; MSG SIZE rcvd: %u\n", bytes); 303 printf(";; Received %" ISC_PRINT_QUADFORMAT "u bytes " 307 : (isc_uint64_t)bytes, 310 printf(";; Received %" ISC_PRINT_QUADFORMAT "u bytes " 314 : (isc_uint64_t)bytes,
|
H A D | nslookup.c | 402 received(int bytes, isc_sockaddr_t *from, dig_query_t *query) argument 404 UNUSED(bytes);
|