Searched refs:isc_crc64_update (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dcrc64.h31 isc_crc64_update(isc_uint64_t *crc, const void *data, size_t len);
/bind-9.11.3/lib/dns/tests/
H A Drbt_serialize_test.c127 isc_crc64_update(crc, (void *)&temp, sizeof(temp));
132 isc_crc64_update(crc, (const void *)data->data, data->len);
173 isc_crc64_update(crc, (void *)data, sizeof(*data));
180 isc_crc64_update(crc, (const void *)data->data, data->len);
/bind-9.11.3/lib/isc/
H A Dcrc64.c117 isc_crc64_update(isc_uint64_t *crc, const void *data, size_t len) { function
/bind-9.11.3/lib/dns/
H A Drbt.c637 isc_crc64_update(crc, (const isc_uint8_t *) &temp_node,
639 isc_crc64_update(crc, (const isc_uint8_t *) node_data, datasize);
878 isc_crc64_update(crc, (const isc_uint8_t *) &header,
880 isc_crc64_update(crc, (const isc_uint8_t *) node_data,
H A Drbtdb.c7492 isc_crc64_update(crc, p, size);
7803 isc_crc64_update(crc, (unsigned char *) &newheader,
7808 isc_crc64_update(crc, p + sizeof(rdatasetheader_t),
/bind-9.11.3/lib/isc/tests/
H A Dhash_test.c1833 isc_crc64_update(&crc,

Completed in 50 milliseconds