Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshkey.c1827 cert_parse(struct sshbuf *b, struct sshkey *key, struct sshbuf *certbuf) in cert_parse() argument
1836 if ((ret = sshbuf_putb(key->cert->certblob, certbuf)) != 0) in cert_parse()