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

/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_crypto.c197 static struct cert_info *cert_parse (const u_char *, long, tstamp_t);
3281 if ((cp = cert_parse((u_char *)ep->pkt, (long)ntohl(ep->vallen),
3413 * cert_parse - parse x509 certificate and create info/value structures.
3426 cert_parse( function
3446 msyslog(LOG_ERR, "cert_parse: %s",
3460 msyslog(LOG_ERR, "cert_parse: %s",
3471 msyslog(LOG_NOTICE, "cert_parse: invalid subject %s",
3493 msyslog(LOG_NOTICE, "cert_parse: invalid issuer %s",
3536 DPRINTF(1, ("cert_parse: %s: %s\n",
3550 DPRINTF(1, ("cert_parse
[all...]
/freebsd-10.2-release/crypto/openssh/
H A Dkey.c1402 cert_parse(Buffer *b, Key *key, const u_char *blob, u_int blen) function
1655 if (key_is_cert(key) && cert_parse(&b, key, blob, blen) == -1) {

Completed in 100 milliseconds