Searched refs:b2 (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/lib/isc/include/isc/ |
H A D | safe.h | 30 isc_safe_memcompare(const void *b1, const void *b2, size_t len);
|
/bind-9.11.3/lib/isc/ |
H A D | safe.c | 41 isc_safe_memcompare(const void *b1, const void *b2, size_t len) { argument 42 const unsigned char *p1 = b1, *p2 = b2;
|
/bind-9.11.3/bin/tests/dst/ |
H A D | dst_test.c | 154 isc_buffer_t b1, b2; local 184 isc_buffer_init(&b2, array2, sizeof(array2)); 185 ret = dst_key_computesecret(key2, key1, &b2); 191 isc_buffer_usedregion(&b2, &r2);
|
H A D | t_dst.c | 175 isc_buffer_t b1, b2; local 250 isc_buffer_init(&b2, array2, sizeof(array2)); 251 ret = dst_key_computesecret(key2, key1, &b2); 260 isc_buffer_usedregion(&b2, &r2);
|
/bind-9.11.3/bin/tests/ |
H A D | wire_test.c | 279 unsigned char b2[64 * 1024]; local 283 isc_buffer_init(&buffer, b2, sizeof(b2));
|
/bind-9.11.3/lib/dns/ |
H A D | sdlz.c | 544 isc_buffer_t b2; local 575 isc_buffer_init(&b2, zonestr, sizeof(zonestr)); 576 result = dns_name_totext(&sdlz->common.origin, ISC_TRUE, &b2); 579 isc_buffer_putuint8(&b2, 0); 1581 isc_buffer_t b2; local 1607 isc_buffer_init(&b2, clientstr, sizeof(clientstr)); 1609 result = isc_netaddr_totext(&netaddr, &b2); 1612 isc_buffer_putuint8(&b2, 0);
|
H A D | dst_api.c | 1142 isc_buffer_t b1, b2; local 1154 isc_buffer_init(&b2, buf2, sizeof(buf2)); 1155 result = dst_key_todns(key2, &b2); 1161 isc_buffer_subtract(&b2, 2); 1170 isc_buffer_usedregion(&b2, &r2);
|
/bind-9.11.3/lib/bind9/ |
H A D | check.c | 2290 isc_buffer_t b2; local 2297 isc_buffer_constinit(&b2, snamestr, strlen(snamestr)); 2298 isc_buffer_add(&b2, strlen(snamestr)); 2300 tresult = dns_name_fromtext(sname, &b2, dns_rootname,
|
Completed in 67 milliseconds