Lines Matching defs:cookie
1277 int dtls_raw_hello_verify_request(WPACKET *pkt, unsigned char *cookie,
1282 || !WPACKET_sub_memcpy_u8(pkt, cookie, cookie_len))
1292 s->ctx->app_gen_cookie_cb(s, s->d1->cookie,
1300 if (!dtls_raw_hello_verify_request(pkt, s->d1->cookie,
1377 /* |cookie| will only be initialized for DTLS. */
1378 PACKET session_id, compression, extensions, cookie;
1409 PACKET_null_init(&cookie);
1515 if (!PACKET_get_length_prefixed_1(pkt, &cookie)) {
1519 if (!PACKET_copy_all(&cookie, clienthello->dtls_cookie,
1528 * So check cookie length...
1668 /* Empty cookie was already handled above by returning early. */
1676 /* else cookie verification succeeded */
1680 || memcmp(clienthello->dtls_cookie, s->d1->cookie,