Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_fastopen.c646 tcp_fastopen_check_cookie(struct tcpcb* tp, uint8_t *cookie, in tcp_fastopen_check_cookie()
1050 uint8_t cookie_len, uint8_t *cookie) in tcp_fastopen_update_cache()
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_cookie.c275 const unsigned char *cookie, size_t cookie_len, in mbedtls_ssl_cookie_check()
Dssl_misc.h866 unsigned char *cookie; /*!< HelloVerifyRequest cookie for DTLS member
Dssl_tls.c1287 const unsigned char *cookie, size_t cookie_len, in ssl_cookie_check_dummy()
/openthread-latest/tests/scripts/thread-cert/
Ddtls.py372 cookie, argument
414 def __init__(self, server_version, cookie): argument