Searched defs:b1 (Results 1 - 4 of 4) sorted by relevance
/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 178 isc_buffer_init(&b1, array1, sizeof(array1)); 179 ret = dst_key_computesecret(key1, key2, &b1); 190 isc_buffer_usedregion(&b1, &r1);
|
H A D | t_dst.c | 175 isc_buffer_t b1, b2; local 241 isc_buffer_init(&b1, array1, sizeof(array1)); 242 ret = dst_key_computesecret(key1, key2, &b1); 259 isc_buffer_usedregion(&b1, &r1);
|
/bind-9.11.3/lib/dns/ |
H A D | dst_api.c | 1142 isc_buffer_t b1, b2; local 1145 isc_buffer_init(&b1, buf1, sizeof(buf1)); 1146 result = dst_key_todns(key1, &b1); 1152 isc_buffer_subtract(&b1, 2); 1163 isc_buffer_usedregion(&b1, &r1);
|
Completed in 18 milliseconds