Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey.c1870 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) in cert_parse() argument
1879 if ((ret = sshbuf_putb(key->cert->certblob, certbuf)) != 0) in cert_parse()