Home
last modified time | relevance | path

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

/net-tools-3.4.0/tinydtls-0.8.2/
Dcrypto.c84 static void dtls_handshake_dealloc(dtls_handshake_parameters_t *handshake) { in dtls_handshake_dealloc()
110 static void dtls_handshake_dealloc(dtls_handshake_parameters_t *handshake) { in dtls_handshake_dealloc()
125 dtls_handshake_parameters_t *handshake; in dtls_handshake_new() local
146 void dtls_handshake_free(dtls_handshake_parameters_t *handshake) in dtls_handshake_free()
Ddtls.c600 dtls_handshake_parameters_t *handshake, in calculate_key_block()
785 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_check_tls_extension() local
1006 dtls_handshake_parameters_t *handshake, in check_client_keyexchange()
1745 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_send_server_hello() local
2168 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_send_client_key_exchange() local
2316 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_send_client_hello() local
2464 dtls_handshake_parameters_t *handshake = peer->handshake_params; in check_server_hello() local
2813 dtls_handshake_parameters_t *handshake = peer->handshake_params; in check_server_hellodone() local
3461 dtls_handshake_parameters_t *handshake = peer->handshake_params; in handle_ccs() local
/net-tools-3.4.0/python-websocket-server/websocket_server/
Dwebsocket_server.py312 def handshake(self): member in WebSocketHandler
/net-tools-3.4.0/mbedtls-2.4.0/library/
Dssl_tls.c499 mbedtls_ssl_handshake_params *handshake = ssl->handshake; in mbedtls_ssl_derive_keys() local
5224 static void ssl_handshake_params_init( mbedtls_ssl_handshake_params *handshake ) in ssl_handshake_params_init()
6951 void mbedtls_ssl_handshake_free( mbedtls_ssl_handshake_params *handshake ) in mbedtls_ssl_handshake_free()
/net-tools-3.4.0/mbedtls-2.4.0/include/mbedtls/
Dssl.h792 mbedtls_ssl_handshake_params *handshake; /*!< params required only during member