Searched refs:cert_parse (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/ntp/ntpd/ |
| HD | ntp_crypto.c | 201 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/ |
| HD | ssh_namespace.h | 90 #define cert_parse Fssh_cert_parse macro
|
| HD | sshkey.c | 1870 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()
|