Searched refs:cert_parse (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/ntp/ntpd/ |
| H A D | 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()
|
| /src/crypto/openssh/ |
| H A D | ssh_namespace.h | 81 #define cert_parse Fssh_cert_parse macro
|
| H A D | sshkey.c | 1867 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) in cert_parse() function 2049 if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0) in sshkey_from_blob_internal()
|