Lines Matching refs:session_t
66 HASH_FIND(hh,head,sess,sizeof(session_t),out)
68 HASH_ADD(hh,head,sess,sizeof(session_t),add)
181 dtls_security_parameters_t *security , session_t *session,
212 dtls_get_peer(const dtls_context_t *ctx, const session_t *session) { in dtls_get_peer()
237 session_t *dst, uint8 *buf, size_t len) { in dtls_write()
287 session_t *session, in dtls_create_cookie()
602 session_t *session, in calculate_key_block()
1325 session_t *session, in dtls_send_handshake_msg_hash()
1408 dtls_security_parameters_t *security , session_t *session, in dtls_send_multi()
1494 dtls_close(dtls_context_t *ctx, const session_t *remote) { in dtls_close()
1542 session_t *session, in dtls_verify_peer()
2956 dtls_renegotiate(dtls_context_t *ctx, const session_t *dst) in dtls_renegotiate()
2992 handle_handshake_msg(dtls_context_t *ctx, dtls_peer_t *peer, session_t *session, in handle_handshake_msg()
3347 handle_handshake(dtls_context_t *ctx, dtls_peer_t *peer, session_t *session, in handle_handshake()
3560 session_t *session, int err) in dtls_alert_send_from_err()
3592 session_t *session, in dtls_handle_message()
3862 dtls_connect(dtls_context_t *ctx, const session_t *dst) { in dtls_connect()