Lines Matching defs:cookie
1554 unsigned char cookie[COOKIE_SIZE];
1602 isc_buffer_init(&buf, cookie, sizeof(cookie));
1611 ednsopts[count].value = cookie;
1789 isc_buffer_putmem(buf, client->cookie, 8);
1829 isc_buffer_putmem(buf, client->cookie, 8);
1851 isc_hmacsha1_update(&hmacsha1, client->cookie,
1852 sizeof(client->cookie));
1867 isc_buffer_putmem(buf, client->cookie, 8);
1889 isc_hmacsha256_update(&hmacsha256, client->cookie,
1890 sizeof(client->cookie));
1911 * If we have already seen a cookie option skip this cookie option.
1927 memmove(client->cookie, isc_buffer_current(buf), 8);
1943 memmove(client->cookie, old, 8);