Home
last modified time | relevance | path

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

/net-tools-latest/tinydtls-0.8.2/
Ddtls.c2308 dtls_send_client_hello(dtls_context_t *ctx, dtls_peer_t *peer, in dtls_send_client_hello() function
2542 res = dtls_send_client_hello(ctx, peer, hv->cookie, hv->cookie_length); in check_server_hello_verify_request()
2978 err = dtls_send_client_hello(ctx, peer, NULL, 0); in dtls_renegotiate()
3326 err = dtls_send_client_hello(ctx, peer, NULL, 0); in handle_handshake_msg()
3852 res = dtls_send_client_hello(ctx, peer, NULL, 0); in dtls_connect_peer()