Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_crypto.c203 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), in cert_install()
3436 cert_parse( in cert_parse() function
3854 ret = cert_parse(data, len, fstamp); in crypto_cert()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dsshkey.c1835 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) in cert_parse() function
2017 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0) in sshkey_from_blob_internal()