Lines Matching defs:sshd_zalloc
31 void *sshd_zalloc(size_t s)
364 pss->kex = sshd_zalloc(sizeof(struct lws_kex));
652 pss->kex->I_C = sshd_zalloc(pss->kex->I_C_alloc_len);
715 pss->ua = sshd_zalloc(sizeof(*pss->ua));
988 pss->last_alloc = sshd_zalloc(pss->len + 1);
1199 ps = sshd_zalloc((unsigned int)n);
1267 otmp = sshd_zalloc(m);
1377 pss->ch_temp = sshd_zalloc(sizeof(*pss->ch_temp));
1608 scp = sshd_zalloc(sizeof(*scp));
2193 pss->kex->I_S = sshd_zalloc((unsigned int)m);
2275 ps1 = sshd_zalloc((unsigned int)n);