Home
last modified time | relevance | path

Searched refs:dtls_cookie_len (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ssl/statem/
Dstatem_srvr.c1540 &clienthello->dtls_cookie_len)) { in tls_process_client_hello()
1551 if (clienthello->dtls_cookie_len == 0) { in tls_process_client_hello()
1703 clienthello->dtls_cookie_len) == 0) { in tls_early_post_process_client_hello()
1711 } else if (s->d1->cookie_len != clienthello->dtls_cookie_len in tls_early_post_process_client_hello()
/third_party/openssl/ssl/
Dssl_local.h678 size_t dtls_cookie_len; member