Lines Matching refs:sshbuf_len
692 if (sshbuf_len(sect) != 0) { in revoked_certs_generate()
748 if (sshbuf_len(sect) != 0) { in ssh_krl_to_blob()
759 if (sshbuf_len(sect) != 0) { in ssh_krl_to_blob()
774 sshbuf_ptr(buf), sshbuf_len(buf), NULL, 0)) != 0) in ssh_krl_to_blob()
827 while (sshbuf_len(buf) > 0) { in parse_revoked_certs()
838 while (sshbuf_len(subsect) > 0) { in parse_revoked_certs()
884 while (sshbuf_len(subsect) > 0) { in parse_revoked_certs()
900 if (sshbuf_len(subsect) > 0) { in parse_revoked_certs()
935 if (sshbuf_len(buf) < sizeof(KRL_MAGIC) - 1 || in ssh_krl_from_blob()
977 if (sshbuf_len(buf) < sshbuf_len(copy)) { in ssh_krl_from_blob()
982 sects_off = sshbuf_len(buf) - sshbuf_len(copy); in ssh_krl_from_blob()
983 while (sshbuf_len(copy) > 0) { in ssh_krl_from_blob()
1004 if (sshbuf_len(buf) < sshbuf_len(copy)) { in ssh_krl_from_blob()
1009 sig_off = sshbuf_len(buf) - sshbuf_len(copy); in ssh_krl_from_blob()
1040 if (sshbuf_len(copy) != 0) { in ssh_krl_from_blob()
1057 while (sshbuf_len(copy) > 0) { in ssh_krl_from_blob()
1072 while (sshbuf_len(sect) > 0) { in ssh_krl_from_blob()
1102 if (sect != NULL && sshbuf_len(sect) > 0) { in ssh_krl_from_blob()