Searched refs:cert_parse (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c201 static struct cert_info *cert_parse (const u_char *, long, tstamp_t);
3298 if ((cp = cert_parse((u_char *)ep->pkt, (long)ntohl(ep->vallen),
3430 * cert_parse - parse x509 certificate and create info/value structures.
3443 cert_parse( function
3463 msyslog(LOG_ERR, "cert_parse: %s",
3477 msyslog(LOG_ERR, "cert_parse: %s",
3488 msyslog(LOG_NOTICE, "cert_parse: invalid subject %s",
3510 msyslog(LOG_NOTICE, "cert_parse: invalid issuer %s",
3553 DPRINTF(1, ("cert_parse: %s: %s\n",
3567 DPRINTF(1, ("cert_parse
[all...]
/freebsd-13-stable/crypto/openssh/
H A Dsshkey.c1871 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) function
2230 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0)

Completed in 120 milliseconds