Searched refs:cert_parse (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | ntp_crypto.c | 197 static struct cert_info *cert_parse (const u_char *, long, tstamp_t); 3281 if ((cp = cert_parse((u_char *)ep->pkt, (long)ntohl(ep->vallen), in cert_install() 3426 cert_parse( in cert_parse() function 3844 ret = cert_parse(data, len, fstamp); in crypto_cert()
|
| /freebsd-9-stable/crypto/openssh/ |
| D | key.c | 1402 cert_parse(Buffer *b, Key *key, const u_char *blob, u_int blen) in cert_parse() function 1655 if (key_is_cert(key) && cert_parse(&b, key, blob, blen) == -1) { in key_from_blob2()
|