Searched refs:dtls_handshake_parameters_t (Results 1 – 4 of 4) sorted by relevance
80 static dtls_handshake_parameters_t *dtls_handshake_malloc() { in dtls_handshake_malloc()81 return malloc(sizeof(dtls_handshake_parameters_t)); in dtls_handshake_malloc()84 static void dtls_handshake_dealloc(dtls_handshake_parameters_t *handshake) { in dtls_handshake_dealloc()98 MEMB(handshake_storage, dtls_handshake_parameters_t, DTLS_HANDSHAKE_MAX);106 static dtls_handshake_parameters_t *dtls_handshake_malloc() { in dtls_handshake_malloc()110 static void dtls_handshake_dealloc(dtls_handshake_parameters_t *handshake) { in dtls_handshake_dealloc()123 dtls_handshake_parameters_t *dtls_handshake_new() in dtls_handshake_new()125 dtls_handshake_parameters_t *handshake; in dtls_handshake_new()146 void dtls_handshake_free(dtls_handshake_parameters_t *handshake) in dtls_handshake_free()
138 } dtls_handshake_parameters_t; typedef349 dtls_handshake_parameters_t *dtls_handshake_new();351 void dtls_handshake_free(dtls_handshake_parameters_t *handshake);
65 dtls_handshake_parameters_t *handshake_params;
600 dtls_handshake_parameters_t *handshake, in calculate_key_block()785 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_check_tls_extension()905 dtls_handshake_parameters_t *config = peer->handshake_params; in dtls_update_parameters()1006 dtls_handshake_parameters_t *handshake, in check_client_keyexchange()1695 dtls_handshake_parameters_t *config = peer->handshake_params; in check_client_certificate_verify()1745 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_send_server_hello()1936 dtls_handshake_parameters_t *config = peer->handshake_params; in dtls_send_server_key_exchange_ecdh()2168 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_send_client_key_exchange()2316 dtls_handshake_parameters_t *handshake = peer->handshake_params; in dtls_send_client_hello()2464 dtls_handshake_parameters_t *handshake = peer->handshake_params; in check_server_hello()[all …]