Home
last modified time | relevance | path

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

/net-tools-2.7.6/tinydtls-0.8.2/
Ddtls.c435 if (peer && peer->handshake_params) { in dtls_set_handshake_header()
437 dtls_int_to_uint16(buf, peer->handshake_params->hs_state.mseq_s); in dtls_set_handshake_header()
440 peer->handshake_params->hs_state.mseq_s++; in dtls_set_handshake_header()
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()
1072 dtls_hash_update(&peer->handshake_params->hs_state.hs_hash, data, length); in update_hs_hash()
1077 memcpy(hs_hash, &peer->handshake_params->hs_state.hs_hash, in copy_hs_hash()
1078 sizeof(peer->handshake_params->hs_state.hs_hash)); in copy_hs_hash()
1083 return dtls_hash_finalize(buf, &peer->handshake_params->hs_state.hs_hash); in finalize_hs_hash()
1090 dtls_hash_init(&peer->handshake_params->hs_state.hs_hash); in clear_hs_hash()
[all …]
Dpeer.c42 dtls_handshake_free(peer->handshake_params); in dtls_free_peer()
64 dtls_handshake_free(peer->handshake_params); in dtls_free_peer()
Dpeer.h65 dtls_handshake_parameters_t *handshake_params; member