HomeSort by: relevance | last modified time | path
    Searched defs:encoded_ret (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
monitor_wrap.c 564 u_int encoded_ret = 0; local
587 if ((r = sshbuf_get_u32(m, &encoded_ret)) != 0 ||
590 if (sig_details_present && encoded_ret == 0) {
603 if (encoded_ret != 0)
monitor_wrap.c 564 u_int encoded_ret = 0; local
587 if ((r = sshbuf_get_u32(m, &encoded_ret)) != 0 ||
590 if (sig_details_present && encoded_ret == 0) {
603 if (encoded_ret != 0)
monitor_wrap.c 564 u_int encoded_ret = 0; local
587 if ((r = sshbuf_get_u32(m, &encoded_ret)) != 0 ||
590 if (sig_details_present && encoded_ret == 0) {
603 if (encoded_ret != 0)
monitor.c 1556 int encoded_ret; local
1646 encoded_ret = (ret != 0);
1647 if ((r = sshbuf_put_u32(m, encoded_ret)) != 0 ||
monitor.c 1556 int encoded_ret; local
1646 encoded_ret = (ret != 0);
1647 if ((r = sshbuf_put_u32(m, encoded_ret)) != 0 ||
monitor.c 1556 int encoded_ret; local
1646 encoded_ret = (ret != 0);
1647 if ((r = sshbuf_put_u32(m, encoded_ret)) != 0 ||

Completed in 63 milliseconds