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

/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_crypto.c154 static struct cert_info *cert_parse P((u_char *, u_int, tstamp_t));
3014 * cert_parse - parse x509 certificate and create info/value structures.
3027 cert_parse( function
3048 msyslog(LOG_ERR, "cert_parse %s\n",
3059 msyslog(LOG_ERR, "cert_parse %s\n",
3070 msyslog(LOG_INFO, "cert_parse: invalid subject %s",
3093 msyslog(LOG_INFO, "cert_parse: invalid issuer %s",
3129 printf("cert_parse: %s: %s\n",
3157 "cert_parse: signature not verified %s",
3171 "cert_parse
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dkey.c1303 cert_parse(Buffer *b, Key *key, const u_char *blob, u_int blen) function
1536 if (key_is_cert(key) && cert_parse(&b, key, blob, blen) == -1) {

Completed in 83 milliseconds