Home
last modified time | relevance | path

Searched refs:cert_parse (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c201 static struct cert_info *cert_parse (const u_char *, long, tstamp_t);
3289 if ((cp = cert_parse((u_char *)ep->pkt, (long)ntohl(ep->vallen), in cert_install()
3421 * cert_parse - parse x509 certificate and create info/value structures. in cert_hike()
3434 cert_parse(
3454 msyslog(LOG_ERR, "cert_parse: %s", in cert_parse()
3468 msyslog(LOG_ERR, "cert_parse: %s", in cert_parse()
3479 msyslog(LOG_NOTICE, "cert_parse: invalid subject %s", in cert_parse()
3501 msyslog(LOG_NOTICE, "cert_parse: invalid issuer %s", in cert_parse()
3544 DPRINTF(1, ("cert_parse: %s: %s\n", in cert_parse()
3558 DPRINTF(1, ("cert_parse in cert_parse()
3443 cert_parse( cert_parse() function
[all...]
/freebsd/crypto/openssh/
H A Dssh_namespace.h90 #define cert_parse Fssh_cert_parse macro
H A Dsshkey.c1870 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) in cert_parse() function
2052 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0) in sshkey_from_blob_internal()