Searched refs:dtls_cookie (Results 1 – 2 of 2) sorted by relevance
1538 if (!PACKET_copy_all(&cookie, clienthello->dtls_cookie, in tls_process_client_hello()1702 if (s->ctx->app_verify_cookie_cb(s, clienthello->dtls_cookie, in tls_early_post_process_client_hello()1712 || memcmp(clienthello->dtls_cookie, s->d1->cookie, in tls_early_post_process_client_hello()
679 unsigned char dtls_cookie[DTLS1_COOKIE_LENGTH]; member