Searched defs:b1 (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c159 isc_buffer_t b1, b2; local
183 isc_buffer_init(&b1, array1, sizeof(array1));
184 ret = dst_key_computesecret(key1, key2, &b1);
195 isc_buffer_usedregion(&b1, &r1);
H A Dt_dst.c179 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);

Completed in 36 milliseconds