Searched refs:subsect (Results 1 – 2 of 2) sorted by relevance
827 cert_extension_subsection(struct sshbuf *subsect, struct ssh_krl *krl) in cert_extension_subsection() argument834 if ((r = sshbuf_get_cstring(subsect, &name, NULL)) != 0 || in cert_extension_subsection()835 (r = sshbuf_get_u8(subsect, &critical)) != 0 || in cert_extension_subsection()836 (r = sshbuf_froms(subsect, &value)) != 0) { in cert_extension_subsection()842 if (sshbuf_len(subsect) != 0) { in cert_extension_subsection()872 struct sshbuf *subsect = NULL; in parse_revoked_certs() local878 if ((subsect = sshbuf_new()) == NULL) in parse_revoked_certs()889 sshbuf_free(subsect); in parse_revoked_certs()890 subsect = NULL; in parse_revoked_certs()892 (r = sshbuf_froms(buf, &subsect)) != 0) in parse_revoked_certs()[all …]
192827 subsect