Home
last modified time | relevance | path

Searched refs:free_kexdh_param (Results 1 – 4 of 4) sorted by relevance

/dports/security/dropbear/dropbear-2020.81/
H A Dkex.h41 void free_kexdh_param(struct kex_dh_param *param);
H A Dcli-kex.c63 free_kexdh_param(cli_ses.dh_param); in send_msg_kexdh_init()
173 free_kexdh_param(cli_ses.dh_param); in recv_msg_kexdh_reply()
H A Dsvr-kex.c217 free_kexdh_param(dh_param); in send_msg_kexdh_reply()
H A Dcommon-kex.c604 void free_kexdh_param(struct kex_dh_param *param) in free_kexdh_param() function