Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpd/
HDntp_crypto.c201 static struct cert_info *cert_parse (const u_char *, long, tstamp_t);
3289 if ((cp = cert_parse((u_char *)ep->pkt, (long)ntohl(ep->vallen), in cert_install()
3434 cert_parse( in cert_parse() function
3852 ret = cert_parse(data, len, fstamp); in crypto_cert()
/freebsd-head/crypto/openssh/
HDssh_namespace.h90 #define cert_parse Fssh_cert_parse macro
HDsshkey.c1870 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) in cert_parse() function
2052 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0) in sshkey_from_blob_internal()