Searched refs:cert_parse (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | 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), 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/ |
| D | sshkey.c | 1835 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()
|