Searched defs:handshake (Results 1 – 5 of 5) sorted by relevance
84 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() local146 void dtls_handshake_free(dtls_handshake_parameters_t *handshake) in dtls_handshake_free()
600 dtls_handshake_parameters_t *handshake, in calculate_key_block()785 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_check_tls_extension() local1006 dtls_handshake_parameters_t *handshake, in check_client_keyexchange()1745 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_send_server_hello() local2168 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_send_client_key_exchange() local2316 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_send_client_hello() local2464 dtls_handshake_parameters_t *handshake = peer->handshake_params; in check_server_hello() local2813 dtls_handshake_parameters_t *handshake = peer->handshake_params; in check_server_hellodone() local3461 dtls_handshake_parameters_t *handshake = peer->handshake_params; in handle_ccs() local
312 def handshake(self): member in WebSocketHandler
499 mbedtls_ssl_handshake_params *handshake = ssl->handshake; in mbedtls_ssl_derive_keys() local5224 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()
792 mbedtls_ssl_handshake_params *handshake; /*!< params required only during member