HomeSort by: relevance | last modified time | path
    Searched defs:cert_parse (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
ntp_crypto.c 203 static struct cert_info *cert_parse (const u_char *, long, tstamp_t);
3291 if ((cp = cert_parse((u_char *)ep->pkt, (long)ntohl(ep->vallen),
3423 * cert_parse - parse x509 certificate and create info/value structures.
3436 cert_parse( function
3456 msyslog(LOG_ERR, "cert_parse: %s",
3470 msyslog(LOG_ERR, "cert_parse: %s",
3481 msyslog(LOG_NOTICE, "cert_parse: invalid subject %s",
3503 msyslog(LOG_NOTICE, "cert_parse: invalid issuer %s",
3546 DPRINTF(1, ("cert_parse: %s: %s\n",
3560 DPRINTF(1, ("cert_parse: %s\n"
    [all...]
  /src/crypto/external/bsd/openssh/dist/
sshkey.c 1807 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) function
1989 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0)

Completed in 25 milliseconds