Lines Matching defs:cookie
55 static unsigned char cookie[20];
116 /* Returns 1 for initial ClientHello, 2 for ClientHello with cookie */
160 /* Check cookie */
164 if (!PACKET_equal(&pkt2, cookie, sizeof(cookie)))
185 /* Update handshake MAC for second ClientHello (with cookie) */
216 memcpy(hello_verify + HV_COOKIE_OFS, cookie, sizeof(cookie));
477 RAND_bytes(cookie, sizeof(cookie));